aboutsummaryrefslogtreecommitdiffstats
path: root/g10/mainproc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg: Avoid wrong decryption_failed for signed+OCB msg w/o pubkey.Werner Koch2024-09-191-5/+1
* gpg: New option --proc-all-sigsWerner Koch2024-08-231-1/+1
* gpg: Make sure a DECRYPTION_OKAY is never issued for a bad OCB tag.Werner Koch2024-03-141-1/+5
* gpg: Do not require --status-fd along with --require-compliance.Werner Koch2023-01-201-1/+1
* gpg: Make --require-compliance work with out --status-fdWerner Koch2022-11-281-1/+1
* gpg: Don't consider unknown keys as non-compliant while decrypting.Werner Koch2022-09-221-4/+4
* gpg: Emit STATUS_FAILURE for --require-compliance errorsWerner Koch2022-08-311-5/+2
* gpg: Make symmetric + pubkey encryption de-vs compliant.Werner Koch2022-08-021-5/+46
* gpg: Emit an ERROR status as hint for a bad passphrase.Werner Koch2022-04-251-8/+20
* gpg: Allow decryption of symencr even for non-compliant cipher.Werner Koch2022-03-181-10/+21
* gpg: New option --require-compliance.Werner Koch2022-03-081-6/+35
* g10: Avoid extra hash contexts when decrypting MDC inputJussi Kivilinna2022-02-241-2/+8
* gpg: Use a more descriptive prompt for symmetric decryption.Werner Koch2021-05-171-2/+4
* gpg: Lookup a missing public key of the current card via LDAP.Werner Koch2021-05-031-3/+6
* Include the library version in the compliance checks.Werner Koch2021-01-281-0/+2
* gpg: Fix ugly error message for an unknown symkey algorithm.Werner Koch2021-01-271-1/+4
* gpg: Provide better diagnostic for replaced card keys.Werner Koch2020-11-131-0/+3
* sm: Exclude rsaPSS from de-vs compliance mode.Werner Koch2020-07-031-4/+4
* gpg: Support decryption of the new AEAD packetWerner Koch2020-04-161-38/+150
* gpg: New option --auto-key-importWerner Koch2020-03-141-7/+4
* gpg: Make use of the included key block in a signature.Werner Koch2020-03-141-11/+61
* gpg: With --auto-key-retrieve prefer WKD over keyservers.Werner Koch2019-07-051-50/+63
* g10/mainproc: disable hash contexts when --skip-verify is usedJussi Kivilinna2018-12-051-3/+8
* gpg: Allow decryption using several passphrases in may cases.Werner Koch2018-07-061-0/+15
* gpg: Prepare for signatures with ISSUER_FPR but without ISSUER.Werner Koch2018-07-051-3/+3
* gpg: Allow building with older libgpg-error.Werner Koch2018-06-081-1/+1
* gpg: Sanitize diagnostic with the original file name.Werner Koch2018-06-081-1/+8
* gpg: Also detect a plaintext packet before an encrypted packet.Werner Koch2018-06-061-0/+12
* gpg: Print a hint on how to decrypt a non-mdc message anyway.Werner Koch2018-05-311-2/+19
* gpg: Detect multiple literal plaintext packets more reliable.Werner Koch2018-05-311-2/+15
* gpg: Hard fail on a missing MDC even for legacy algorithms.Werner Koch2018-05-311-8/+5
* gpg: Turn --no-mdc-warn into a NOP.Werner Koch2018-05-311-1/+1
* g10: Fix memory leak in check_sig_and_print.NIIBE Yutaka2018-04-131-0/+1
* gpg: Extend the "sig" record in --list-mode.Werner Koch2018-04-121-2/+3
* gpg: Extend the ERRSIG status line with a fingerprint.Werner Koch2018-04-121-19/+38
* gpg: Print all keys with --decrypt --list-only.Werner Koch2018-01-081-4/+6
* gpg: Tweak compliance checking for verificationWerner Koch2017-07-271-0/+10
* g10: Avoid caching passphrase for failed symmetric encryption.Marcus Brinkmann2017-07-211-1/+2
* gpg: Avoid asking by fpr and then by keyid during auto-key-retrieve.Werner Koch2017-07-191-0/+4
* gpg,gpgsm: Fix compliance check for DSA and avoid an assert.Werner Koch2017-06-191-6/+7
* gpg: Fix computation of compliance with CO_DE_VS.Justus Winter2017-06-081-3/+4
* common: Add cipher mode to compliance predicate.Justus Winter2017-06-071-1/+1
* gpg: Report compliance with CO_DE_VS.Justus Winter2017-06-011-0/+48
* gpg: Fix typos.Justus Winter2017-05-301-2/+2
* gpg: Pass CTRL to many more functions.Werner Koch2017-03-311-15/+15
* gpg: Revamp reading and writing of ring trust packets.Werner Koch2017-03-301-15/+0
* gpg: Extend free_packet to handle a packet parser context.Werner Koch2017-03-291-8/+9
* gpg: Change parse_packet to take a context.Werner Koch2017-03-291-1/+3
* g10: Move more flags into the flag bitfield.Justus Winter2017-03-081-8/+8
* Remove -I option to common.NIIBE Yutaka2017-03-071-5/+5