aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-21gpg: First take on PKT_ENCRYPTED_AEAD.Werner Koch10-129/+1221
2018-01-18gpg: Fix the use of future-default with --quick-add-key.Werner Koch1-12/+34
2018-01-10gpg: Add stub function for encrypting AEAD.Werner Koch7-10/+95
2018-01-10gpg: New option --force-aeadWerner Koch8-20/+120
2018-01-10gpg: Add option and preference framework for AEAD.Werner Koch10-15/+276
2018-01-08gpg: Print all keys with --decrypt --list-only.Werner Koch1-4/+6
2018-01-01gpg: Allow "futuredefault" as alias for "future-default".Werner Koch1-6/+8
2017-12-29gpg: Allow the use of "cv25519" and "ed25519" in the keygen parms.Werner Koch1-0/+7
2017-12-13gpg: Print a warning for too much data encrypted with 3DES et al.Werner Koch2-5/+26
2017-12-13gpg: Simplify cipher:write_header.Werner Koch1-6/+2
2017-12-13indent: Re-indent g10/cipher.cWerner Koch1-103/+109
2017-12-13gpg: Simplify default_recipient().Werner Koch1-27/+22
2017-12-13gpg: Return an error from hexfingerprint on malloc error.Werner Koch5-33/+92
2017-12-13gpg: Remove some xmallocs.Werner Koch1-7/+26
2017-12-13indent: Re-indent get_pubkeys.Werner Koch1-59/+48
2017-12-12gpg: default-preference-list: prefer SHA512.Daniel Kahn Gillmor1-10/+27
2017-12-11Adjust for changed macro names in libgpg-error master.Werner Koch4-5/+5
2017-12-04g10: Fix regexp sanitization.NIIBE Yutaka1-1/+5
2017-11-27Use the gpgrt log functions if possible.Werner Koch4-14/+14
2017-11-26gpg: Do not read from uninitialized memory with --list-packets.Werner Koch1-0/+6
2017-11-22build: Update distsigkey.gpgWerner Koch1-0/+0
2017-11-22gpg: Fix memory leaking for long inputs via --command-fd.Werner Koch1-1/+7
2017-11-15gpg: Repurpose the ISO defined DO "sex" to "salutation".Werner Koch1-6/+7
2017-11-15gpg: Print AKL info only in verbose mode.Werner Koch1-2/+3
2017-11-09g10: Fix regexp sanitization.NIIBE Yutaka1-1/+5
2017-11-06g10: Unattended key generation "Key-Grip" and "Subkey-Grip".NIIBE Yutaka1-9/+16
2017-11-06g10: Simplify "factory-reset" procedure.NIIBE Yutaka1-14/+0
2017-11-02gpg: Introduce magic value 25519 to switch a card to ECC.Werner Koch1-21/+54
2017-11-02gpg: Rename two card related functions in card-util.Werner Koch1-6/+6
2017-11-02gpg: Unifiy the message for re-configuring cards.Werner Koch1-1/+5
2017-11-02gpg: Introduce magic value 25519 to switch a card to ECC.Werner Koch1-27/+59
2017-11-01Register another OpenPGP card vendor.Werner Koch1-0/+1
2017-11-01gpg: Remove trailing comma in an enum.Werner Koch1-1/+1
2017-11-01gpg: Rename two card related functions in card-util.Werner Koch1-6/+6
2017-11-01g10: Unattended key generation "Key-Grip" and "Subkey-Grip".NIIBE Yutaka1-9/+16
2017-10-30g10: Simplify "factory-reset" procedure.NIIBE Yutaka1-14/+0
2017-10-24gpg: Avoid superfluous sig check info during import.Werner Koch1-47/+96
2017-10-24gpg: Improve the "secret key available" notice in keyedit.cWerner Koch1-10/+26
2017-10-24gpg: Remove unused flags from keyedit.c.Werner Koch1-39/+35
2017-10-19gpg: Fix creating on-disk subkey with on-card primary key.Werner Koch1-0/+3
2017-10-19gpg: Print sec/sbb with --import-option import-show or show-only.Werner Koch1-1/+1
2017-10-19gpg: Make --dry-run and show-only work for secret keys.Werner Koch1-1/+2
2017-10-19g10: Fix find_and_check_key for multiple keyrings.NIIBE Yutaka1-2/+5
2017-10-19gpg: Keep a lock during the read-update/insert cycle in import.Werner Koch3-3/+41
2017-10-19gpg: Improve keydb handling in the main import function.Werner Koch3-60/+95
2017-10-19gpg: Simplify keydb handling of the main import function.Werner Koch2-81/+80
2017-10-19g10: Fix find_and_check_key for multiple keyrings.NIIBE Yutaka1-2/+5
2017-10-18gpg: Keep a lock during the read-update/insert cycle in import.Werner Koch3-3/+41
2017-10-18gpg: Improve keydb handling in the main import function.Werner Koch3-60/+95
2017-10-18gpg: Simplify keydb handling of the main import function.Werner Koch2-81/+80