summaryrefslogtreecommitdiffstats
path: root/g10/getkey.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg: Fix key expiration and usage for keys created at the Epoch.Werner Koch2020-03-181-12/+16
* gpg: Make use of the included key block in a signature.Werner Koch2020-03-131-3/+61
* gpg: Fix default-key selection when card is available.NIIBE Yutaka2020-02-191-1/+9
* Spelling cleanup.Daniel Kahn Gillmor2020-02-191-2/+2
* gpg: Prefer card key on use in multiple subkeys situation.NIIBE Yutaka2020-01-171-4/+17
* gpg: Prepare enhancement of agent_probe_secret_key.NIIBE Yutaka2020-01-171-9/+13
* gpg: default-key: Simply don't limit by capability.NIIBE Yutaka2020-01-161-5/+0
* gpg: Cert only key should be usable with --default-key.NIIBE Yutaka2020-01-151-1/+2
* gpg: Use AKL for angle bracketed mail address with -r.Werner Koch2019-12-041-6/+31
* gpg: More fix of get_best_pubkey_byname.NIIBE Yutaka2019-10-171-1/+0
* gpg: Fix two other cases in get_best_pubkey_byname.NIIBE Yutaka2019-10-171-29/+34
* gpg: Fix get_best_pubkey_byname to consider the first match.NIIBE Yutaka2019-10-161-19/+39
* gpg: Put the first key in candidates correctly.NIIBE Yutaka2019-10-151-19/+18
* gpg: The first key should be in candidates.NIIBE Yutaka2019-10-091-1/+8
* gpg: Fix a memory leak in get_best_pubkey_byname.NIIBE Yutaka2019-10-071-1/+4
* gpg: Fix expand GPG groups when resolving a keyWerner Koch2019-09-301-22/+29
* Merge branch 'switch-to-gpgk' into masterWerner Koch2019-09-271-16/+18
|\
| * gpg: New option --use-keyboxd.Werner Koch2019-09-091-16/+18
* | gpg: expand GPG groups when resolving a keyStephan Mueller2019-09-061-3/+23
* | gpg: Rework the signature subpacket iteration function.Werner Koch2019-09-051-16/+15
* | gpg: Allow --locate-external-key even with --no-auto-key-locate.Werner Koch2019-08-231-0/+20
|/
* gpg: Fix getting User ID.NIIBE Yutaka2019-07-111-83/+40
* gpg: Avoid printing false AKL error message.Werner Koch2019-07-041-4/+4
* gpg: New command --locate-external-key.Werner Koch2019-07-041-16/+32
* gpg: Make the get_pubkey_byname interface easier to understand.Werner Koch2019-07-041-16/+25
* g10: Copy expiredate from primary key when marked expired.NIIBE Yutaka2019-05-231-1/+5
* g10: Fix double free when locating by mboxAndre Heinecke2019-04-181-2/+1
* gpg: New caching functions.Werner Koch2019-04-131-119/+29
* gpg: Fix printing of the user id during import.Werner Koch2019-04-051-9/+13
* gpg: Remove unused arg in a card related function.Werner Koch2019-04-011-1/+1
* kbx: Unify the fingerprint search modes.Werner Koch2019-03-141-3/+0
* kbx: Add support for 32 byte fingerprints.Werner Koch2019-03-141-6/+5
* gpg: Prepare revocation keys for use with v5 keys.Werner Koch2018-12-041-4/+16
* common: Prepare for parsing mail sub-addresses.Werner Koch2018-11-121-1/+1
* all: fix spelling and typosDaniel Kahn Gillmor2018-10-241-2/+2
* gpg: Remove unused function get_pubkeys.Werner Koch2018-08-291-263/+4
* gpg: Refresh expired keys originating from the WKD.Werner Koch2018-08-281-15/+94
* gpg: Remove unused arg from a function.Werner Koch2018-08-281-2/+2
* g10: Move enum_secret_keys to skclist.c.NIIBE Yutaka2018-08-271-197/+0
* g10: Fix comment of enum_secret_keys.NIIBE Yutaka2018-08-271-2/+0
* g10: Enumerated keys for decryption should be unique.NIIBE Yutaka2018-08-271-0/+25
* gpg: Prepare for signatures with ISSUER_FPR but without ISSUER.Werner Koch2018-07-051-2/+45
* g10: Fix memory leak for PKT_signature.NIIBE Yutaka2018-07-031-1/+1
* gpg: Remove PGP6 compliance mode.Werner Koch2018-05-291-3/+3
* gpg: Fix detection of the AEAD feature flag.Werner Koch2018-05-291-1/+1
* Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2018-05-131-7/+14
|\
| * gpg: Extend the "sig" record in --list-mode.Werner Koch2018-04-121-7/+14
* | Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2018-04-101-0/+2
|\|
| * g10: Fix filtering by PK->REQ_USAGE.NIIBE Yutaka2018-04-021-0/+2
| * g10: Select a secret key by checking availability under gpg-agent.NIIBE Yutaka2018-02-221-4/+11