aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* sm: Print diagnostic about CRL problems due to Tor mode.Werner Koch2022-04-117-23/+122
* scd: Support for GeNUA cards.Werner Koch2022-04-111-1/+10
* doc: Typo fix in commentWerner Koch2022-04-081-1/+1
* tpm: Fix recently introduced syntax errorWerner Koch2022-04-081-2/+2
* gpg: Remove restrictions for the name part of a user-id.Werner Koch2022-04-081-7/+0
* agent: Fix for possible support of Cygwin OpenSSH.NIIBE Yutaka2022-04-071-1/+5
* w32: Exclude tests with HOME.NIIBE Yutaka2022-04-061-0/+4
* w32: Fix for make check.NIIBE Yutaka2022-04-066-8/+15
* agent:w32: Fix for use of socket.NIIBE Yutaka2022-04-041-7/+7
* scd,tpm2d: Fix for consistent use of socket FD.NIIBE Yutaka2022-03-316-10/+10
* dirmngr: Fix for SOCK.NIIBE Yutaka2022-03-301-1/+1
* tpm2d: Fix socket resource leak on Windows.NIIBE Yutaka2022-03-301-24/+26
* common,w32: Fix handle_to_fd to match use of _open_osfhandle.NIIBE Yutaka2022-03-301-6/+5
* dirmngr: Clean up for not supporting WindowsCE.NIIBE Yutaka2022-03-293-174/+1
* gpg,tools: Remove use of repo only zlib-riscos.h.NIIBE Yutaka2022-03-292-19/+0
* scd,w32: Fix socket resource leak.NIIBE Yutaka2022-03-291-23/+26
* dirmngr: Escape more characters in WKD requests.Werner Koch2022-03-281-1/+1
* gpg: Remove EAX from the preference list.Werner Koch2022-03-282-8/+1
* agent: KEYTOCARD prefers to specified time.NIIBE Yutaka2022-03-281-12/+11
* dirmngr: Workaround for a certain broken LDAP URLWerner Koch2022-03-251-3/+19
* common,w32: Fix early home dir creation.Werner Koch2022-03-251-20/+2
* tools:gpgconf: Fix gc_component table.NIIBE Yutaka2022-03-251-0/+2
* agent: Use "Created:" field for creation time.NIIBE Yutaka2022-03-255-21/+36
* dirmngr: Suppress error message on trial reading as PEM format.NIIBE Yutaka2022-03-241-5/+7
* dirmngr: Clear the error count to try certificate as binary.NIIBE Yutaka2022-03-241-0/+2
* kbx: Fix searching for FPR20 in version 2 blob.NIIBE Yutaka2022-03-241-4/+2
* gpgtar: New option --with-logWerner Koch2022-03-226-38/+56
* dirmngr: Make WKD_GET work even for servers not handling SRV RRs.Werner Koch2022-03-211-1/+8
* gpgtar: Finally use a pipe for decryption.Werner Koch2022-03-216-137/+266
* common: Fix another race condition, and address the other one.NIIBE Yutaka2022-03-191-12/+34
* gpg: Always use version >= 4 to generate signature.NIIBE Yutaka2022-03-191-0/+9
* gpg: Print info about the used AEAD algorithm in the compliance msg.Werner Koch2022-03-183-5/+18
* common: New function map_static_stringsWerner Koch2022-03-184-5/+86
* gpg: Allow decryption of symencr even for non-compliant cipher.Werner Koch2022-03-185-18/+47
* common: New flags for gnupg_spawn_processWerner Koch2022-03-183-9/+29
* common: Fix a race condition removing stale lockfile.NIIBE Yutaka2022-03-181-9/+24
* common: More heavy test condition for t-dotlock.c.NIIBE Yutaka2022-03-181-4/+21
* scd: Fix DEVINFO with no --watch.NIIBE Yutaka2022-03-152-2/+2
* Fix previous commit.NIIBE Yutaka2022-03-111-1/+4
* scd: Enhance PASSWD command to accept KEYGRIP optionally.NIIBE Yutaka2022-03-101-3/+8
* scd: Use same idiom for same work.NIIBE Yutaka2022-03-101-4/+4
* sign: Construct valid AEAD packets.Jakub Jelen2022-03-091-1/+2
* sm: Fix parsing encrypted data.NIIBE Yutaka2022-03-091-1/+14
* gpgsm: New option --require-complianceWerner Koch2022-03-086-3/+46
* gpg: New option --require-compliance.Werner Koch2022-03-085-6/+66
* gpg: fix --enarmor with zero length source fileJussi Kivilinna2022-03-083-8/+6
* iobuf: add zerocopy optimization for iobuf_writeJussi Kivilinna2022-03-081-6/+75
* iobuf: add zerocopy optimization for iobuf_readJussi Kivilinna2022-03-082-14/+118
* g10/cipher-aead: add fast path for avoid memcpy when AEAD encryptingJussi Kivilinna2022-03-081-12/+57
* g10/decrypt-data: disable output estream buffering to reduce overheadJussi Kivilinna2022-03-081-0/+2