aboutsummaryrefslogtreecommitdiffstats
path: root/g10/mainproc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-09g10/mainproc: avoid extra hash contexts when decrypting AEAD inputJussi Kivilinna1-2/+21
2018-10-24all: fix spelling and typosDaniel Kahn Gillmor1-1/+1
2018-08-27g10: Change decryption key selection for public key encryption.NIIBE Yutaka1-117/+83
2018-07-05gpg: Prepare for signatures with ISSUER_FPR but without ISSUER.Werner Koch1-3/+3
2018-06-08gpg: Sanitize diagnostic with the original file name.Werner Koch1-1/+8
2018-06-06gpg: Also detect a plaintext packet before an encrypted packet.Werner Koch1-0/+12
2018-06-05g10: Remove bogus comment.NIIBE Yutaka1-5/+0
2018-05-31gpg: Print a hint on how to decrypt a non-mdc message anyway.Werner Koch1-2/+19
2018-05-30gpg: Ignore the multiple message override options.Werner Koch1-14/+9
2018-05-30gpg: Detect multiple literal plaintext packets more reliable.Werner Koch1-2/+15
2018-05-15gpg: Hard fail on a missing MDC even for legacy algorithms.Werner Koch1-9/+6
2018-05-15gpg: Turn --no-mdc-warn into a NOP.Werner Koch1-1/+1
2018-04-13g10: Fix memory leak in check_sig_and_print.NIIBE Yutaka1-0/+1
2018-04-12gpg: Extend the "sig" record in --list-mode.Werner Koch1-2/+3
2018-04-12gpg: Extend the ERRSIG status line with a fingerprint.Werner Koch1-19/+38
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