aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
* sm: Add yet inactive options to support authenticodeWerner Koch2019-04-301-1/+1
* g10: Fix double free when locating by mboxAndre Heinecke2019-04-181-2/+1
* g10: Fix a memory leak.NIIBE Yutaka2019-04-171-0/+7
* gpg: New caching functions.Werner Koch2019-04-135-119/+702
* gpg: Cache a once computed fingerprint in PKT_public_key.Werner Koch2019-04-122-72/+51
* gpg: Accept also armored data from the WKD.Werner Koch2019-04-111-2/+3
* gpg: Set a limit of 5 to the number of keys imported from the WKD.Werner Koch2019-04-111-4/+21
* gpg: Fix printing of the user id during import.Werner Koch2019-04-053-14/+17
* gpg: Improve the code to decrypt using PIV cards.Werner Koch2019-04-034-25/+26
* gpg: Allow decryption using PIV cards.Werner Koch2019-04-034-8/+146
* scd: New standard attributes $ENCRKEYID and $SIGNKEYID.Werner Koch2019-04-031-1/+1
* gpg: Avoid endless loop if a card's serial number can't be read.Werner Koch2019-04-031-0/+1
* gpg: Print modern style key info for non-decryptable keys.Werner Koch2019-04-032-9/+9
* gpg: Allow direct key generation from card with --full-gen-key.Werner Koch2019-04-023-21/+205
* sm: Show the usage flags when generating a key from a card.Werner Koch2019-04-011-2/+18
* gpg: Prepare card code to allow other than OpenPGP cards.Werner Koch2019-04-012-16/+30
* gpg: New card function agent_scd_keypairinfo.Werner Koch2019-04-012-3/+82
* gpg: Remove two unused card related functions.Werner Koch2019-04-013-98/+76
* gpg: Remove unused arg in a card related function.Werner Koch2019-04-014-34/+33
* gpg: Don't use EdDSA algo ID for ECDSA curves.Trevor Bentley2019-03-271-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-154-30/+109
* gpg: During secret key import print "sec" instead of "pub".Werner Koch2019-03-154-16/+25
* gpg: Simplify an interactive import status line.Werner Koch2019-03-152-18/+33
* gpg: Fix recently introduced use after free.Werner Koch2019-03-151-3/+3
* kbx: Unify the fingerprint search modes.Werner Koch2019-03-149-189/+29
* gpg: Make rfc4880bis the default.Werner Koch2019-03-141-2/+9
* gpg: Implement v5 keys and v5 signatures.Werner Koch2019-03-148-197/+565
* kbx: Add support for 32 byte fingerprints.Werner Koch2019-03-1411-51/+168
* gpg: Implemented latest rfc4880bis version 5 packet hashing.Werner Koch2019-03-142-33/+130
* Fix the previous commit.NIIBE Yutaka2019-03-131-1/+1
* g10: Fix symmetric cipher algo constant for ECDH.NIIBE Yutaka2019-03-131-1/+1
* gpg: Make invalid primary key algos obvious in key listings.Werner Koch2019-03-051-1/+9
* gpg: Emit an ERROR status if no key was found with --list-keys.Werner Koch2019-01-301-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: Fix just changed agent_get_s2k_count.Werner Koch2019-01-261-2/+2
* gpg: Move S2K encoding function to a shared file.Werner Koch2019-01-267-67/+30
* gpg: Stop early when trying to create a primary Elgamal key.Werner Koch2019-01-221-0/+7
* gpg: Report STATUS_NO_SECKEY when it is examined.NIIBE Yutaka2019-01-163-15/+19
* card: Suppress error message by agent_scd_cardlist.NIIBE Yutaka2018-12-121-1/+1
* gpg: In search-keys return "Not found" instead of "No Data".Werner Koch2018-12-111-1/+3
* g10: Fix print_pubkey_info new line output.NIIBE Yutaka2018-12-051-1/+1
* gpg: Prepare revocation keys for use with v5 keys.Werner Koch2018-12-0410-40/+66
* gpg: New list-option "show-only-fpr-mbox".Werner Koch2018-12-043-1/+61
* g10/mainproc: disable hash contexts when --skip-verify is usedJussi Kivilinna2018-12-011-3/+8
* gpg: Improve error message about failed keygrip computation.Werner Koch2018-11-301-1/+6
* doc: Clarify use of clear and nodefault in the AKL.Werner Koch2018-11-211-1/+1
* gpg: Start using OCB mode by default with Libgcrypt 1.9.Werner Koch2018-11-161-1/+3
* card: Display UIF setting.NIIBE Yutaka2018-11-153-1/+24