aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg: Implement AEAD for SKESK packets.Werner Koch2018-01-2311-105/+301
* gpg: Unify AEAD parameter retrieval.Werner Koch2018-01-228-66/+63
* gpg: Refactor function encrypt_seskey.Werner Koch2018-01-223-54/+113
* gpg: Support EAX if for latest Libgcrypt.Werner Koch2018-01-213-4/+16
* gpg: First take on PKT_ENCRYPTED_AEAD.Werner Koch2018-01-2110-129/+1221
* gpg: Add stub function for encrypting AEAD.Werner Koch2018-01-107-10/+95
* gpg: New option --force-aeadWerner Koch2018-01-108-20/+120
* gpg: Add option and preference framework for AEAD.Werner Koch2018-01-1010-15/+276
* Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2017-12-189-239/+341
|\
| * gpg: Print a warning for too much data encrypted with 3DES et al.Werner Koch2017-12-132-5/+26
| * gpg: Simplify cipher:write_header.Werner Koch2017-12-131-6/+2
| * indent: Re-indent g10/cipher.cWerner Koch2017-12-131-103/+109
| * gpg: Simplify default_recipient().Werner Koch2017-12-131-27/+22
| * gpg: Return an error from hexfingerprint on malloc error.Werner Koch2017-12-135-33/+92
| * gpg: Remove some xmallocs.Werner Koch2017-12-131-7/+26
| * indent: Re-indent get_pubkeys.Werner Koch2017-12-131-59/+48
| * gpg: default-preference-list: prefer SHA512.Daniel Kahn Gillmor2017-12-121-10/+27
* | Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2017-12-111-0/+6
|\|
| * g10: Fix regexp sanitization.NIIBE Yutaka2017-12-041-1/+5
| * gpg: Do not read from uninitialized memory with --list-packets.Werner Koch2017-11-261-0/+6
* | Adjust for changed macro names in libgpg-error master.Werner Koch2017-12-114-5/+5
* | Use the gpgrt log functions if possible.Werner Koch2017-11-274-14/+14
* | Merge branch 'STABLE-BRANCH-2-2'Werner Koch2017-11-232-1/+7
|\|
| * build: Update distsigkey.gpgWerner Koch2017-11-221-0/+0
| * gpg: Fix memory leaking for long inputs via --command-fd.Werner Koch2017-11-221-1/+7
* | gpg: Repurpose the ISO defined DO "sex" to "salutation".Werner Koch2017-11-151-6/+7
* | Merge branch 'STABLE-BRANCH-2-2'Werner Koch2017-11-151-2/+3
|\|
| * gpg: Print AKL info only in verbose mode.Werner Koch2017-11-151-2/+3
| * g10: Unattended key generation "Key-Grip" and "Subkey-Grip".NIIBE Yutaka2017-11-061-9/+16
| * g10: Simplify "factory-reset" procedure.NIIBE Yutaka2017-11-061-14/+0
| * gpg: Introduce magic value 25519 to switch a card to ECC.Werner Koch2017-11-021-21/+54
| * gpg: Rename two card related functions in card-util.Werner Koch2017-11-021-6/+6
* | g10: Fix regexp sanitization.NIIBE Yutaka2017-11-091-1/+5
* | gpg: Unifiy the message for re-configuring cards.Werner Koch2017-11-021-1/+5
* | gpg: Introduce magic value 25519 to switch a card to ECC.Werner Koch2017-11-021-27/+59
* | Register another OpenPGP card vendor.Werner Koch2017-11-011-0/+1
* | gpg: Remove trailing comma in an enum.Werner Koch2017-11-011-1/+1
* | gpg: Rename two card related functions in card-util.Werner Koch2017-11-011-6/+6
* | g10: Unattended key generation "Key-Grip" and "Subkey-Grip".NIIBE Yutaka2017-11-011-9/+16
* | g10: Simplify "factory-reset" procedure.NIIBE Yutaka2017-10-301-14/+0
* | Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2017-10-275-93/+178
|\|
| * gpg: Avoid superfluous sig check info during import.Werner Koch2017-10-241-47/+96
| * gpg: Improve the "secret key available" notice in keyedit.cWerner Koch2017-10-241-10/+26
| * gpg: Remove unused flags from keyedit.c.Werner Koch2017-10-241-39/+35
| * gpg: Fix creating on-disk subkey with on-card primary key.Werner Koch2017-10-191-0/+3
| * gpg: Print sec/sbb with --import-option import-show or show-only.Werner Koch2017-10-191-1/+1
| * gpg: Make --dry-run and show-only work for secret keys.Werner Koch2017-10-191-1/+2
| * g10: Fix find_and_check_key for multiple keyrings.NIIBE Yutaka2017-10-191-2/+5
| * gpg: Keep a lock during the read-update/insert cycle in import.Werner Koch2017-10-193-3/+41
| * gpg: Improve keydb handling in the main import function.Werner Koch2017-10-193-60/+95