aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg: Allow creating a cert-only primary key.Werner Koch2014-10-031-0/+7
* gpg: Check gpg-agent version before 2.1 migration.Andre Heinecke2014-10-033-0/+55
* Remove support for the GPG_AGENT_INFO envvar.Werner Koch2014-10-031-3/+0
* gpg: Fix regression removing SHA256.Werner Koch2014-10-021-4/+0
* gpg: Default to SHA-256 for all signature types on RSA keys.Werner Koch2014-09-272-2/+2
* gpg: Simplify command --gen-key and add --full-gen-key.Werner Koch2014-09-274-32/+86
* gpg: Add shortcut for setting key capabilities.Werner Koch2014-09-261-1/+17
* gpg: Do not always print dashes in obsolete_option.Werner Koch2014-09-252-19/+15
* gpg: Warn about (but don't fail) on scdaemon options in gpg.conf.Daniel Kahn Gillmor2014-09-253-0/+43
* gpg: Create default keyring with .kbx suffix.Werner Koch2014-09-221-11/+33
* gpg: --delete-secret-key - check that a secret key exists.Werner Koch2014-09-201-0/+9
* gpg: Make algorithm selection prompt for ECC more clear.Werner Koch2014-09-201-1/+1
* gpg: Silence a compiler warning.Werner Koch2014-09-181-5/+4
* gpg: Replace a hash algo test function.Werner Koch2014-09-181-18/+18
* gpg: Re-indent a function.Werner Koch2014-09-181-78/+89
* gpg: Print a warning if the subkey expiration may not be what you want.Werner Koch2014-09-171-0/+63
* gpg: Improve passphrase caching.Werner Koch2014-09-173-8/+10
* gpg: Use algorithm id 22 for EdDSA.Werner Koch2014-09-121-6/+2
* gpg: Stop early on bogus old style comment packets.Werner Koch2014-09-111-1/+3
* gpg: Fix memory leak in ECC encryption.Werner Koch2014-09-081-26/+29
* gpg: Fix export of ecc secret keys by adjusting check ordering.Kyle Butt2014-09-011-1/+5
* gpg: Do not show "MD5" and triplicated "RSA" in --version.Werner Koch2014-08-281-0/+11
* gpg: Remove CAST5 from the default prefs and order SHA-1 last.Werner Koch2014-08-261-11/+4
* gpg: Allow for positional parameters in the passphrase prompt.Werner Koch2014-08-261-23/+12
* gpg: Fix "can't handle public key algorithm" warning.Werner Koch2014-08-201-4/+21
* gpg: Install the current release signing pubkey.Werner Koch2014-08-182-1/+4
* agent: Return NO_SECKEY instead of ENONET for PKSIGN and others.Werner Koch2014-08-181-2/+2
* gpg: Change default cipher for --symmetric from CAST5 to AES-128.Werner Koch2014-08-182-3/+10
* Release 2.1.0-beta783gnupg-2.1.0-beta783Werner Koch2014-08-141-1/+3
* gpg: Screen keyserver responses.Werner Koch2014-08-143-25/+143
* gpg: Disable an MD5 workaround for pgp2 by default.Werner Koch2014-08-144-22/+32
* gpg: Remove options --pgp2 and --rfc1991.Werner Koch2014-08-1411-235/+37
* gpg: Remove --compress-keys and --compress-sigs feature.Werner Koch2014-08-144-18/+8
* gpg: Add list-option "show-usage".Werner Koch2014-08-136-4/+15
* gpg: Make --with-colons work again for --search-keys.Werner Koch2014-08-121-2/+2
* gpg: Switch to an EdDSA format with prefix byte.Werner Koch2014-07-251-8/+18
* gpg: Add command --quick-gen-keyWerner Koch2014-07-234-0/+153
* common: Add cpr_get_answer_is_yes_def()Werner Koch2014-07-232-2/+10
* gpg: Make --quick-sign-key promote local key signatures.Werner Koch2014-07-231-3/+1
* gpg: Improve --list-packets output for faulty packets.Werner Koch2014-07-211-0/+50
* gpg: Cap size of attribute packets at 16MB.Werner Koch2014-07-211-1/+13
* gpg: Make show-uid-validity the default.Werner Koch2014-07-031-1/+3
* gpg: Auto-create revocation certificates.Werner Koch2014-06-307-7/+131
* gpg: Rearrange code in gen_revoke.Werner Koch2014-06-301-51/+73
* gpg: Create exported secret files and revocs with mode 700.Werner Koch2014-06-3010-23/+31
* po: Update the German (de) translationWerner Koch2014-06-271-1/+1
* gpg: Limit keysize for unattended key generation to useful values.Werner Koch2014-06-261-2/+12
* gpg,gpgsm: Simplify wrong_args function.Werner Koch2014-06-261-4/+2
* gpg: Allow key-to-card upload for cert-only keysWerner Koch2014-06-251-1/+1
* gpg: Make export of ECC keys work again.Werner Koch2014-06-201-55/+96