aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-09gpg: Some support to allow Kyber decryption.Werner Koch7-15/+67
2024-04-09gpg: Allow no CRC24 checksum in armor.NIIBE Yutaka1-2/+2
2024-04-05gpg: Do not allow to accidently set the RENC usage.Werner Koch1-1/+14
2024-04-05gpg: Allow to create a Kyber key from keygrips.Werner Koch2-11/+83
2024-04-05gpg: Support dual keygrips.Werner Koch9-38/+175
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-04-03gpg: Initial support for generating Kyber subkeys.Werner Koch8-108/+460
2024-03-26gpg,gpgsm: New option --disable-fd-translation.Werner Koch1-1/+7
2024-03-14gpg: Make sure a DECRYPTION_OKAY is never issued for a bad OCB tag.Werner Koch2-1/+6
2024-03-14gpg: Make sure a DECRYPTION_OKAY is never issued for a bad OCB tag.Werner Koch2-1/+6
2024-03-14gpg: new list-option store-x509-notations.Werner Koch3-8/+48
2024-03-12gpg: new list-option show-x509-notationsWerner Koch5-16/+128
2024-03-06gpg: Fix a possible segv due to an uninitialized gcrypt context.Werner Koch1-1/+1
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-26gpg: Clean up pk_ecdh_decrypt function.NIIBE Yutaka1-14/+11
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
2024-01-22gpg: Add a communication object to the key generation code.Werner Koch1-22/+72
2024-01-16gpg: For v5 key generation for X448 also in parm file mode.Werner Koch1-56/+114
2024-01-16gpg: When using a parm file w/o usage don't set the RENC usage.Werner Koch1-2/+3
2024-01-11gpg: Improve error message for expired default keys.Werner Koch1-4/+22
2024-01-11gpg: Fix regression in the Revoker keyword of the parmeter file.Werner Koch1-1/+1
2024-01-10gpg: Allow to create revocations even with non-compliant algos.Werner Koch1-5/+7
2024-01-09gpg: Print a useful error id SKI algo 253 is found.Werner Koch1-1/+10
2024-01-05gpg: Improve error return for --quick-add-subkey and -add-adsk.Werner Koch1-2/+8
2024-01-02gpg: Choose key from inserted card over a non-inserted cardWerner Koch2-3/+17
2023-12-29gpg: Don't call keybox_compress when KEYDB_RESOURCE_FLAG_READONLY.NIIBE Yutaka1-12/+14
2023-12-18keyboxd: Pass lock info back to gpg and gpgsm.Werner Koch1-3/+23
2023-11-16gpg: Report BEGIN_* status before examining the input.NIIBE Yutaka4-81/+51
2023-11-14gpg,gpgsm: Hide password in debug output also for asked passwords.Werner Koch1-1/+5
2023-11-13gpg: Implement a parser for Kyber encrypted packets.Werner Koch2-48/+131
2023-11-09gpg,sm: Set confidential in assuan communication for password.NIIBE Yutaka1-0/+2
2023-11-09gpg,sm: Set confidential in assuan communication for password.NIIBE Yutaka1-0/+2
2023-11-08common: Declare two LibrePGP constants for future useWerner Koch1-1/+1
2023-11-08gpg,tools: Handle GPG_ERR_PIN_BLOCKED and GPG_ERR_NO_RESET_CODE.NIIBE Yutaka1-0/+6
2023-11-08gpg,tools: Handle GPG_ERR_PIN_BLOCKED and GPG_ERR_NO_RESET_CODE.NIIBE Yutaka1-0/+6
2023-10-28g10: Fix uninitalized variable use in sign_fileAndre Heinecke1-1/+1
2023-10-27gpg: Fix minor memory leak during certain smartcard operations.Werner Koch1-2/+11
2023-10-26gpg: Allow expiration time after 2038-01-19 on 32 bit Windows.Werner Koch1-5/+16