aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * scd: Return GPG_ERR_PIN_BLOCKED when it's blocked.NIIBE Yutaka2023-11-081-2/+2
* | Register DCO for Mario HausteinWerner Koch2023-12-211-0/+3
* | agent: Fix homedir check wrt --disable-check-own-socket option.NIIBE Yutaka2023-12-201-5/+3
* | scd: Debug output is only enabled with an option.NIIBE Yutaka2023-12-181-11/+22
* | doc: Fix description of scdaemon for --disable-ccid.NIIBE Yutaka2023-12-121-10/+8
* | po: Fix quotes in Polish Translation.Ahelenia ZiemiaƄska2023-12-071-395/+395
* | po: Update Portuguese Translation.Daniel Cerqueira2023-12-012-5767/+3530
* | doc: Update for gpgv.NIIBE Yutaka2023-11-161-6/+13
* | gpgv: Update used keyrings in doc FILES sectionMax-Julian Pogner2023-11-161-5/+6
* | gpg: Implement a parser for Kyber encrypted packets.Werner Koch2023-11-133-54/+137
* | gpg,sm: Set confidential in assuan communication for password.NIIBE Yutaka2023-11-092-0/+4
* | gpg,tools: Handle GPG_ERR_PIN_BLOCKED and GPG_ERR_NO_RESET_CODE.NIIBE Yutaka2023-11-082-0/+12
* | tools:gpg-card: Fix an error code for Reset Code.NIIBE Yutaka2023-11-081-1/+1
* | scd: Return GPG_ERR_PIN_BLOCKED when it's blocked.NIIBE Yutaka2023-11-081-2/+2
* | Merge branch 'STABLE-BRANCH-2-4'Werner Koch2023-11-0767-2337/+3281
|\|
| * w32: Use utf8 for the asctimestamp function.Werner Koch2023-10-272-1/+3
| * gpg: Fix minor memory leak during certain smartcard operations.Werner Koch2023-10-271-2/+11
| * gpg: Allow expiration time after 2038-01-19 on 32 bit Windows.Werner Koch2023-10-261-5/+16
| * common: New functions timegm_u64, isotime2epoch_u64.Werner Koch2023-10-264-154/+176
| * sm: Flag Brainpool curves as compliant for all other operations.Werner Koch2023-10-248-25/+27
| * sm: Flag Brainpool curves as compliant.Werner Koch2023-10-241-3/+3
| * common: Provide API to parse BER/TLV encodings.Werner Koch2023-10-244-795/+922
| * sm: Another partly rewrite of minip12.cWerner Koch2023-10-243-182/+325
| * doc: Minor typo fixes.Werner Koch2023-10-181-1/+3
| * build: Extend autobuild diagnostics by the usernameWerner Koch2023-10-161-0/+3
| * gpg: Allow to specify seconds since Epoch beyond 2038.Werner Koch2023-10-141-3/+10
| * common: New function scan_secondsstr.Werner Koch2023-10-144-2/+76
| * gpgsm: Improvements for NDEF in the pkcs#12 parserWerner Koch2023-10-101-10/+23
| * scd:openpgp: Return better error codes for the Reset Code.Werner Koch2023-10-066-9/+20
| * sm: Support more HMAC algos in the pkcs#12 parser.Werner Koch2023-10-065-15/+135
| * tests:tpm2dtests: Modify tests with SWTPM and relax the condition.NIIBE Yutaka2023-10-063-32/+29
| * tests:tpm2dtests: Fix tests with SWTPM.NIIBE Yutaka2023-10-062-4/+7
| * build: Simplify detecting a TPM emulator.NIIBE Yutaka2023-10-061-4/+4
| * tools: Add TPM2DAEMON_SOCK_NAME for --remove-socketdir.NIIBE Yutaka2023-10-061-3/+7
| * tests:tpm2dtests: Fix tests with TPM2D.NIIBE Yutaka2023-10-063-11/+16
| * tpm2d: Check SWTPM environment variable for swtpm support.NIIBE Yutaka2023-10-061-3/+9
| * agent: fix tpm2d keytotpm handlingNIIBE Yutaka2023-10-061-5/+28
| * agent: Initialize FP for the case of error return.NIIBE Yutaka2023-10-061-1/+1
| * gpg-card: Give a hint on how to get help for the "yubikey" command.Werner Koch2023-10-051-0/+2
| * sm: Improve the octet string cramming for pkcs#12Werner Koch2023-10-054-17/+73
| * agent: Fix agent_update_private_key.NIIBE Yutaka2023-10-041-1/+1
| * common: Improve lock strategy for dotlock.Werner Koch2023-10-021-40/+54
| * dirmngr: Add code to support the negotiation auth method.Werner Koch2023-10-022-39/+369
| * dirmngr: Extended the http_get_header function.Werner Koch2023-10-026-14/+23
| * common: Add new function b64decode.Werner Koch2023-10-025-18/+168
| * dirmngr: Fix handling of the HTTP Content-LengthWerner Koch2023-09-261-16/+140
| * common: Add gnupg_memstr to replace static versions.Werner Koch2023-09-264-62/+32
| * dirmngr: Require gnutls 3.2Werner Koch2023-09-262-139/+194
| * dirmngr: Improve error codes returned from http fetching.Werner Koch2023-09-263-14/+20
| * dirmngr: Implement automatic proxy detection on Windows.Werner Koch2023-09-265-4/+166