aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2017-07-27gpg: Avoid output to the tty during import.Werner Koch7-74/+96
2017-07-26g10: Make sure exactly one fingerprint is output with --quick-gen-key.Marcus Brinkmann1-1/+2
2017-07-25gpg: Update key origin info during import merge.Werner Koch1-4/+97
2017-07-25gpg: Store key origin for new userids during import merge.Werner Koch1-107/+157
2017-07-24gpg: Extend --key-origin to take an optional URL arg.Werner Koch5-2/+44
2017-07-24gpg: Store key origin info for new keys from a keyserverWerner Koch2-29/+66
2017-07-24gpg: Store key origin info for new DANE and WKD retrieved keys.Werner Koch7-38/+101
2017-07-24gpg: Filter keys received via DANEWerner Koch1-5/+27
2017-07-24g10: Make sure to emit NEED_PASSPHRASE on --import of secret key.Marcus Brinkmann3-3/+9
2017-07-24g10: Make sure to emit NEED_PASSPHRASE on --export-secret-key.Marcus Brinkmann3-3/+9
2017-07-21g10: Avoid caching passphrase for failed symmetric encryption.Marcus Brinkmann1-1/+2
2017-07-21gpg: Extend --quick-set-expire to allow subkey expiration setting.Werner Koch3-26/+108
2017-07-21gpg: Fix possible double free of the card serialno.Werner Koch1-0/+6
2017-07-21gpg: Use macros to check the signature class.Werner Koch1-24/+24
2017-07-21g10: Clean keyblock on initial commit.Marcus Brinkmann1-0/+5
2017-07-21g10: Don't limit at the frontend side for card capability.NIIBE Yutaka1-37/+12
2017-07-20indent: Improve readability of some comments in getkey.cWerner Koch1-165/+168
2017-07-20gpg: New option --with-key-origin.Werner Koch5-10/+82
2017-07-20doc: Comment fixes and one trailing comma fix.Werner Koch3-6/+6
2017-07-20gpg: Make function mk_datestr public.Werner Koch2-22/+25
2017-07-20g10: Return proper error when gpg-agent fails to start during probe.Marcus Brinkmann1-2/+8
2017-07-19gpg: Avoid asking by fpr and then by keyid during auto-key-retrieve.Werner Koch1-0/+4
2017-07-17gpg,sm: Check compliance of the RNG.Werner Koch3-0/+48
2017-07-14gpg: Fix importing keys.Justus Winter1-3/+6
2017-07-13gpg: Pass key origin values to import functions.Werner Koch6-37/+55
2017-07-13gpg: New option --key-origin.Werner Koch8-21/+70
2017-07-10tofu: Compare squares instead of square roots.Marcus Brinkmann4-269/+9
2017-06-23gpg,gpgsm: Emit status code ENCRYPTION_COMPLIANCE_MODE.Werner Koch1-3/+20
2017-06-23indent,i18n: Make some new strings translatable. Wrap too long lines.Werner Koch4-13/+20
2017-06-21gpg: Close cached keydb handle in gpgv.Justus Winter1-0/+1
2017-06-21gpg: Fix printing keyserver URLs and notation data.Justus Winter1-2/+2
2017-06-20gpg: Fix error handling.Justus Winter1-0/+2
2017-06-19gpg,gpgsm: Fix compliance check for DSA and avoid an assert.Werner Koch1-6/+7
2017-06-19indent: Always use "_(" and not "_ (" to mark translatable strings.Werner Koch5-12/+12
2017-06-14gpg: Check and fix keys on import.Justus Winter3-2/+11
2017-06-14gpg: Refactor key checking and fixing.Justus Winter5-614/+693
2017-06-13gpg: Refactor keyedit module.Justus Winter4-39/+70
2017-06-13gpg: Disable keydb handle caching only for W32Werner Koch1-10/+17
2017-06-13po: Make a string translatable.Werner Koch1-3/+6
2017-06-11gpg: Send gpgcompose --help output to stdout, not stderr.Neal H. Walfield1-7/+7
2017-06-11gpg: Improve some output of gpgcompose.Neal H. Walfield1-2/+5
2017-06-11gpg: Support 'gpgcompose --encrypted-pop --help'Neal H. Walfield1-3/+21
2017-06-11gpg: Remove dead code.Neal H. Walfield1-7/+1
2017-06-08common,gpg,sm: Restrict the use of algorithms according to CO_DE_VS.Justus Winter6-1/+147
2017-06-08gpg: Fix computation of compliance with CO_DE_VS.Justus Winter1-3/+4
2017-06-08gpg: Avoid failure exit when scdaemon is disabled but not needed.Werner Koch1-2/+4
2017-06-07common: Add cipher mode to compliance predicate.Justus Winter1-1/+1
2017-06-07common,gpg,sm: Initialize compliance module.Justus Winter1-0/+3
2017-06-07common,gpg: Move the compliance option printer.Justus Winter6-28/+11
2017-06-07common,gpg,sm: Move the compliance option parser.Justus Winter1-26/+11