aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-19g10: Fix find_and_check_key for multiple keyrings.NIIBE Yutaka1-2/+5
2017-10-19gpg: Keep a lock during the read-update/insert cycle in import.Werner Koch3-3/+41
2017-10-19gpg: Improve keydb handling in the main import function.Werner Koch3-60/+95
2017-10-19gpg: Simplify keydb handling of the main import function.Werner Koch2-81/+80
2017-10-19g10: Fix find_and_check_key for multiple keyrings.NIIBE Yutaka1-2/+5
2017-10-18gpg: Keep a lock during the read-update/insert cycle in import.Werner Koch3-3/+41
2017-10-18gpg: Improve keydb handling in the main import function.Werner Koch3-60/+95
2017-10-18gpg: Simplify keydb handling of the main import function.Werner Koch2-81/+80
2017-10-18gpg: Fix wrong Tofu DB consistency check.Werner Koch1-4/+7
2017-10-17gpg,sm: New option --with-key-screening.Werner Koch3-0/+47
2017-10-06gpg: Fix comparison.Neal H. Walfield1-1/+1
2017-09-28gpg: Workaround for junk after --trusted-key.Werner Koch1-0/+20
2017-09-27gpg: Prepare for a longer fingerprintWerner Koch8-22/+65
2017-09-27common: Add constant KEYGRIP_LEN.Werner Koch2-4/+4
2017-09-27gpg: Let --debug clock time sign and verify.Werner Koch2-0/+10
2017-09-26g10: Select a secret key by checking availability under gpg-agent.NIIBE Yutaka1-4/+11
2017-09-13gpgv: Initialize compliance checker.Werner Koch1-0/+1
2017-09-12gpg: Fix "Fix key generation with only an email part".Werner Koch1-1/+1
2017-09-11gpg: Fix key generation with only an email part.Werner Koch1-1/+8
2017-09-08gpg: default to AES-256.Daniel Kahn Gillmor1-1/+3
2017-09-08gpg: default to 3072-bit RSA keys.Daniel Kahn Gillmor2-7/+6
2017-08-24gpg: Fix memory leak while running --check-trustdb.Werner Koch1-0/+3
2017-08-24gpg: Fix memory leak in sig-check.Werner Koch1-2/+5
2017-08-24indent: Change comment style on two functionsWerner Koch1-63/+71
2017-08-23gpgconf: Swap "auto-key-retrieve" and "no-auto-key-retrieve".Werner Koch1-6/+7
2017-08-21gpgconf: Make WoT settings configurable by gpgconf.Damien Goutte-Gattat1-0/+3
2017-08-11gpg: default to --no-auto-key-retrieve.Daniel Kahn Gillmor1-2/+1
2017-08-09g10: Write status error on error of --quick-revoke-uid.Marcus Brinkmann1-1/+4
2017-08-08gpg: Add option '--disable-dirmngr'.Justus Winter3-0/+9
2017-08-04gpg: Fix memory leak in parse_auto_key_locate.Werner Koch1-3/+4
2017-08-04gpg: Make --no-auto-key-retrieve gpgconf-igurable.Werner Koch1-1/+1
2017-08-04gpg: Default to --auto-key-locate "local,wkd" and --auto-key-retrieve.Werner Koch3-4/+19
2017-08-04gpg: Avoid double fingerprint printing with import-show.Werner Koch1-1/+2
2017-08-04gpg: New import option show-only.Werner Koch2-1/+6
2017-08-02g10: Always save standard revocation certificate in file.Marcus Brinkmann1-0/+4
2017-08-01Revert "g10: Always save standard revocation certificate in file."Marcus Brinkmann7-18/+16
2017-08-01g10: Always save standard revocation certificate in file.Marcus Brinkmann7-16/+18
2017-08-01gpg,sm: Error out on compliance mismatch while decrypting.Werner Koch1-18/+24
2017-07-31Explain the "server is older than xxx warning".Werner Koch2-0/+15
2017-07-28gpg,sm: String changes for compliance diagnostics.Werner Koch7-31/+27
2017-07-28gpg: Minor rework for better readibility of get_best_pubkey_byname.Werner Koch2-17/+17
2017-07-28gpg: Fix segv in get_best_pubkey_byname.Werner Koch1-1/+1
2017-07-27gpg: Tweak compliance checking for verificationWerner Koch2-4/+15
2017-07-27gpg,sm: Allow encryption (with warning) to any key in de-vs mode.Werner Koch1-10/+6
2017-07-27gpg,sm: Fix compliance checking for decryption.Werner Koch1-24/+18
2017-07-27indent: Wrap an overlong line.Werner Koch1-1/+3
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