aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keydb.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-04gpg: Add option --with-v5-fingerprintWerner Koch1-0/+2
2023-04-21gpg: Fix writing ECDH keys to OpenPGP smartcards.Werner Koch1-0/+1
2023-03-01gpg: Actually encrypt to ADSKs.Werner Koch1-1/+2
2023-03-01gpg: Allow adding of Additional Decryption Subkeys.Werner Koch1-0/+3
2023-02-07gpg: New list-option --show-unusable-sigs.Werner Koch1-1/+8
2022-10-28gpg: Import stray revocation certificates.Werner Koch1-0/+1
2021-12-20gpg: Allow passing a keygrip as description to pinentry.Werner Koch1-0/+1
2021-05-17gpg: Use a more descriptive prompt for symmetric decryption.Werner Koch1-6/+6
2021-04-25gpg: Auto import keys specified with --trusted-keys.Werner Koch1-0/+4
2020-11-13gpg: Fix the encrypt+sign hash algo preference selection for ECDSA.Werner Koch1-4/+5
2020-08-07gpg: Fix trustdb for v5key.NIIBE Yutaka1-0/+1
2020-06-08gpg: If possible TRUST values now depend on signer's UID or --sender.Werner Koch1-1/+2
2020-03-13gpg: Make use of the included key block in a signature.Werner Koch1-1/+7
2020-02-13gpg: New option --full-timestrings.Werner Koch1-0/+2
2019-09-30gpg: Fix expand GPG groups when resolving a keyWerner Koch1-1/+1
2019-09-10gpg: First rough implementation of keyboxd access for key lookup.Werner Koch1-0/+3
2019-09-09gpg: New option --use-keyboxd.Werner Koch1-34/+37
2019-09-06gpg: expand GPG groups when resolving a keyStephan Mueller1-0/+2
2019-09-05gpg: Prepare parser for the new attestation certificates.Werner Koch1-2/+8
2019-08-23gpg: Allow --locate-external-key even with --no-auto-key-locate.Werner Koch1-0/+1
2019-07-04gpg: New command --locate-external-key.Werner Koch1-1/+1
2019-07-04gpg: Make the get_pubkey_byname interface easier to understand.Werner Koch1-2/+11
2019-04-05gpg: Fix printing of the user id during import.Werner Koch1-2/+1
2019-03-15gpg: Avoid importing secret keys if the keyblock is not valid.Werner Koch1-6/+7
2019-03-14kbx: Add support for 32 byte fingerprints.Werner Koch1-3/+3
2019-01-26gpg: Move S2K encoding function to a shared file.Werner Koch1-1/+0
2018-08-29gpg: Remove unused function get_pubkeys.Werner Koch1-11/+0
2018-08-28gpg: Remove unused arg from a function.Werner Koch1-1/+1
2018-07-06gpg: Move key cleaning functions to a separate file.Werner Koch1-0/+30
2018-07-05gpg: Prepare for signatures with ISSUER_FPR but without ISSUER.Werner Koch1-0/+8
2018-05-29gpg: Remove MDC optionsWerner Koch1-1/+1
2018-04-12gpg: Extend the "sig" record in --list-mode.Werner Koch1-4/+4
2018-04-06doc: Add a code comment about back signatures.Werner Koch1-1/+3
2018-04-06gpg: Re-indent sig-check.c and use signature class macros.Werner Koch1-0/+1
2018-01-22gpg: Unify AEAD parameter retrieval.Werner Koch1-1/+1
2018-01-10gpg: New option --force-aeadWerner Koch1-0/+1
2017-10-19gpg: Keep a lock during the read-update/insert cycle in import.Werner Koch1-0/+4
2017-10-19gpg: Improve keydb handling in the main import function.Werner Koch1-2/+11
2017-10-18gpg: Keep a lock during the read-update/insert cycle in import.Werner Koch1-0/+4
2017-10-18gpg: Improve keydb handling in the main import function.Werner Koch1-2/+11
2017-08-04gpg: Default to --auto-key-locate "local,wkd" and --auto-key-retrieve.Werner Koch1-1/+1
2017-07-28gpg: Minor rework for better readibility of get_best_pubkey_byname.Werner Koch1-4/+4
2017-07-20gpg: New option --with-key-origin.Werner Koch1-0/+1
2017-07-20doc: Comment fixes and one trailing comma fix.Werner Koch1-1/+1
2017-07-20gpg: Make function mk_datestr public.Werner Koch1-0/+7
2017-07-13gpg: New option --key-origin.Werner Koch1-7/+9
2017-05-22g10: Fix default-key selection for signing, possibly by card.NIIBE Yutaka1-0/+2
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka1-2/+2
2017-03-31gpg: Avoid multiple open calls to the keybox file.Werner Koch1-3/+0
2017-03-31gpg: Pass CTRL also to getkey_end.Werner Koch1-1/+1