aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* wkd: New option --add-revocs and some fixes.Werner Koch2022-11-294-33/+228
* doc: Comment typo fixWerner Koch2022-11-291-2/+2
* wkd: Make use of --debug extprog.Werner Koch2022-11-291-1/+20
* gpg: New export-filter export-revocsWerner Koch2022-11-283-6/+124
* gpg: Fix double-free in gpg --card-edit.NIIBE Yutaka2022-11-281-1/+0
* gpg: Make --require-compliance work with out --status-fdWerner Koch2022-11-281-1/+1
* gpg: New option --list-filterWerner Koch2022-11-257-14/+204
* dirmngr: Silence ocsp debug output.Werner Koch2022-11-253-4/+11
* tests: Fix to support --enable-all-tests and variants.NIIBE Yutaka2022-11-248-16/+36
* tests:w32: Fix for non-dot file name for Windows.NIIBE Yutaka2022-11-241-1/+1
* tests:gpgscm:w32: Fix for GetTempPath.NIIBE Yutaka2022-11-241-0/+5
* tests: Keep .log files in objdir.NIIBE Yutaka2022-11-241-1/+3
* tests: Use 233 for invalid value of FD.NIIBE Yutaka2022-11-241-1/+1
* w32: Fix gnupg_tmpfile for possible failure.NIIBE Yutaka2022-11-181-6/+3
* scd: Redact --debug cardio output of a VERIFY APDU.Werner Koch2022-11-171-2/+16
* common: Remove Windows CE support in common.NIIBE Yutaka2022-11-169-921/+5
* gpgsm: Fix colon outout of ECC encryption certificatesWerner Koch2022-11-151-3/+3
* scd:nks: Fix ECC signing if key not given by keygrip.Werner Koch2022-11-151-0/+2
* dirmngr: Fix verification of ECDSA signed CRLs.Werner Koch2022-11-152-3/+4
* agent: Allow trustlist on Windows in Unicode homedirs.Werner Koch2022-11-102-9/+14
* gpg: Fix verification of cleartext signatures with overlong lines.Werner Koch2022-11-101-5/+24
* gpg: Move w32_system function.NIIBE Yutaka2022-11-093-117/+108
* gpg: New option --quick-update-pref.Werner Koch2022-11-045-11/+77
* gpg: New list-options show-pref and show-pref-verbose.Werner Koch2022-11-045-150/+181
* tests: Add tests to check that OCB is only used for capable keys.Werner Koch2022-11-048-11/+121
* gpg: Make --list-packets work w/o --no-armor for plain OCB packets.Werner Koch2022-11-021-0/+1
* tests: Add symmetric decryption tests.Werner Koch2022-11-026-0/+83
* tests: Add tr:assert-same function.Werner Koch2022-11-023-5/+13
* agent: Avoid blanks in the ssh key's comment.Werner Koch2022-11-021-0/+5
* build: Update m4 files.NIIBE Yutaka2022-11-025-10/+10
* gpg: Merge --rfc4880bis features into --gnupgWerner Koch2022-10-312-50/+15
* gpg: Allow only OCB for AEAD encryption.Werner Koch2022-10-318-140/+20
* gpg: New option --compatibility-flagsWerner Koch2022-10-313-1/+35
* gpgsm: Also announce AES256-CBC in signatures.Werner Koch2022-10-281-7/+10
* gpg: Fix trusted introducer for user-ids with only the mbox.Werner Koch2022-10-281-19/+31
* gpg: Import stray revocation certificates.Werner Koch2022-10-283-13/+65
* agent: Automatically convert to extended key format by KEYATTR.NIIBE Yutaka2022-10-281-6/+15
* card: New commands "gpg" and "gpgsm".Werner Koch2022-10-251-2/+63
* card: Also show fingerprints of known X.509 certificatesWerner Koch2022-10-251-1/+4
* scd:nks: Support non-ESIGN signing with the Signature Card v2Werner Koch2022-10-251-8/+20
* gpgsm: Allow ECC encryption keys with just keyAgreement specified.Werner Koch2022-10-253-1/+11
* gpgsm: Use macro constants for cert_usage_p.Werner Koch2022-10-251-15/+27
* build: Update gpg-error.m4.NIIBE Yutaka2022-10-241-1/+5
* po: Update Simplified Chinese Translation.bobwxc2022-10-241-31/+16
* agent,common,dirmngr,tests,tools: Remove spawn PREEXEC argument.NIIBE Yutaka2022-10-2012-24/+17
* gpg: Move NETLIBS after GPG_ERROR_LIBS.NIIBE Yutaka2022-10-181-6/+6
* gpg: Use GCRY_KDF_ONESTEP_KDF with newer libgcrypt in future.NIIBE Yutaka2022-10-141-0/+23
* common,w32: Fix struct stat on Windows.NIIBE Yutaka2022-10-141-1/+11
* agent,w32: Support Win32-OpenSSH emulation by gpg-agent.NIIBE Yutaka2022-10-144-36/+164
* common: Don't use FD2INT for POSIX-only code.NIIBE Yutaka2022-10-141-1/+1