aboutsummaryrefslogtreecommitdiffstats
path: root/g10/mainproc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-05gpg: Use gnupg_fd_t for decryption and sign.NIIBE Yutaka1-8/+10
2023-06-01gpg: Graceful exit for signature checking with --batch.NIIBE Yutaka1-6/+6
2023-04-05gpg: New option --assert-signer.Werner Koch1-1/+4
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-26gpg: Don't consider unknown keys as non-compliant while decrypting.Werner Koch1-4/+4
2022-08-02gpg: Make symmetric + pubkey encryption de-vs compliant.Werner Koch1-5/+47
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-25gpg: Clarify a call of ask_for_detached_datafile.NIIBE Yutaka1-1/+1
2022-02-08g10/mainproc: avoid extra hash contexts when decrypting MDC inputJussi Kivilinna1-2/+8
2021-08-24gpg: Report the status of NO_SECKEY for decryption.NIIBE Yutaka1-2/+2
2021-05-17gpg: Use a more descriptive prompt for symmetric decryption.Werner Koch1-2/+4
2021-04-16gpg: Lookup a missing public key of the current card via LDAP.Werner Koch1-3/+6
2021-02-02gpg: Remove support for PKA.Werner Koch1-117/+0
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-07-03sm: Exclude rsaPSS from de-vs compliance mode.Werner Koch1-4/+4
2020-06-08gpg: If possible TRUST values now depend on signer's UID or --sender.Werner Koch1-7/+30
2020-06-08doc: Minor code comment fixes.Werner Koch1-1/+1
2020-04-15indent: Some typo and indentation changes for gpg.Werner Koch1-1/+1
2020-03-14gpg: New option --auto-key-importWerner Koch1-7/+4
2020-03-13gpg: Make use of the included key block in a signature.Werner Koch1-9/+57
2019-09-05gpg: Rework the signature subpacket iteration function.Werner Koch1-2/+2
2019-08-06gpg: Don't report NO_SECKEY for valid key.NIIBE Yutaka1-1/+1
2019-07-18gpg: More check for symmetric key encryption.NIIBE Yutaka1-1/+2
2019-07-12gpg: Don't try decryption by session key when NULL.NIIBE Yutaka1-3/+6
2019-07-05gpg: With --auto-key-retrieve prefer WKD over keyservers.Werner Koch1-52/+64
2019-07-05gpg: Return the last error for pubkey decryption.NIIBE Yutaka1-2/+5
2019-04-03gpg: Print modern style key info for non-decryptable keys.Werner Koch1-8/+8
2019-03-15gpg: Fix recently introduced use after free.Werner Koch1-3/+3
2019-03-14gpg: Implement v5 keys and v5 signatures.Werner Koch1-16/+60
2019-01-16gpg: Report STATUS_NO_SECKEY when it is examined.NIIBE Yutaka1-15/+15
2018-12-01g10/mainproc: disable hash contexts when --skip-verify is usedJussi Kivilinna1-3/+8
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