aboutsummaryrefslogtreecommitdiffstats
path: root/g10/getkey.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-21doc: Some documentation updates.Werner Koch1-1/+1
2020-06-08doc: Minor code comment fixes.Werner Koch1-2/+2
2020-03-18gpg: Fix key expiration and usage for keys created at the Epoch.Werner Koch1-12/+16
2020-03-13gpg: Make use of the included key block in a signature.Werner Koch1-3/+61
2020-02-19gpg: Fix default-key selection when card is available.NIIBE Yutaka1-1/+9
2020-02-18Spelling cleanup.Daniel Kahn Gillmor1-2/+2
2020-01-17gpg: Prefer card key on use in multiple subkeys situation.NIIBE Yutaka1-4/+17
2020-01-17gpg: Prepare enhancement of agent_probe_secret_key.NIIBE Yutaka1-9/+13
2020-01-16gpg: default-key: Simply don't limit by capability.NIIBE Yutaka1-5/+0
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