aboutsummaryrefslogtreecommitdiffstats
path: root/g10/getkey.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | gpg: Copy the AEAD prefs to the user ID struct.Werner Koch2018-01-231-3/+11
* | gpg: Add option and preference framework for AEAD.Werner Koch2018-01-101-1/+10
* | Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2017-12-181-65/+73
|\|
| * gpg: Remove some xmallocs.Werner Koch2017-12-131-7/+26
| * indent: Re-indent get_pubkeys.Werner Koch2017-12-131-59/+48
* | 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
| * gpg: Keep a lock during the read-update/insert cycle in import.Werner Koch2017-10-191-2/+13
| * gpg: Improve keydb handling in the main import function.Werner Koch2017-10-191-15/+61