aboutsummaryrefslogtreecommitdiffstats
path: root/g10/mainproc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-02-23gpg: Try to mitigate the problem of wrong CFB symkey passphrases.Werner Koch1-0/+15
2018-01-23gpg: Clear the symmetric passphrase cache for encrypted session keys.Werner Koch1-2/+10
2018-01-23gpg: Implement AEAD for SKESK packets.Werner Koch1-26/+92
2018-01-21gpg: First take on PKT_ENCRYPTED_AEAD.Werner Koch1-5/+18
2018-01-08gpg: Print all keys with --decrypt --list-only.Werner Koch1-4/+6
2017-07-27gpg: Tweak compliance checking for verificationWerner Koch1-0/+10
2017-07-21g10: Avoid caching passphrase for failed symmetric encryption.Marcus Brinkmann1-1/+2
2017-07-19gpg: Avoid asking by fpr and then by keyid during auto-key-retrieve.Werner Koch1-0/+4
2017-06-19gpg,gpgsm: Fix compliance check for DSA and avoid an assert.Werner Koch1-6/+7
2017-06-08gpg: Fix computation of compliance with CO_DE_VS.Justus Winter1-3/+4
2017-06-07common: Add cipher mode to compliance predicate.Justus Winter1-1/+1
2017-06-01gpg: Report compliance with CO_DE_VS.Justus Winter1-0/+48
2017-05-30gpg: Fix typos.Justus Winter1-2/+2
2017-03-31gpg: Pass CTRL to many more functions.Werner Koch1-15/+15
2017-03-30gpg: Revamp reading and writing of ring trust packets.Werner Koch1-15/+0
2017-03-29gpg: Extend free_packet to handle a packet parser context.Werner Koch1-8/+9
2017-03-29gpg: Change parse_packet to take a context.Werner Koch1-1/+3
2017-03-08g10: Move more flags into the flag bitfield.Justus Winter1-8/+8
2017-03-07Remove -I option to common.NIIBE Yutaka1-5/+5
2017-02-28gpg: Do not require a trustdb for decryption.Werner Koch1-1/+1
2017-02-21Clean up word replication.Yuri Chornoivan1-2/+2
2016-12-03gpg: Fix error code arg in ERRSIG status line.Werner Koch1-1/+1
2016-11-23g10: Avoid gratuitously loading a keyblock when it is already availableNeal H. Walfield1-5/+10
2016-11-14g10: Fix memory leak.Justus Winter1-0/+2
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-10-28gpg: Enable the Issuer Fingerprint from rfc4880bisWerner Koch1-2/+1
2016-10-27gpg: Verify multiple detached signatures with different hash algos.Werner Koch1-5/+23
2016-10-27Fix typos.Justus Winter1-1/+1
2016-10-27gpg: Convey --quick option to dirmngr for --auto-key-retrieve.Werner Koch1-8/+7
2016-09-17Fix more spellingDaniel Kahn Gillmor1-1/+1
2016-09-15g10: Don't include the signature when printing a binding's validity.Neal H. Walfield1-2/+2
2016-09-07gpg: Make --output work with --verify.Werner Koch1-1/+6
2016-09-01gpg: Simplify code to print VALIDSIG.Werner Koch1-29/+20
2016-09-01gpg: Fix printing of pubkey algo in --verbose signature verify.Werner Koch1-57/+73
2016-09-01gpg: Copy the correct digest for use by TOFU.Werner Koch1-1/+1
2016-08-30g10: When showing a user id's trust, pass the current signature.Neal H. Walfield1-1/+1
2016-08-10gpg: Print the signer's UID during verification.Werner Koch1-2/+30
2016-08-08gpg: Cleanup of dek_to_passphrase function (part 2).Werner Koch1-3/+3
2016-06-30g10: Fix memory leak.Justus Winter1-2/+0
2016-06-28g10: Fix --list-packets.NIIBE Yutaka1-1/+1
2016-06-20gpg: Add experimental support for an issuer fpr.Werner Koch1-13/+20
2016-06-13gpg: New option --disable-signer-uid, create Signer's UID sub-packet.Werner Koch1-0/+1
2016-06-13gpg: Try Signer's User ID sub-packet with --auto-key-retrieve.Werner Koch1-12/+65
2016-06-06gpg: Implement --keyid-format=none.Werner Koch1-31/+16
2016-05-21gpg: Pass CTRL object down to the trust functionsWerner Koch1-30/+32
2016-04-29gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch1-5/+4
2016-01-21gpg: Make --auto-key-retrieve work with dirmngr configured server.Werner Koch1-2/+2
2015-12-04Do not translate messages printed with log_debug.Werner Koch1-2/+3
2015-11-17Fix typos found using codespell.Justus Winter1-3/+3
2015-11-04gpg: Allow multiple --default-key options. Take the last available key.Neal H. Walfield1-11/+11