summaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* gpg: Avoid infinite loop in uncompressing garbled packets.Werner Koch2014-06-201-8/+11
* gpg: Fix a couple of spelling errorsKristian Fiskerstrand2014-06-171-2/+2
* gpg: Improve the output of --list-packetsWerner Koch2014-06-121-2/+15
* gpg: Use more specific reason codes for INV_RECP.Werner Koch2014-06-101-7/+15
* gpg: Require confirmation for --gen-key with experimental curves.Werner Koch2014-06-051-10/+30
* gpg: Auto-migrate existing secring.gpg.Werner Koch2014-06-055-36/+241
* Add new option --with-secret.Werner Koch2014-06-036-24/+53
* gpg: Avoid NULL-deref in default key listing.Werner Koch2014-06-022-34/+50
* gpg: Simplify default key listing.Werner Koch2014-06-021-242/+178
* gpg: Graceful skip reading of corrupt MPIs.Werner Koch2014-06-021-8/+18
* gpg: Fix bug parsing a zero length user id.Werner Koch2014-06-021-1/+4
* gpg: Fix uninitialized access to search descindex with gpg keyboxes.Werner Koch2014-05-141-1/+6