| Commit message (Expand) | Author | Files | Lines |
2023-07-04 | common,w32: Add missing GetLastError->errno mapping. | Werner Koch | 3 | -6/+8 |
2023-06-28 | sm: Remove duplicated code. | Werner Koch | 1 | -3/+6 |
2023-06-15 | gpgsm: Print PROGRESS status lines. | Werner Koch | 2 | -7/+101 |
2023-06-13 | gpg: Make progress work for large files on Windows. | Werner Koch | 2 | -57/+12 |
2023-06-09 | gpg: Print status line and proper diagnostics for write errors. | Werner Koch | 1 | -3/+6 |
2023-06-09 | w32: Map ERROR_FILE_INVALID to EIO. | Werner Koch | 1 | -0/+3 |
2023-06-07 | dirmngr: Extend the AD_QUERY command. | Werner Koch | 1 | -1/+1 |
2023-06-06 | common: New function substitute_vars. | Werner Koch | 2 | -7/+42 |
2023-05-26 | common: New function nve_set | Werner Koch | 2 | -0/+27 |
2023-05-23 | common,w32: Set a proper error code when creating an output file. | Werner Koch | 1 | -2/+10 |
2023-05-01 | common: Fix parsing ECC key. | NIIBE Yutaka | 1 | -1/+1 |
2023-04-19 | Use keyboxd on a fresh install also on Windows. | Werner Koch | 1 | -32/+40 |
2023-04-18 | gpgtar: Read common.conf for the log-file option. | Werner Koch | 2 | -0/+4 |
2023-04-12 | gpg: Curvenames may now compared case insensitive. | Werner Koch | 1 | -9/+12 |
2023-04-05 | gpg: New option --assert-signer. | Werner Koch | 1 | -0/+1 |
2023-04-04 | common: Change allocation of the comopt symbol. | Werner Koch | 2 | -2/+7 |
2023-04-04 | Use the keyboxd for a fresh install | Werner Koch | 2 | -3/+36 |
2023-03-15 | scd,openpgp: Switch key attributes between RSA and ECC in writekey. | Werner Koch | 1 | -1/+4 |
2023-03-09 | dirmngr: Distinguish between "no crl" and "crl not trusted". | Werner Koch | 2 | -1/+3 |
2023-03-08 | gpgsm: Strip trailing zeroes from detached signatures. | Werner Koch | 3 | -3/+108 |
2023-02-23 | doc: Minor comment fixes. | Werner Koch | 1 | -1/+2 |
2023-02-21 | gpg: Prepare to accept shorter OIDs for ed25519 and cv25519. | Werner Koch | 1 | -6/+20 |
2023-01-24 | common: Slight redefinition of nvc_get_boolean. | Werner Koch | 2 | -6/+11 |
2023-01-20 | gpg: Replace --override-compliance-check by a real fix. | Werner Koch | 1 | -0/+4 |
2023-01-20 | doc: Update copyright notices. | Werner Koch | 1 | -1/+1 |
2023-01-19 | common: Detect PNG and JPEG file formats. | Werner Koch | 1 | -6/+24 |
2023-01-19 | gpg: Detect already compressed data also when using a pipe. | Werner Koch | 4 | -51/+134 |
2023-01-18 | common: Replace all assert by log_assert. | Werner Koch | 1 | -31/+31 |
2023-01-12 | sm: Fix compliance checking for ECC signature verification. | Werner Koch | 2 | -3/+15 |
2023-01-11 | w32: Make sure DEP is enabled. | Werner Koch | 1 | -1/+18 |
2022-12-16 | common: Fix translations in --help for gpgrt < 1.47 | Werner Koch | 1 | -0/+8 |
2022-12-01 | tests: More fix for semihosted environment. | NIIBE Yutaka | 1 | -21/+24 |
2022-12-01 | tests: Support semihosted environment. | NIIBE Yutaka | 1 | -3/+4 |
2022-11-30 | w32: Fix gnupg_unsetenv. | NIIBE Yutaka | 1 | -2/+11 |
2022-11-18 | w32: Fix gnupg_tmpfile for possible failure. | NIIBE Yutaka | 1 | -6/+3 |
2022-11-16 | common: Remove Windows CE support in common. | NIIBE Yutaka | 8 | -920/+5 |
2022-10-20 | agent,common,dirmngr,tests,tools: Remove spawn PREEXEC argument. | NIIBE Yutaka | 4 | -14/+8 |
2022-10-14 | common,w32: Fix struct stat on Windows. | NIIBE Yutaka | 1 | -1/+11 |
2022-10-14 | common: Don't use FD2INT for POSIX-only code. | NIIBE Yutaka | 1 | -1/+1 |
2022-10-07 | common: Protect against a theoretical integer overflow in tlv.c | Werner Koch | 1 | -0/+5 |
2022-09-29 | gpg: Fix assertion failure due to errors in encrypt_filter. | Werner Koch | 1 | -4/+4 |
2022-09-14 | tests: Restrict the use of gpgconf.ctl to make check. | Werner Koch | 1 | -1/+29 |
2022-09-14 | common: Fix for GPG_ERR_SOURCE_DEFAULT check. | NIIBE Yutaka | 1 | -2/+0 |
2022-09-14 | common: Fix t-recsel. | NIIBE Yutaka | 1 | -2/+0 |
2022-09-13 | gpg,common,scd,sm: Function prototype fixes for modern compiler. | NIIBE Yutaka | 3 | -4/+4 |
2022-09-09 | Revert "common: Add a default OpenPGP ECC mapping." | Ingo Klöcker | 1 | -1/+0 |
2022-09-06 | common: Fix to determine ECC curve for SSH. | NIIBE Yutaka | 1 | -3/+3 |
2022-09-01 | common: Make nvc_lookup more robust. | Werner Koch | 1 | -1/+12 |
2022-08-22 | common: New common option no-autostart. | Werner Koch | 4 | -1/+12 |
2022-08-11 | common: New function nvc_get_boolean. | Werner Koch | 2 | -0/+25 |