summaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg: Some support to allow Kyber decryption.Werner Koch2024-04-097-15/+67
* gpg: Allow no CRC24 checksum in armor.NIIBE Yutaka2024-04-091-2/+2
* gpg: Do not allow to accidently set the RENC usage.Werner Koch2024-04-051-1/+14
* gpg: Allow to create a Kyber key from keygrips.Werner Koch2024-04-052-11/+83
* gpg: Support dual keygrips.Werner Koch2024-04-059-38/+175
* gpg: Initial support for generating Kyber subkeys.Werner Koch2024-04-038-108/+460
* gpg,gpgsm: New option --disable-fd-translation.Werner Koch2024-03-261-1/+7
* gpg: Make sure a DECRYPTION_OKAY is never issued for a bad OCB tag.Werner Koch2024-03-142-1/+6
* gpg: new list-option store-x509-notations.Werner Koch2024-03-143-8/+48
* gpg: new list-option show-x509-notationsWerner Koch2024-03-125-16/+128
* Merge branch 'STABLE-BRANCH-2-4'Werner Koch2024-03-1228-177/+619
|\
| * 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
| * gpg: Fix gpg_mpi_write for the unused opaque case.Werner Koch2024-02-211-1/+3
| * gpg: Add option --assert-pubkey_algo.Werner Koch2024-02-1015-53/+383
| * gpg: Minor code cleanup for fingerprint computation.Werner Koch2024-01-291-9/+5
| * gpg: Hide --textmode from the help output.Werner Koch2024-01-291-1/+1
| * doc: Fix spelling errors found by lintian.Werner Koch2024-01-292-2/+2
* | gpg: Fix a possible segv due to an uninitialized gcrypt context.Werner Koch2024-03-061-1/+1
* | Merge branch 'STABLE-BRANCH-2-4'Werner Koch2024-01-2610-122/+380
|\|
| * gpg: Add sub-option ignore-attributes to --import-options.Werner Koch2024-01-242-0/+13
| * speedo: Add a hint to run ldconfigWerner Koch2024-01-231-1/+1
| * gpg: Use ephemeral mode for generating card keys.Werner Koch2024-01-224-19/+104
| * gpg: Add a communication object to the key generation code.Werner Koch2024-01-221-22/+72
| * gpg: For v5 key generation for X448 also in parm file mode.Werner Koch2024-01-161-56/+114
| * gpg: When using a parm file w/o usage don't set the RENC usage.Werner Koch2024-01-161-2/+3
| * gpg: Improve error message for expired default keys.Werner Koch2024-01-111-4/+22
| * gpg: Fix regression in the Revoker keyword of the parmeter file.Werner Koch2024-01-111-1/+1
| * gpg: Allow to create revocations even with non-compliant algos.Werner Koch2024-01-101-5/+7
| * gpg: Print a useful error id SKI algo 253 is found.Werner Koch2024-01-091-1/+10
| * gpg: Improve error return for --quick-add-subkey and -add-adsk.Werner Koch2024-01-051-2/+8
| * gpg: Choose key from inserted card over a non-inserted cardWerner Koch2024-01-022-3/+17
| * gpg: Don't call keybox_compress when KEYDB_RESOURCE_FLAG_READONLY.NIIBE Yutaka2023-12-291-12/+14
* | gpg: Clean up pk_ecdh_decrypt function.NIIBE Yutaka2024-01-261-14/+11
* | Merge branch 'STABLE-BRANCH-2-4'Werner Koch2023-12-223-5/+29
|\|
| * keyboxd: Pass lock info back to gpg and gpgsm.Werner Koch2023-12-181-3/+23
| * gpg: Report BEGIN_* status before examining the input.NIIBE Yutaka2023-11-174-81/+51
| * gpg,gpgsm: Hide password in debug output also for asked passwords.Werner Koch2023-11-141-1/+5
| * gpg,sm: Set confidential in assuan communication for password.NIIBE Yutaka2023-11-091-0/+2
| * common: Declare two LibrePGP constants for future useWerner Koch2023-11-081-1/+1
| * gpg,tools: Handle GPG_ERR_PIN_BLOCKED and GPG_ERR_NO_RESET_CODE.NIIBE Yutaka2023-11-081-0/+6
* | gpg: Implement a parser for Kyber encrypted packets.Werner Koch2023-11-132-48/+131
* | gpg,sm: Set confidential in assuan communication for password.NIIBE Yutaka2023-11-091-0/+2
* | gpg,tools: Handle GPG_ERR_PIN_BLOCKED and GPG_ERR_NO_RESET_CODE.NIIBE Yutaka2023-11-081-0/+6
* | Merge branch 'STABLE-BRANCH-2-4'Werner Koch2023-11-076-11/+75
|\|
| * gpg: Fix minor memory leak during certain smartcard operations.Werner Koch2023-10-271-2/+11
| * gpg: Allow expiration time after 2038-01-19 on 32 bit Windows.Werner Koch2023-10-261-5/+16