aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg: Fix key generation with existing key from card.NIIBE Yutaka2025-03-141-1/+1
* gpg: Fix double free of internal data.Werner Koch2025-03-131-1/+2
* gpg: Fix regression for the recent malicious subkey DoS fix.Werner Koch2025-03-062-16/+29
* gpg: Fix a verification DoS due to a malicious subkey in the keyring.Werner Koch2025-02-216-86/+152
* gpg: Remove a signature check function wrapper.Werner Koch2025-02-213-31/+14
* gpg: Lookup key for merging/inserting only by primary key.Werner Koch2025-02-113-13/+31
* gpg: Fix --quick-add-key for Weierstrass ECC with usage given.Werner Koch2025-02-051-0/+37
* gpg: Print a warning if the card backup key could not be written.Werner Koch2025-01-081-4/+14
* gpg: Fix modifying signature data by pk_verify for Ed25519.NIIBE Yutaka2024-11-251-6/+21
* gpg: Fix comparing ed448 vs ed25519 with --assert-pubkey-algo.Werner Koch2024-11-222-0/+24
* gpg: Do not fail with an error for a "Note:" diagnosticWerner Koch2024-11-081-2/+2
* gpg: Robust error handling for SCD READKEY.NIIBE Yutaka2024-11-081-8/+10
* gpgtar: Make sure to create upper directories for regular files.Werner Koch2024-11-071-2/+2
* gpg: Allow the use of an ADSK subkey as ADSK subkey.Werner Koch2024-10-314-10/+16
* gpg: Fix --quick-set-expire for V5 subkey fingerprintsIngo Klöcker2024-10-291-1/+1
* gpg: Emit status error for an invalid ADSK.Werner Koch2024-10-072-0/+3
* gpg: Exclude expired trusted keys from the key validation process.Werner Koch2024-09-251-14/+47
* gpg: Validate the trustdb after the import of a trusted key.Werner Koch2024-09-251-4/+16
* gpg: Remove useless variable in validate_keys.Werner Koch2024-09-251-30/+34
* gpg: Fix getting key by IPGP.NIIBE Yutaka2024-09-191-1/+2
* gpg: Improve detection of input data read errors.Werner Koch2024-09-191-3/+10
* gpg: Make --no-literal work again for -c and --store.Werner Koch2024-09-192-18/+29
* gpg: remove workaround for Libgcrypt < 1.8.6Werner Koch2024-09-191-29/+4
* gpg: Avoid wrong decryption_failed for signed+OCB msg w/o pubkey.Werner Koch2024-09-192-5/+10
* doc: Explain why we use D-Lines for keyboxd communication.Werner Koch2024-08-281-1/+3
* gpg: New option --proc-all-sigsWerner Koch2024-08-233-1/+9
* gpg: Warn if a keyring is specified along with --use-keyboxd.Werner Koch2024-08-231-0/+3
* gpg: Minor fix when building with --disable-execWerner Koch2024-08-191-1/+0
* gpg: Improve decryption diagnostic for an ADSK key.Werner Koch2024-08-124-10/+39
* gpg: Add magic parameter "default" to --quick-add-adsk.Werner Koch2024-07-015-17/+85
* gpg: Print designated revokers also in a standard listing.Werner Koch2024-07-014-31/+67
* gpg: Autoload designated revoker key and ADSK when needed.Werner Koch2024-07-014-27/+42
* gpg: New option --default-new-key-adsk.Werner Koch2024-07-015-52/+222
* gpg: Implement the LDAP AKL method.Werner Koch2024-07-015-98/+30
* gpg: Rename recently added import option no-seckeys to only-pubkeys.Werner Koch2024-06-243-7/+7
* gpg: Add --import-option "no-seckeys".Werner Koch2024-06-111-0/+2
* gpg: Do not bail out on secret keys with an unknown algoWerner Koch2024-06-111-0/+2
* gpg: Do not show RENC if no key capabilities are found for a key.Werner Koch2024-06-052-2/+8
* gpg: Avoid a double free on error in the key generation.Werner Koch2024-05-291-30/+23
* gpg: Allow no CRC24 checksum in armor.NIIBE Yutaka2024-05-161-2/+2
* gpg: Mark disabled keys and add show-ownertrust list option.Werner Koch2024-04-175-10/+28
* gpg: New command --quick-set-ownertrust.Werner Koch2024-04-173-1/+97
* gpg: Don't show the "fast path listing" diagnostic with --quiet.Werner Koch2024-04-051-2/+3
* gpg: Do not allow to accidently set the RENC usage.Werner Koch2024-04-041-1/+14
* gpg: Make sure a DECRYPTION_OKAY is never issued for a bad OCB tag.Werner Koch2024-03-142-1/+6
* wks: Make gpg-wks-client --mirror work w/o args.Werner Koch2024-03-061-1/+1
* gpg: Fix mixed invocation with --trusted-keys and --no-options.Werner Koch2024-03-041-44/+66
* gpg: Prepare for a new export option export-realclean.Werner Koch2024-03-0411-46/+105
* gpg: Emit status lines for errors in the compression layer.Werner Koch2024-02-272-15/+39
* Allow tilde expansion for the foo-program options.Werner Koch2024-02-272-6/+15