summaryrefslogtreecommitdiffstats
path: root/g10/getkey.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | gpg: Keep a lock during the read-update/insert cycle in import.Werner Koch2017-10-181-2/+13
* | gpg: Improve keydb handling in the main import function.Werner Koch2017-10-181-15/+61
* | g10: Select a secret key by checking availability under gpg-agent.NIIBE Yutaka2017-09-261-4/+11
|/
* gpg: Fix memory leak in parse_auto_key_locate.Werner Koch2017-08-041-3/+4
* gpg: Default to --auto-key-locate "local,wkd" and --auto-key-retrieve.Werner Koch2017-08-041-1/+4
* gpg: Minor rework for better readibility of get_best_pubkey_byname.Werner Koch2017-07-281-13/+13
* gpg: Fix segv in get_best_pubkey_byname.Werner Koch2017-07-281-1/+1
* gpg: Extend --key-origin to take an optional URL arg.Werner Koch2017-07-241-0/+15
* indent: Improve readability of some comments in getkey.cWerner Koch2017-07-201-165/+168
* gpg: New option --with-key-origin.Werner Koch2017-07-201-10/+30
* g10: Return proper error when gpg-agent fails to start during probe.Marcus Brinkmann2017-07-201-2/+8
* gpg: New option --key-origin.Werner Koch2017-07-131-0/+35
* gpg: Disable keydb handle caching only for W32Werner Koch2017-06-131-10/+17
* gpg: Disable keydb handle cachingAndre Heinecke2017-05-301-1/+11
* g10: Fix default-key selection for signing, possibly by card.NIIBE Yutaka2017-05-221-0/+52
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-281-2/+2
* g10: Minor fixes.NIIBE Yutaka2017-04-171-1/+2
* gpg: Avoid multiple open calls to the keybox file.Werner Koch2017-03-311-5/+18
* gpg: Pass CTRL also to getkey_end.Werner Koch2017-03-311-18/+18
* gpg: Pass CTRL to many more functions.Werner Koch2017-03-311-66/+74
* g10: Move more flags into the flag bitfield.Justus Winter2017-03-081-18/+18
* Remove -I option to common.NIIBE Yutaka2017-03-071-6/+6
* gpg: Fix attempt to double free an UID structure.Werner Koch2017-03-061-2/+7
* Clean up word replication.Yuri Chornoivan2017-02-211-1/+1
* gpg: Let only Dirmngr decide whether CERT is supported.Werner Koch2016-12-011-2/+0
* g10: Fix iteration over getkey results.Justus Winter2016-11-281-1/+1