aboutsummaryrefslogtreecommitdiffstats
path: root/g10/mainproc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-19gpg: Avoid wrong decryption_failed for signed+OCB msg w/o pubkey.Werner Koch1-5/+1
2024-08-23gpg: New option --proc-all-sigsWerner Koch1-1/+1
2024-03-14gpg: Make sure a DECRYPTION_OKAY is never issued for a bad OCB tag.Werner Koch1-1/+5
2023-01-20gpg: Do not require --status-fd along with --require-compliance.Werner Koch1-1/+1
2022-11-28gpg: Make --require-compliance work with out --status-fdWerner Koch1-1/+1
2022-09-22gpg: Don't consider unknown keys as non-compliant while decrypting.Werner Koch1-4/+4
2022-08-31gpg: Emit STATUS_FAILURE for --require-compliance errorsWerner Koch1-5/+2
2022-08-02gpg: Make symmetric + pubkey encryption de-vs compliant.Werner Koch1-5/+46
2022-04-25gpg: Emit an ERROR status as hint for a bad passphrase.Werner Koch1-8/+20
2022-03-18gpg: Allow decryption of symencr even for non-compliant cipher.Werner Koch1-10/+21
2022-03-08gpg: New option --require-compliance.Werner Koch1-6/+35
2022-02-24g10: Avoid extra hash contexts when decrypting MDC inputJussi Kivilinna1-2/+8
2021-05-17gpg: Use a more descriptive prompt for symmetric decryption.Werner Koch1-2/+4
2021-05-03gpg: Lookup a missing public key of the current card via LDAP.Werner Koch1-3/+6
2021-01-28Include the library version in the compliance checks.Werner Koch1-0/+2
2021-01-27gpg: Fix ugly error message for an unknown symkey algorithm.Werner Koch1-1/+4
2020-11-13gpg: Provide better diagnostic for replaced card keys.Werner Koch1-0/+3
2020-07-03sm: Exclude rsaPSS from de-vs compliance mode.Werner Koch1-4/+4
2020-04-16gpg: Support decryption of the new AEAD packetWerner Koch1-38/+150
2020-03-14gpg: New option --auto-key-importWerner Koch1-7/+4
2020-03-14gpg: Make use of the included key block in a signature.Werner Koch1-11/+61
2019-07-05gpg: With --auto-key-retrieve prefer WKD over keyservers.Werner Koch1-50/+63
2018-12-05g10/mainproc: disable hash contexts when --skip-verify is usedJussi Kivilinna1-3/+8
2018-07-06gpg: Allow decryption using several passphrases in may cases.Werner Koch1-0/+15
2018-07-05gpg: Prepare for signatures with ISSUER_FPR but without ISSUER.Werner Koch1-3/+3
2018-06-08gpg: Allow building with older libgpg-error.Werner Koch1-1/+1
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-05-31gpg: Print a hint on how to decrypt a non-mdc message anyway.Werner Koch1-2/+19
2018-05-31gpg: Detect multiple literal plaintext packets more reliable.Werner Koch1-2/+15
2018-05-31gpg: Hard fail on a missing MDC even for legacy algorithms.Werner Koch1-8/+5
2018-05-31gpg: 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-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