aboutsummaryrefslogtreecommitdiffstats
path: root/g10/getkey.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-15gpg: Cert only key should be usable with --default-key.NIIBE Yutaka1-1/+2
2019-12-04gpg: Use AKL for angle bracketed mail address with -r.Werner Koch1-6/+31
2019-10-17gpg: More fix of get_best_pubkey_byname.NIIBE Yutaka1-1/+0
2019-10-17gpg: Fix two other cases in get_best_pubkey_byname.NIIBE Yutaka1-29/+34
2019-10-16gpg: Fix get_best_pubkey_byname to consider the first match.NIIBE Yutaka1-19/+39
2019-10-15gpg: Put the first key in candidates correctly.NIIBE Yutaka1-19/+18
2019-10-09gpg: The first key should be in candidates.NIIBE Yutaka1-1/+8
2019-10-07gpg: Fix a memory leak in get_best_pubkey_byname.NIIBE Yutaka1-1/+4
2019-09-30gpg: Fix expand GPG groups when resolving a keyWerner Koch1-22/+29
2019-09-09gpg: New option --use-keyboxd.Werner Koch1-16/+18
2019-09-06gpg: expand GPG groups when resolving a keyStephan Mueller1-3/+23
2019-09-05gpg: Rework the signature subpacket iteration function.Werner Koch1-16/+15
2019-08-23gpg: Allow --locate-external-key even with --no-auto-key-locate.Werner Koch1-0/+20
2019-07-11gpg: Fix getting User ID.NIIBE Yutaka1-83/+40
2019-07-04gpg: Avoid printing false AKL error message.Werner Koch1-4/+4
2019-07-04gpg: New command --locate-external-key.Werner Koch1-16/+32
2019-07-04gpg: Make the get_pubkey_byname interface easier to understand.Werner Koch1-16/+25
2019-05-23g10: Copy expiredate from primary key when marked expired.NIIBE Yutaka1-1/+5
2019-04-18g10: Fix double free when locating by mboxAndre Heinecke1-2/+1
2019-04-13gpg: New caching functions.Werner Koch1-119/+29
2019-04-05gpg: Fix printing of the user id during import.Werner Koch1-9/+13
2019-04-01gpg: Remove unused arg in a card related function.Werner Koch1-1/+1
2019-03-14kbx: Unify the fingerprint search modes.Werner Koch1-3/+0
2019-03-14kbx: Add support for 32 byte fingerprints.Werner Koch1-6/+5
2018-12-04gpg: Prepare revocation keys for use with v5 keys.Werner Koch1-4/+16
2018-11-12common: Prepare for parsing mail sub-addresses.Werner Koch1-1/+1
2018-10-24all: fix spelling and typosDaniel Kahn Gillmor1-2/+2
2018-08-29gpg: Remove unused function get_pubkeys.Werner Koch1-263/+4
2018-08-28gpg: Refresh expired keys originating from the WKD.Werner Koch1-15/+94
2018-08-28gpg: Remove unused arg from a function.Werner Koch1-2/+2
2018-08-27g10: Move enum_secret_keys to skclist.c.NIIBE Yutaka1-197/+0
2018-08-27g10: Fix comment of enum_secret_keys.NIIBE Yutaka1-2/+0
2018-08-27g10: Enumerated keys for decryption should be unique.NIIBE Yutaka1-0/+25
2018-07-05gpg: Prepare for signatures with ISSUER_FPR but without ISSUER.Werner Koch1-2/+45
2018-07-03g10: Fix memory leak for PKT_signature.NIIBE Yutaka1-1/+1
2018-05-29gpg: Remove PGP6 compliance mode.Werner Koch1-3/+3
2018-05-29gpg: Fix detection of the AEAD feature flag.Werner Koch1-1/+1
2018-04-12gpg: Extend the "sig" record in --list-mode.Werner Koch1-7/+14
2018-04-02g10: Fix filtering by PK->REQ_USAGE.NIIBE Yutaka1-0/+2
2018-02-22g10: Select a secret key by checking availability under gpg-agent.NIIBE Yutaka1-4/+11
2018-01-23gpg: Copy the AEAD prefs to the user ID struct.Werner Koch1-3/+11
2018-01-10gpg: Add option and preference framework for AEAD.Werner Koch1-1/+10
2017-12-13gpg: Remove some xmallocs.Werner Koch1-7/+26
2017-12-13indent: Re-indent get_pubkeys.Werner Koch1-59/+48
2017-11-15gpg: Print AKL info only in verbose mode.Werner Koch1-2/+3
2017-10-19gpg: Keep a lock during the read-update/insert cycle in import.Werner Koch1-2/+13
2017-10-19gpg: Improve keydb handling in the main import function.Werner Koch1-15/+61
2017-10-18gpg: Keep a lock during the read-update/insert cycle in import.Werner Koch1-2/+13
2017-10-18gpg: Improve keydb handling in the main import function.Werner Koch1-15/+61
2017-09-26g10: Select a secret key by checking availability under gpg-agent.NIIBE Yutaka1-4/+11