aboutsummaryrefslogtreecommitdiffstats
path: root/g10/getkey.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-06-11gpg: Do not bail out on secret keys with an unknown algoWerner Koch1-0/+2
2024-06-05gpg: Add magic parameter "default" to --quick-add-adsk.Werner Koch1-0/+27
2024-06-05gpg: Do not show RENC if no key capabilities are found for a key.Werner Koch1-2/+4
2024-06-05gpg: Autoload designated revoker key and ADSK when needed.Werner Koch1-7/+16
2024-06-04gpg: Implement the LDAP AKL method.Werner Koch1-6/+22
2024-06-04gpg: Rename functions with an "fprint" part to "fpr"Werner Koch1-38/+37
2024-05-31indent: Fix spellingDaniel Kahn Gillmor1-3/+3
2024-04-24gpg: New option --require-pqc-encryptionWerner Koch1-0/+17
2024-01-29doc: Fix spelling errors found by lintian.Werner Koch1-1/+1
2024-01-11gpg: Improve error message for expired default keys.Werner Koch1-4/+22
2024-01-02gpg: Choose key from inserted card over a non-inserted cardWerner Koch1-0/+7
2023-05-25gpg: Skip keys found via ADSKs.Werner Koch1-15/+22
2023-05-25gpg: Skip keys found via ADSKs.Werner Koch1-15/+22
2023-05-25gpg: Fix searching for the ADSK key when adding an ADSK.Werner Koch1-0/+3
2023-05-25gpg: Fix searching for the ADSK key when adding an ADSK.Werner Koch1-0/+3
2023-05-09gpg: New option --debug-ignore-expiration to help with testing.Werner Koch1-3/+4
2023-03-01gpg: Actually encrypt to ADSKs.Werner Koch1-3/+11
2023-03-01gpg: Allow adding of Additional Decryption Subkeys.Werner Koch1-3/+4
2023-02-16gpg: --gen-random code cleanup by using es_set_binary.Werner Koch1-1/+1
2023-02-07gpg: New list-option --show-unusable-sigs.Werner Koch1-1/+1
2022-09-13gpg,common,scd,sm: Function prototype fixes for modern compiler.NIIBE Yutaka1-1/+1
2022-09-07gpg: Support key flags for RENC, TIME, and GROUP.Werner Koch1-0/+18
2021-09-29gpg: Handle backsig for v5 signature.NIIBE Yutaka1-6/+8
2021-05-19gpg: Improve speed of secret key listing.Werner Koch1-1/+1
2021-05-11A few minor code cleanups and typo fixes.Werner Koch1-2/+0
2021-04-26gpg: Fix mailbox based search via AKL keyserver method.Werner Koch1-2/+2
2021-04-25gpg: Auto import keys specified with --trusted-keys.Werner Koch1-0/+36
2021-04-21gpg: Allow fingerprint based lookup with --locate-external-key.Werner Koch1-32/+123
2021-04-16gpg: Lookup a missing public key of the current card via LDAP.Werner Koch1-0/+18
2021-04-12gpg: Minor restructuring of a function.Werner Koch1-31/+40
2021-02-05gpg: Fix selection of key.NIIBE Yutaka1-1/+3
2021-02-02gpg: Remove support for PKA.Werner Koch1-5/+2
2020-12-17gpg: New AKL method "ntds"Werner Koch1-0/+9
2020-09-21doc: Some documentation updates.Werner Koch1-1/+1
2020-06-08doc: Minor code comment fixes.Werner Koch1-2/+2
2020-03-18gpg: Fix key expiration and usage for keys created at the Epoch.Werner Koch1-12/+16
2020-03-13gpg: Make use of the included key block in a signature.Werner Koch1-3/+61
2020-02-19gpg: Fix default-key selection when card is available.NIIBE Yutaka1-1/+9
2020-02-18Spelling cleanup.Daniel Kahn Gillmor1-2/+2
2020-01-17gpg: Prefer card key on use in multiple subkeys situation.NIIBE Yutaka1-4/+17
2020-01-17gpg: Prepare enhancement of agent_probe_secret_key.NIIBE Yutaka1-9/+13
2020-01-16gpg: default-key: Simply don't limit by capability.NIIBE Yutaka1-5/+0
2020-01-15gpg: Cert only key should be usable with --default-key.NIIBE Yutaka1-1/+2
2019-12-04gpg: Use AKL for angle bracketed mail address with -r.Werner Koch1-6/+31
2019-10-17gpg: More fix of get_best_pubkey_byname.NIIBE Yutaka1-1/+0
2019-10-17gpg: Fix two other cases in get_best_pubkey_byname.NIIBE Yutaka1-29/+34
2019-10-16gpg: Fix get_best_pubkey_byname to consider the first match.NIIBE Yutaka1-19/+39
2019-10-15gpg: Put the first key in candidates correctly.NIIBE Yutaka1-19/+18
2019-10-09gpg: The first key should be in candidates.NIIBE Yutaka1-1/+8
2019-10-07gpg: Fix a memory leak in get_best_pubkey_byname.NIIBE Yutaka1-1/+4