aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2024-11-25gpg: Fix modifying signature data by pk_verify for Ed25519.NIIBE Yutaka1-6/+21
2024-11-22gpg: Fix comparing ed448 vs ed25519 with --assert-pubkey-algo.Werner Koch2-0/+24
2024-11-08gpg: Do not fail with an error for a "Note:" diagnosticWerner Koch1-2/+2
2024-11-08gpg: Robust error handling for SCD READKEY.NIIBE Yutaka1-8/+10
2024-11-07gpgtar: Make sure to create upper directories for regular files.Werner Koch1-2/+2
2024-10-31gpg: Allow the use of an ADSK subkey as ADSK subkey.Werner Koch4-10/+16
2024-10-29gpg: Fix --quick-set-expire for V5 subkey fingerprintsIngo Klöcker1-1/+1
2024-10-07gpg: Emit status error for an invalid ADSK.Werner Koch2-0/+3
2024-09-25gpg: Exclude expired trusted keys from the key validation process.Werner Koch1-14/+47
2024-09-25gpg: Validate the trustdb after the import of a trusted key.Werner Koch1-4/+16
2024-09-25gpg: Remove useless variable in validate_keys.Werner Koch1-30/+34
2024-09-19gpg: Fix getting key by IPGP.NIIBE Yutaka1-1/+2
2024-09-19gpg: Improve detection of input data read errors.Werner Koch1-3/+10
2024-09-19gpg: Make --no-literal work again for -c and --store.Werner Koch2-18/+29
2024-09-19gpg: remove workaround for Libgcrypt < 1.8.6Werner Koch1-29/+4
2024-09-19gpg: Avoid wrong decryption_failed for signed+OCB msg w/o pubkey.Werner Koch2-5/+10
2024-08-28doc: Explain why we use D-Lines for keyboxd communication.Werner Koch1-1/+3
2024-08-23gpg: New option --proc-all-sigsWerner Koch3-1/+9
2024-08-23gpg: Warn if a keyring is specified along with --use-keyboxd.Werner Koch1-0/+3
2024-08-19gpg: Minor fix when building with --disable-execWerner Koch1-1/+0
2024-08-12gpg: Improve decryption diagnostic for an ADSK key.Werner Koch4-10/+39
2024-07-01gpg: Add magic parameter "default" to --quick-add-adsk.Werner Koch5-17/+85
2024-07-01gpg: Print designated revokers also in a standard listing.Werner Koch4-31/+67
2024-07-01gpg: Autoload designated revoker key and ADSK when needed.Werner Koch4-27/+42
2024-07-01gpg: New option --default-new-key-adsk.Werner Koch5-52/+222
2024-07-01gpg: Implement the LDAP AKL method.Werner Koch5-98/+30
2024-06-24gpg: Rename recently added import option no-seckeys to only-pubkeys.Werner Koch3-7/+7
2024-06-11gpg: Add --import-option "no-seckeys".Werner Koch1-0/+2
2024-06-11gpg: Do not bail out on secret keys with an unknown algoWerner Koch1-0/+2
2024-06-05gpg: Do not show RENC if no key capabilities are found for a key.Werner Koch2-2/+8
2024-05-29gpg: Avoid a double free on error in the key generation.Werner Koch1-30/+23
2024-05-16gpg: Allow no CRC24 checksum in armor.NIIBE Yutaka1-2/+2
2024-04-17gpg: Mark disabled keys and add show-ownertrust list option.Werner Koch5-10/+28
2024-04-17gpg: New command --quick-set-ownertrust.Werner Koch3-1/+97
2024-04-05gpg: Don't show the "fast path listing" diagnostic with --quiet.Werner Koch1-2/+3
2024-04-04gpg: Do not allow to accidently set the RENC usage.Werner Koch1-1/+14
2024-03-14gpg: Make sure a DECRYPTION_OKAY is never issued for a bad OCB tag.Werner Koch2-1/+6
2024-03-06wks: Make gpg-wks-client --mirror work w/o args.Werner Koch1-1/+1
2024-03-04gpg: Fix mixed invocation with --trusted-keys and --no-options.Werner Koch1-44/+66
2024-03-04gpg: Prepare for a new export option export-realclean.Werner Koch11-46/+105
2024-02-27gpg: Emit status lines for errors in the compression layer.Werner Koch2-15/+39
2024-02-27Allow tilde expansion for the foo-program options.Werner Koch2-6/+15
2024-02-21gpg: Fix gpg_mpi_write for the unused opaque case.Werner Koch1-1/+3
2024-02-10gpg: Add option --assert-pubkey_algo.Werner Koch15-53/+383
2024-01-29gpg: Minor code cleanup for fingerprint computation.Werner Koch1-9/+5
2024-01-29gpg: Hide --textmode from the help output.Werner Koch1-1/+1
2024-01-29doc: Fix spelling errors found by lintian.Werner Koch2-2/+2
2024-01-24gpg: Add sub-option ignore-attributes to --import-options.Werner Koch2-0/+13
2024-01-23speedo: Add a hint to run ldconfigWerner Koch1-1/+1
2024-01-22gpg: Use ephemeral mode for generating card keys.Werner Koch4-19/+104