aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * gpgconf: Check readability of some files with -XWerner Koch2024-03-181-8/+29
| * gpg: Make sure a DECRYPTION_OKAY is never issued for a bad OCB tag.Werner Koch2024-03-142-1/+6
| * gpg-check-pattern: Consider an empty pattern file as validWerner Koch2024-03-131-1/+1
* | gpg: Terminate key listing on output write error.Werner Koch2024-05-154-20/+46
* | tpm2d: Use BYTE type to acces TPM2B object.NIIBE Yutaka2024-05-151-14/+13
* | common: Remove unused function.NIIBE Yutaka2024-05-151-6/+0
* | dirmngr: Fix a call of calloc.NIIBE Yutaka2024-05-141-1/+1
* | gpg: Algo "kyber" is now a shortcut for ky768_bp256.Werner Koch2024-05-061-2/+2
* | scd:piv: Support listing of retired keys with KEYINFO.Werner Koch2024-05-063-25/+47
* | speedo: Update the instructions to use the gnupg26 tag.Werner Koch2024-05-021-5/+5
* | gpg: Add a notation to Kyber encryption subkeysWerner Koch2024-05-021-2/+80
* | speedo: Change install directory for WindowsWerner Koch2024-04-262-7/+15
* | speedo: Do not use the gpg-error-config in the build systemWerner Koch2024-04-261-2/+2
* | speedo: Prepare for building 64 bit Windows versions.Werner Koch2024-04-261-12/+44
* | speedo: Set gnupg_ver macro to gnupg26_ver.Werner Koch2024-04-261-2/+2
* | agent:kem:ecc: Support a key on smartcard.NIIBE Yutaka2024-04-265-74/+288
* | speedo: Use gpg-authcode-sign.sh and change archive label to v2.5.Werner Koch2024-04-253-90/+9
* | Install the new gpg-authcode-sign.sh script.Werner Koch2024-04-252-0/+258
* | agent:kem: Fix memory leaks.NIIBE Yutaka2024-04-251-3/+6
* | agent: Allow NULL for R_PADDING, when calling scd and tpm2d.NIIBE Yutaka2024-04-253-8/+13
* | gpg: New option --require-pqc-encryptionWerner Koch2024-04-245-1/+36
* | agent:kem: Factor out ECC KEM operation from composite KEM.NIIBE Yutaka2024-04-241-107/+136
* | agent: Simplify diverting operation to the smartcard.NIIBE Yutaka2024-04-241-10/+5
* | gpg: Split keygrip in a standard key listing.Werner Koch2024-04-231-2/+15
* | gpg: Support Kyber with Brainpool512r1.Werner Koch2024-04-2320-4/+750
* | gpg: Support encryption with kyber_bp256 and kyber_bp384Werner Koch2024-04-233-2/+39
* | Remove the deprecated gcry_set_log_handler.Werner Koch2024-04-233-55/+0
* | tests: Add two Kyber sample keys and messages.Werner Koch2024-04-2312-4/+562
* | gpg: Support encryption with kyber_cv448.Werner Koch2024-04-232-14/+41
* | Require Libgcrypt 1.11.0Werner Koch2024-04-233-65/+71
* | agent:kem: More fix for PQC KEM with X448.NIIBE Yutaka2024-04-231-17/+16
* | agent:kem: Support other ML-KEM variants.NIIBE Yutaka2024-04-231-11/+40
* | agent:kem: Support other ECC curves.NIIBE Yutaka2024-04-231-21/+105
* | po: Update Portuguese Translation.Daniel Cerqueira2024-04-231-38/+9
* | tests: Avoid new C23 keyword true.Werner Koch2024-04-221-4/+4
* | gpg: Prepare Kyber encryption code for more variants.Werner Koch2024-04-183-24/+93
* | gpg: Mark disabled keys and add show-ownertrust list option.Werner Koch2024-04-176-10/+33
* | gpg: New command --quick-set-ownertrust.Werner Koch2024-04-174-2/+105
* | gpg: Make --with-subkey-fingerprint the default.Werner Koch2024-04-162-2/+11
* | gpg: Fix minor Kyber display things.Werner Koch2024-04-152-1/+10
* | gpg: Implement Kyber encryption.Werner Koch2024-04-152-4/+214
* | gpg: Add arg session_algo to pk_decrypt.Werner Koch2024-04-154-126/+180
* | scd:openpgp: Robust Data Object handling for constructed case.NIIBE Yutaka2024-04-151-0/+50
* | gpg: Prepare to use the fingerprint as fixed-info for Kyber.Werner Koch2024-04-123-8/+22
* | gpg: Simplify the pk_encrypt function interface.Werner Koch2024-04-123-33/+37
* | gpg: Changed internal data format for Kyber.Werner Koch2024-04-118-41/+103
* | agent: Add more diagnostics to PQC decryption.Werner Koch2024-04-112-16/+71
* | indent: Re-indent a functionWerner Koch2024-04-111-166/+165
* | agent: Rename the function using the word "composite"NIIBE Yutaka2024-04-111-5/+5
* | agent: Fix PQC decryption.NIIBE Yutaka2024-04-111-28/+9