summaryrefslogtreecommitdiffstats
path: root/g10/keydb.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg: Fix printing of the user id during import.Werner Koch2019-04-051-2/+1
* gpg: Avoid importing secret keys if the keyblock is not valid.Werner Koch2019-03-151-6/+7
* kbx: Add support for 32 byte fingerprints.Werner Koch2019-03-141-3/+3
* gpg: Move S2K encoding function to a shared file.Werner Koch2019-01-261-1/+0
* gpg: Remove unused function get_pubkeys.Werner Koch2018-08-291-11/+0
* gpg: Remove unused arg from a function.Werner Koch2018-08-281-1/+1
* gpg: Move key cleaning functions to a separate file.Werner Koch2018-07-061-0/+30
* gpg: Prepare for signatures with ISSUER_FPR but without ISSUER.Werner Koch2018-07-051-0/+8
* gpg: Remove MDC optionsWerner Koch2018-05-291-1/+1
* Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2018-05-131-4/+4
|\
| * gpg: Extend the "sig" record in --list-mode.Werner Koch2018-04-121-4/+4
* | Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2018-04-101-1/+4
|\|
| * doc: Add a code comment about back signatures.Werner Koch2018-04-061-1/+3
| * gpg: Re-indent sig-check.c and use signature class macros.Werner Koch2018-04-061-0/+1
| * gpg: Keep a lock during the read-update/insert cycle in import.Werner Koch2017-10-191-0/+4
| * gpg: Improve keydb handling in the main import function.Werner Koch2017-10-191-2/+11
* | gpg: Unify AEAD parameter retrieval.Werner Koch2018-01-221-1/+1
* | gpg: New option --force-aeadWerner Koch2018-01-101-0/+1
* | gpg: Keep a lock during the read-update/insert cycle in import.Werner Koch2017-10-181-0/+4
* | gpg: Improve keydb handling in the main import function.Werner Koch2017-10-181-2/+11
|/
* gpg: Default to --auto-key-locate "local,wkd" and --auto-key-retrieve.Werner Koch2017-08-041-1/+1
* gpg: Minor rework for better readibility of get_best_pubkey_byname.Werner Koch2017-07-281-4/+4
* gpg: New option --with-key-origin.Werner Koch2017-07-201-0/+1
* doc: Comment fixes and one trailing comma fix.Werner Koch2017-07-201-1/+1
* gpg: Make function mk_datestr public.Werner Koch2017-07-201-0/+7
* gpg: New option --key-origin.Werner Koch2017-07-131-7/+9
* g10: Fix default-key selection for signing, possibly by card.NIIBE Yutaka2017-05-221-0/+2
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-281-2/+2
* gpg: Avoid multiple open calls to the keybox file.Werner Koch2017-03-311-3/+0
* gpg: Pass CTRL also to getkey_end.Werner Koch2017-03-311-1/+1
* gpg: Pass CTRL to many more functions.Werner Koch2017-03-311-20/+24
* gpg: Revamp reading and writing of ring trust packets.Werner Koch2017-03-301-0/+13
* Remove -I option to common.NIIBE Yutaka2017-03-071-2/+2
* gpg: Remove unused definitions.Werner Koch2017-01-181-22/+2
* g10: Cache the effective policy. Recompute it when required.Neal H. Walfield2016-11-211-1/+1
* g10: Add a convenience function for checking if a key is a primary keyNeal H. Walfield2016-11-211-0/+7
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* g10: Improve and unify key selection for -r and --locate-keys.Justus Winter2016-11-031-0/+7
* gpg: Cleanup of dek_to_passphrase function (part 2).Werner Koch2016-08-081-3/+3
* gpg: New options --recipient-file and --hidden-recipient-file.Werner Koch2016-07-061-8/+14
* gpg: Pass CTRL object down to the trust functionsWerner Koch2016-05-211-1/+1
* gpg: Add accessor & utility functions for pk->keyid and pk->main_keyid.Neal H. Walfield2016-02-191-1/+33
* gpg: Clean up dangling agent_open and agent_closed declarations.Daniel Kahn Gillmor2016-02-181-4/+0
* gpg: Fix format_keyid when dynamically allocating the buffer.Neal H. Walfield2016-02-141-1/+1
* gpg: Move documentation from keydb.h to keydb.c and getkey.c.Werner Koch2016-01-111-475/+37
* gpg: Fix NULL de-ref for ambiguous key check in --export-ssh-keys.Werner Koch2016-01-111-0/+5
* gpg: Rename struct pubkey to pukey_s and add pubkey_t.Werner Koch2015-12-231-5/+6
* gpg: Don't check for ambiguous keys.Neal H. Walfield2015-12-221-0/+23
* gpg: Remove unused parameter.Neal H. Walfield2015-12-221-2/+1
* gpg: Fix TOCTTOU when updating keyblocks.Neal H. Walfield2015-12-221-3/+12