aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2018-12-06scd: Make "learn" report about KDF data object.NIIBE Yutaka1-0/+4
2018-12-06card: Display if KDF is enabled or not.NIIBE Yutaka3-2/+12
2018-12-06g10: Fix memory leak for --card-status.NIIBE Yutaka1-4/+3
2018-12-05g10: Fix print_pubkey_info new line output.NIIBE Yutaka1-1/+1
2018-12-05gpg: New list-option "show-only-fpr-mbox".Werner Koch3-1/+61
2018-12-05g10/mainproc: disable hash contexts when --skip-verify is usedJussi Kivilinna1-3/+8
2018-12-05gpg: Improve error message about failed keygrip computation.Werner Koch1-1/+6
2018-11-21doc: Clarify use of clear and nodefault in the AKL.Werner Koch1-1/+1
2018-11-06g10: Fix print_keygrip for smartcard.NIIBE Yutaka1-1/+1
2018-11-05gpg: Don't take the a TOFU trust model from the trustdb,Werner Koch1-4/+25
2018-11-05gpg: Add new card vendorWerner Koch1-0/+1
2018-11-05dirmngr: Emit SOURCE status also on NO_DATA.Werner Koch1-3/+10
2018-10-22gpg: Fix extra check for sign usage of a data signature.Werner Koch1-1/+2
2018-09-07g10: Fix memory leak.NIIBE Yutaka1-0/+2
2018-09-06Fix use of strncpy, which is actually good to use memcpy.NIIBE Yutaka1-1/+1
2018-08-29gpg: Explain error message in key generation with --batchWerner Koch1-1/+3
2018-08-29gpg: Remove unused function get_pubkeys.Werner Koch2-274/+4
2018-08-29gpg: New option --known-notation.Werner Koch3-7/+57
2018-08-28gpg: Refresh expired keys originating from the WKD.Werner Koch2-17/+99
2018-08-28gpg: Remove unused arg from a function.Werner Koch4-5/+5
2018-08-10g10: Fix undefined behavior when EOF in parsing packet for S2K.NIIBE Yutaka1-2/+2
2018-07-29gpg: Set a limit for a WKD import of 256 KiB.Werner Koch1-1/+9
2018-07-09gpg: Remove multiple subkey bindings during export-clean.Werner Koch1-5/+84
2018-07-09gpg: Let export-clean remove expired subkeys.Werner Koch4-12/+125
2018-07-09gpg: Split key cleaning function for clarity.Werner Koch4-16/+54
2018-07-09gpg: Move key cleaning functions to a separate file.Werner Koch10-429/+495
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 Koch6-8/+60
2018-07-04gpg: Ignore too large user ids during import.Werner Koch1-1/+30
2018-07-04indent: Fix indentation of read_block in g10/import.cWerner Koch1-66/+67
2018-07-04gpg: Extra check for sign usage when verifying a data signature.Werner Koch1-2/+11
2018-07-03gpg: Print revocation reason for "rev" records.Werner Koch4-4/+100
2018-07-03gpg: Print revocation reason for "rvs" records.Werner Koch2-3/+118
2018-07-03gpg: Let --show-keys print revocation certificates.Werner Koch1-7/+114
2018-07-03g10: Fix memory leak for PKT_signature.NIIBE Yutaka3-3/+3
2018-06-12gpg: Do not import revocations with --show-keys.Werner Koch1-26/+30
2018-06-12gpg: Add new usage option for drop-subkey filters.Daniel Kahn Gillmor1-0/+10
2018-06-11gpg: Set some list options with --show-keysWerner Koch1-0/+4
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-07gpg: Improve import's repair-key duplicate signature detection.Werner Koch1-115/+134
2018-06-07gpg: Fix import's repair-key duplicate signature detection.Werner Koch2-5/+30
2018-06-07gpg: Improve verbose output during import.Werner Koch1-13/+32
2018-06-06gpg: Also detect a plaintext packet before an encrypted packet.Werner Koch1-0/+12
2018-06-06gpg: New command --show-keys.Werner Koch2-1/+18
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: Remove MDC optionsWerner Koch4-65/+17
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 Koch4-6/+3