aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2019-06-04g10: Block signals in g10_exit.NIIBE Yutaka1-0/+1
2019-06-04g10,agent: Support CONFIRM for --delete-key.NIIBE Yutaka1-2/+64
2019-05-27gpg: Fixed i18n markup of some strings.Werner Koch1-20/+12
2019-05-27gpg: Allow deletion of subkeys with --delete-[secret-]key.Werner Koch3-9/+101
2019-05-23g10: Copy expiredate from primary key when marked expired.NIIBE Yutaka1-1/+5
2019-05-21gpg: Do not bail on an invalid packet in the local keyring.Werner Koch1-0/+7
2019-05-21gpg: Do not allow creation of user ids larger than our parser allows.Werner Koch4-22/+32
2019-05-21gpg: Unify the the use of the print_pubkey_info functions.Werner Koch7-59/+70
2019-05-20gpg: Do not delete any keys if --dry-run is passed.Werner Koch1-3/+3
2019-05-17gpg: Fix using --decrypt along with --use-embedded-filename.Werner Koch3-4/+8
2019-05-17gpg: Improve the photo image viewer selection.Werner Koch2-27/+99
2019-05-15gpg: enable OpenPGP export of cleartext keys with commentsDaniel Kahn Gillmor1-1/+4
2019-05-14sm: Change keydb code to use the keybox locking.Werner Koch1-4/+4
2019-05-14gpg: Do not print a hint to use the deprecated --keyserver option.Werner Koch1-3/+1
2019-05-14g10: Fix possible null dereference.NIIBE Yutaka1-2/+2
2019-05-13gpg: Change update_keysig_packet to replace SHA-1 by SHA-256.Werner Koch1-0/+11
2019-05-13gpg: Cleanup use of make_keysig_packet.Werner Koch6-40/+40
2019-05-03gpg: Use just the addrspec from the Signer's UID.Werner Koch1-0/+9
2019-04-30sm: Add yet inactive options to support authenticodeWerner Koch1-1/+1
2019-04-18g10: Fix double free when locating by mboxAndre Heinecke1-2/+1
2019-04-17g10: Fix a memory leak.NIIBE Yutaka1-0/+7
2019-04-13gpg: New caching functions.Werner Koch5-119/+702
2019-04-12gpg: Cache a once computed fingerprint in PKT_public_key.Werner Koch2-72/+51
2019-04-11gpg: Accept also armored data from the WKD.Werner Koch1-2/+3
2019-04-11gpg: Set a limit of 5 to the number of keys imported from the WKD.Werner Koch1-4/+21
2019-04-05gpg: Fix printing of the user id during import.Werner Koch3-14/+17
2019-04-03gpg: Improve the code to decrypt using PIV cards.Werner Koch4-25/+26
2019-04-03gpg: Allow decryption using PIV cards.Werner Koch4-8/+146
2019-04-03scd: New standard attributes $ENCRKEYID and $SIGNKEYID.Werner Koch1-1/+1
2019-04-03gpg: Avoid endless loop if a card's serial number can't be read.Werner Koch1-0/+1
2019-04-03gpg: Print modern style key info for non-decryptable keys.Werner Koch2-9/+9
2019-04-02gpg: Allow direct key generation from card with --full-gen-key.Werner Koch3-21/+205
2019-04-01sm: Show the usage flags when generating a key from a card.Werner Koch1-2/+18
2019-04-01gpg: Prepare card code to allow other than OpenPGP cards.Werner Koch2-16/+30
2019-04-01gpg: New card function agent_scd_keypairinfo.Werner Koch2-3/+82
2019-04-01gpg: Remove two unused card related functions.Werner Koch3-98/+76
2019-04-01gpg: Remove unused arg in a card related function.Werner Koch4-34/+33
2019-03-27gpg: Don't use EdDSA algo ID for ECDSA curves.Trevor Bentley1-7/+18
2019-03-18gpg: Allow import of PGP desktop exported secret keys.Werner Koch3-79/+307
2019-03-15gpg: Avoid importing secret keys if the keyblock is not valid.Werner Koch4-30/+109
2019-03-15gpg: During secret key import print "sec" instead of "pub".Werner Koch4-16/+25
2019-03-15gpg: Simplify an interactive import status line.Werner Koch2-18/+33
2019-03-15gpg: Fix recently introduced use after free.Werner Koch1-3/+3
2019-03-14kbx: Unify the fingerprint search modes.Werner Koch9-189/+29
2019-03-14gpg: Make rfc4880bis the default.Werner Koch1-2/+9
2019-03-14gpg: Implement v5 keys and v5 signatures.Werner Koch8-197/+565
2019-03-14kbx: Add support for 32 byte fingerprints.Werner Koch11-51/+168
2019-03-14gpg: Implemented latest rfc4880bis version 5 packet hashing.Werner Koch2-33/+130
2019-03-13Fix the previous commit.NIIBE Yutaka1-1/+1
2019-03-13g10: Fix symmetric cipher algo constant for ECDH.NIIBE Yutaka1-1/+1