aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
* g10: Fix symmetric cipher algo constant for ECDH.NIIBE Yutaka2019-03-271-1/+1
* gpg: Don't use EdDSA algo ID for ECDSA curves.Trevor Bentley2019-03-271-7/+18
* gpg: Do not bail out on v5 keys in the local keyring.Werner Koch2019-03-185-7/+18
* gpg: Allow import of PGP desktop exported secret keys.Werner Koch2019-03-183-79/+307
* gpg: Avoid importing secret keys if the keyblock is not valid.Werner Koch2019-03-183-29/+108
* gpg: During secret key import print "sec" instead of "pub".Werner Koch2019-03-184-16/+25
* gpg: Simplify an interactive import status line.Werner Koch2019-03-182-19/+34
* gpg: Make invalid primary key algos obvious in key listings.Werner Koch2019-03-071-1/+9
* gpg: Fix comparison.Neal H. Walfield2019-02-191-1/+1
* Release 2.2.13gnupg-2.2.13Werner Koch2019-02-121-3/+3
* gpg: Emit an ERROR status if no key was found with --list-keys.Werner Koch2019-02-111-0/+1
* gpg: Allow generating Ed25519 key from an existing key.Werner Koch2019-01-301-0/+1
* common: Provide some convenient OpenPGP related constants.Werner Koch2019-01-291-5/+5
* gpg: Stop early when trying to create a primary Elgamal key.Werner Koch2019-01-221-0/+7
* gpg: In search-keys return "Not found" instead of "No Data".Werner Koch2018-12-111-1/+3
* scd: Make "learn" report about KDF data object.NIIBE Yutaka2018-12-061-0/+4
* card: Display if KDF is enabled or not.NIIBE Yutaka2018-12-063-2/+12
* g10: Fix memory leak for --card-status.NIIBE Yutaka2018-12-061-4/+3
* g10: Fix print_pubkey_info new line output.NIIBE Yutaka2018-12-051-1/+1
* gpg: New list-option "show-only-fpr-mbox".Werner Koch2018-12-053-1/+61
* g10/mainproc: disable hash contexts when --skip-verify is usedJussi Kivilinna2018-12-051-3/+8
* gpg: Improve error message about failed keygrip computation.Werner Koch2018-12-051-1/+6
* doc: Clarify use of clear and nodefault in the AKL.Werner Koch2018-11-211-1/+1
* g10: Fix print_keygrip for smartcard.NIIBE Yutaka2018-11-061-1/+1
* gpg: Don't take the a TOFU trust model from the trustdb,Werner Koch2018-11-051-4/+25
* gpg: Add new card vendorWerner Koch2018-11-051-0/+1
* dirmngr: Emit SOURCE status also on NO_DATA.Werner Koch2018-11-051-3/+10
* gpg: Fix extra check for sign usage of a data signature.Werner Koch2018-10-221-1/+2
* g10: Fix memory leak.NIIBE Yutaka2018-09-071-0/+2
* Fix use of strncpy, which is actually good to use memcpy.NIIBE Yutaka2018-09-061-1/+1
* gpg: Explain error message in key generation with --batchWerner Koch2018-08-291-1/+3
* gpg: Remove unused function get_pubkeys.Werner Koch2018-08-292-274/+4
* gpg: New option --known-notation.Werner Koch2018-08-293-7/+57
* gpg: Refresh expired keys originating from the WKD.Werner Koch2018-08-282-17/+99
* gpg: Remove unused arg from a function.Werner Koch2018-08-284-5/+5
* g10: Fix undefined behavior when EOF in parsing packet for S2K.NIIBE Yutaka2018-08-101-2/+2
* gpg: Set a limit for a WKD import of 256 KiB.Werner Koch2018-07-291-1/+9
* gpg: Remove multiple subkey bindings during export-clean.Werner Koch2018-07-091-5/+84
* gpg: Let export-clean remove expired subkeys.Werner Koch2018-07-094-12/+125
* gpg: Split key cleaning function for clarity.Werner Koch2018-07-094-16/+54
* gpg: Move key cleaning functions to a separate file.Werner Koch2018-07-0910-429/+495
* 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-056-8/+60
* gpg: Ignore too large user ids during import.Werner Koch2018-07-041-1/+30
* indent: Fix indentation of read_block in g10/import.cWerner Koch2018-07-041-66/+67
* gpg: Extra check for sign usage when verifying a data signature.Werner Koch2018-07-041-2/+11
* gpg: Print revocation reason for "rev" records.Werner Koch2018-07-034-4/+100
* gpg: Print revocation reason for "rvs" records.Werner Koch2018-07-032-3/+118
* gpg: Let --show-keys print revocation certificates.Werner Koch2018-07-031-7/+114
* g10: Fix memory leak for PKT_signature.NIIBE Yutaka2018-07-033-3/+3