aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* spelling: Fix "synchronize"Daniel Kahn Gillmor2019-06-241-1/+1
* gpg: Very minor code cleanup.Werner Koch2019-06-211-2/+2
* g10: Block signals in g10_exit.NIIBE Yutaka2019-06-041-0/+1
* g10,agent: Support CONFIRM for --delete-key.NIIBE Yutaka2019-06-041-2/+64
* gpg: Fixed i18n markup of some strings.Werner Koch2019-05-271-20/+12
* gpg: Allow deletion of subkeys with --delete-[secret-]key.Werner Koch2019-05-273-9/+101
* g10: Copy expiredate from primary key when marked expired.NIIBE Yutaka2019-05-231-1/+5
* gpg: Do not bail on an invalid packet in the local keyring.Werner Koch2019-05-211-0/+7
* gpg: Do not allow creation of user ids larger than our parser allows.Werner Koch2019-05-214-22/+32
* gpg: Unify the the use of the print_pubkey_info functions.Werner Koch2019-05-217-59/+70
* gpg: Do not delete any keys if --dry-run is passed.Werner Koch2019-05-201-3/+3
* gpg: Fix using --decrypt along with --use-embedded-filename.Werner Koch2019-05-173-4/+8
* gpg: Improve the photo image viewer selection.Werner Koch2019-05-172-27/+99
* gpg: enable OpenPGP export of cleartext keys with commentsDaniel Kahn Gillmor2019-05-151-1/+4
* sm: Change keydb code to use the keybox locking.Werner Koch2019-05-141-4/+4
* gpg: Do not print a hint to use the deprecated --keyserver option.Werner Koch2019-05-141-3/+1
* g10: Fix possible null dereference.NIIBE Yutaka2019-05-141-2/+2
* gpg: Change update_keysig_packet to replace SHA-1 by SHA-256.Werner Koch2019-05-131-0/+11
* gpg: Cleanup use of make_keysig_packet.Werner Koch2019-05-136-40/+40
* gpg: Use just the addrspec from the Signer's UID.Werner Koch2019-05-031-0/+9
* 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