aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gpgsm: Avoid double free when checking rsaPSS signatures.Jakub Jelen2024-05-281-2/+0
* gpgsm: Silence a lint warningWerner Koch2024-05-281-1/+1
* scd: Avoid buffer overrun with more than 16 PC/SC readers.Jakub Jelen2024-05-281-1/+1
* agent: Avoid uninitialized access in GENKEY command on parameter error.Jakub Jelen2024-05-281-2/+2
* agent: Avoid double free of empty string in the PIN caching.Werner Koch2024-05-281-3/+7
* agent: Make sure to return success in ephemeral store mode.Werner Koch2024-05-281-0/+1
* wks: Make sure that ERR is always initialized.Werner Koch2024-05-281-0/+1
* gpg: Avoid a double free on error in the key generation.Werner Koch2024-05-281-30/+23
* tpm: Improve error handling and check returned lengths.Werner Koch2024-05-283-65/+109
* tpm: Do not use fprintf for logging.Werner Koch2024-05-281-7/+6
* scd:openpgp: Add new vendor.Werner Koch2024-05-221-0/+1
* tools: Fix help output for gpg-authcode-sign.shWerner Koch2024-05-221-2/+2
* Merge branch 'STABLE-BRANCH-2-4' into masterWerner Koch2024-05-167-68/+127
|\
| * card: Fix compiler warning.Werner Koch2024-05-161-3/+3
| * kbx: Use standard function to setup gcrypt logging in kbxutil.Werner Koch2024-05-161-24/+1
| * po: Enable Dutch translationWerner Koch2024-05-161-0/+1
| * scd:openpgp: Robust Data Object handling for constructed case.NIIBE Yutaka2024-05-161-0/+50
| * gpg: Allow no CRC24 checksum in armor.NIIBE Yutaka2024-05-161-2/+2
| * Update NEWSWerner Koch2024-05-151-0/+16
| * tests: Avoid new C23 keyword true.Werner Koch2024-04-221-4/+4
| * 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
| * agent: Fix error handling of READKEY.Werner Koch2024-04-051-1/+3
| * 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
| * gpgconf: Change layout of the gpgconf -X output.Werner Koch2024-04-041-52/+71
| * 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