summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 2.5.2gnupg-2.5.2Werner Koch2024-12-052-3/+72
* po: Run msgmergeWerner Koch2024-12-0525-516/+940
* po: Update German translationWerner Koch2024-12-051-9/+35
* agent: Use SETDATA --apend for larger data to communicate scdaemon.NIIBE Yutaka2024-12-051-22/+31
* Require gpgrt 1.51Werner Koch2024-12-043-2/+6
* w32: Introduce Registry key GNUPG_ASSUME_COMPLIANCE.Werner Koch2024-12-041-0/+12
* po: Update Portuguese Translation.Daniel Cerqueira2024-12-021-8/+31
* po: Update Traditional Chinese Translation.Kisaragi Hiu2024-11-251-832/+748
* gpg: Fix modifying signature data by pk_verify for Ed25519.NIIBE Yutaka2024-11-251-6/+21
* common: Change daemon startup timeout from 5 to 8 seconds.Werner Koch2024-11-251-3/+3
* gpg: Fix comparing ed448 vs ed25519 with --assert-pubkey-algo.Werner Koch2024-11-222-1/+25
* doc: Explain that qualified.txt is a legacy method.Werner Koch2024-11-221-10/+14
* scd: No hard lock-up when apdu_connect never returns.NIIBE Yutaka2024-11-181-4/+15
* gpgconf: Include a minimal secure version in the --query-swdb output.Werner Koch2024-11-151-2/+7
* gpg: Consider Kyber to be de-vs compliant.Werner Koch2024-11-141-13/+61
* gpg: Allow "Kyber" as algorithm for the Subkey-Type keyword.Werner Koch2024-11-141-0/+2
* gpg: For composite algos add the algo string to the colons listings.Werner Koch2024-11-143-2/+20
* gpg: Add option to create Kyber with --full-gen-key.Werner Koch2024-11-132-8/+167
* gpgconf: Show also the used nPth version with -VWerner Koch2024-11-121-1/+4
* gpg-mail-tube: Fix content type for an attached non-plaintext.Werner Koch2024-11-121-2/+3
* scd: Clean up app_send_active_apps and app_send_card_list.NIIBE Yutaka2024-11-121-8/+6
* scd: Fix a memory leak.NIIBE Yutaka2024-11-111-0/+4
* scd: Fix resource leaks on error paths.NIIBE Yutaka2024-11-112-4/+13
* gpg: Improve wording for only-pubkeys.Werner Koch2024-11-082-2/+3
* gpgtar: Make sure to create upper directories for regular files.Werner Koch2024-11-072-31/+74
* gpg-mail-type: Assume text/plain for missing content-type.Werner Koch2024-11-071-10/+14
* gpgtar: Use log-file from common.conf only in --batch mode.Werner Koch2024-11-072-3/+7
* scd: Fix getinfo active_apps.NIIBE Yutaka2024-11-071-1/+3
* scd: Serialize CARD access for send_card_and_app_list.NIIBE Yutaka2024-11-061-2/+7
* po: Align German trustlist question to what we use in Kleopatra.Werner Koch2024-11-051-5/+2
* gpg: Allow the use of an ADSK subkey as ADSK subkey.Werner Koch2024-10-314-10/+16
* agent: Fix status output for LISTTRUSTED.NIIBE Yutaka2024-10-311-2/+2
* gpg: Do not fail with an error for a "Note:" diagnosticWerner Koch2024-10-301-2/+2
* speedo: Enable additional runtime protections on Windows.Werner Koch2024-10-291-1/+1
* gpgsm: Terminate key listing on output write error.Werner Koch2024-10-234-15/+74
* agent: Fix resource leak for PRIMARY_CTX.NIIBE Yutaka2024-10-221-0/+3
* common: Fix test for the assumed compliance.Werner Koch2024-10-211-1/+1
* build: Don't remove --disable-endian-check.NIIBE Yutaka2024-10-162-5/+23
* common: Fix a race condition in creating socketdir.NIIBE Yutaka2024-10-161-4/+14
* gpgsm: Fix cached istrusted lookup.Werner Koch2024-10-151-0/+2
* dirmngr: Print a brief list of URLs with LISTCRLS.Werner Koch2024-10-143-0/+9
* build: Use AC_C_BIGENDIAN for detecting endian.NIIBE Yutaka2024-10-112-83/+4
* common,gpg,scd,sm: Fix for Curve25519 OID supporting new and old.NIIBE Yutaka2024-10-089-19/+28
* common,gpg,scd,sm: Use openpgp_oid_or_name_to_curve to get curve.NIIBE Yutaka2024-10-084-16/+5
* Implement GNUPG_ASSUME_COMPLIANCE envvar for testingWerner Koch2024-10-074-5/+33
* gpg: Emit status error for an invalid ADSK.Werner Koch2024-10-072-0/+3
* gpgsm: Add compatibility flag no-keyinfo-cacheWerner Koch2024-10-043-0/+9
* gpgsm: Implement a cache for the KEYINFO queries.Werner Koch2024-10-024-20/+154
* gpgsm: Use a cache for ISTRUSTED queries.Werner Koch2024-10-021-19/+122
* agent: Add option --status to the LISTRUSTED command.Werner Koch2024-10-013-16/+60