summaryrefslogtreecommitdiffstats
path: root/g10/getkey.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg: Allow the use of an ADSK subkey as ADSK subkey.Werner Koch2024-10-311-3/+10
* gpg: Improve decryption diagnostic for an ADSK key.Werner Koch2024-08-121-8/+24
* gpg: Do not bail out on secret keys with an unknown algoWerner Koch2024-06-111-0/+2
* gpg: Add magic parameter "default" to --quick-add-adsk.Werner Koch2024-06-051-0/+27
* gpg: Do not show RENC if no key capabilities are found for a key.Werner Koch2024-06-051-2/+4
* gpg: Autoload designated revoker key and ADSK when needed.Werner Koch2024-06-051-7/+16
* gpg: Implement the LDAP AKL method.Werner Koch2024-06-041-6/+22
* gpg: Rename functions with an "fprint" part to "fpr"Werner Koch2024-06-041-38/+37
* indent: Fix spellingDaniel Kahn Gillmor2024-05-311-3/+3
* gpg: New option --require-pqc-encryptionWerner Koch2024-04-241-0/+17
* doc: Fix spelling errors found by lintian.Werner Koch2024-01-291-1/+1
* gpg: Improve error message for expired default keys.Werner Koch2024-01-111-4/+22
* gpg: Choose key from inserted card over a non-inserted cardWerner Koch2024-01-021-0/+7
* gpg: Skip keys found via ADSKs.Werner Koch2023-05-251-15/+22
* gpg: Fix searching for the ADSK key when adding an ADSK.Werner Koch2023-05-251-0/+3
* gpg: New option --debug-ignore-expiration to help with testing.Werner Koch2023-05-091-3/+4
* gpg: Actually encrypt to ADSKs.Werner Koch2023-03-011-3/+11
* gpg: Allow adding of Additional Decryption Subkeys.Werner Koch2023-03-011-3/+4
* gpg: --gen-random code cleanup by using es_set_binary.Werner Koch2023-02-161-1/+1
* gpg: New list-option --show-unusable-sigs.Werner Koch2023-02-071-1/+1
* gpg,common,scd,sm: Function prototype fixes for modern compiler.NIIBE Yutaka2022-09-131-1/+1
* gpg: Support key flags for RENC, TIME, and GROUP.Werner Koch2022-09-071-0/+18
* gpg: Handle backsig for v5 signature.NIIBE Yutaka2021-09-291-6/+8
* gpg: Improve speed of secret key listing.Werner Koch2021-05-191-1/+1
* A few minor code cleanups and typo fixes.Werner Koch2021-05-111-2/+0
* gpg: Fix mailbox based search via AKL keyserver method.Werner Koch2021-04-261-2/+2
* gpg: Auto import keys specified with --trusted-keys.Werner Koch2021-04-251-0/+36
* gpg: Allow fingerprint based lookup with --locate-external-key.Werner Koch2021-04-211-32/+123
* gpg: Lookup a missing public key of the current card via LDAP.Werner Koch2021-04-161-0/+18
* gpg: Minor restructuring of a function.Werner Koch2021-04-121-31/+40
* gpg: Fix selection of key.NIIBE Yutaka2021-02-051-1/+3
* gpg: Remove support for PKA.Werner Koch2021-02-021-5/+2
* gpg: New AKL method "ntds"Werner Koch2020-12-171-0/+9
* doc: Some documentation updates.Werner Koch2020-09-211-1/+1
* doc: Minor code comment fixes.Werner Koch2020-06-081-2/+2
* 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