summaryrefslogtreecommitdiffstats
path: root/g10/mainproc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg: Don't consider unknown keys as non-compliant while decrypting.Werner Koch2022-09-261-4/+4
* gpg: Make symmetric + pubkey encryption de-vs compliant.Werner Koch2022-08-021-5/+47
* 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
* gpg: Clarify a call of ask_for_detached_datafile.NIIBE Yutaka2022-02-251-1/+1
* g10/mainproc: avoid extra hash contexts when decrypting MDC inputJussi Kivilinna2022-02-081-2/+8
* gpg: Report the status of NO_SECKEY for decryption.NIIBE Yutaka2021-08-241-2/+2
* 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-04-161-3/+6
* gpg: Remove support for PKA.Werner Koch2021-02-021-117/+0
* 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
* sm: Exclude rsaPSS from de-vs compliance mode.Werner Koch2020-07-031-4/+4
* gpg: If possible TRUST values now depend on signer's UID or --sender.Werner Koch2020-06-081-7/+30
* doc: Minor code comment fixes.Werner Koch2020-06-081-1/+1
* indent: Some typo and indentation changes for gpg.Werner Koch2020-04-151-1/+1
* 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-131-9/+57
* gpg: Rework the signature subpacket iteration function.Werner Koch2019-09-051-2/+2
* gpg: Don't report NO_SECKEY for valid key.NIIBE Yutaka2019-08-061-1/+1
* gpg: More check for symmetric key encryption.NIIBE Yutaka2019-07-181-1/+2
* gpg: Don't try decryption by session key when NULL.NIIBE Yutaka2019-07-121-3/+6
* gpg: With --auto-key-retrieve prefer WKD over keyservers.Werner Koch2019-07-051-52/+64
* gpg: Return the last error for pubkey decryption.NIIBE Yutaka2019-07-051-2/+5
* gpg: Print modern style key info for non-decryptable keys.Werner Koch2019-04-031-8/+8
* gpg: Fix recently introduced use after free.Werner Koch2019-03-151-3/+3
* gpg: Implement v5 keys and v5 signatures.Werner Koch2019-03-141-16/+60
* gpg: Report STATUS_NO_SECKEY when it is examined.NIIBE Yutaka2019-01-161-15/+15
* g10/mainproc: disable hash contexts when --skip-verify is usedJussi Kivilinna2018-12-011-3/+8
* g10/mainproc: avoid extra hash contexts when decrypting AEAD inputJussi Kivilinna2018-11-091-2/+21
* all: fix spelling and typosDaniel Kahn Gillmor2018-10-241-1/+1
* g10: Change decryption key selection for public key encryption.NIIBE Yutaka2018-08-271-117/+83
* gpg: Prepare for signatures with ISSUER_FPR but without ISSUER.Werner Koch2018-07-051-3/+3
* 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
* g10: Remove bogus comment.NIIBE Yutaka2018-06-051-5/+0
* gpg: Print a hint on how to decrypt a non-mdc message anyway.Werner Koch2018-05-311-2/+19
* gpg: Ignore the multiple message override options.Werner Koch2018-05-301-14/+9
* gpg: Detect multiple literal plaintext packets more reliable.Werner Koch2018-05-301-2/+15
* gpg: Hard fail on a missing MDC even for legacy algorithms.Werner Koch2018-05-151-9/+6
* gpg: Turn --no-mdc-warn into a NOP.Werner Koch2018-05-151-1/+1
* Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2018-05-131-21/+42
|\
| * 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: Try to mitigate the problem of wrong CFB symkey passphrases.Werner Koch2018-02-231-0/+15
* | Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2018-01-251-4/+6
|\|
| * gpg: Print all keys with --decrypt --list-only.Werner Koch2018-01-081-4/+6
* | gpg: Clear the symmetric passphrase cache for encrypted session keys.Werner Koch2018-01-231-2/+10