aboutsummaryrefslogtreecommitdiffstats
path: root/g10/getkey.c (unfollow)
Commit message (Expand)AuthorFilesLines
2025-05-12gpg: Fully implement the group key flag.Werner Koch1-2/+2
2025-05-02gpg: Fix another regression due to the T7547 fix.Werner Koch1-3/+5
2025-03-06gpg: Fix regression for the recent malicious subkey DoS fix.Werner Koch1-19/+33
2025-02-21gpg: Fix a verification DoS due to a malicious subkey in the keyring.Werner Koch1-41/+67
2025-02-11gpg: Lookup key for merging/inserting only beu primary key.Werner Koch1-3/+20
2025-02-06gpg: New option --disable-pqc-encryption.Werner Koch1-0/+8
2024-10-31gpg: Allow the use of an ADSK subkey as ADSK subkey.Werner Koch1-3/+10
2024-08-12gpg: Improve decryption diagnostic for an ADSK key.Werner Koch1-8/+24
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