| Commit message (Expand) | Author | Files | Lines |
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 |
2022-08-03 | common: Silence warnings from AllowSetForegroundWindow. | Werner Koch | 1 | -2/+6 |
2022-08-02 | gpgconf: Improve registry dumping. | Werner Koch | 3 | -6/+20 |
2022-08-01 | common: Add a default OpenPGP ECC mapping. | Werner Koch | 1 | -0/+1 |
2022-06-22 | agent,gpg,tools: Fix use of log_get_fd. | NIIBE Yutaka | 1 | -2/+0 |
2022-06-13 | common: New function parse_compatibility_flags. | Werner Koch | 2 | -0/+89 |
2022-06-03 | common,w32: Use LoadLibraryEx to fix a warning in mingw. | Werner Koch | 1 | -13/+2 |
2022-06-03 | w32: Allow Unicode filenames for iobuf_cancel. | Werner Koch | 2 | -3/+20 |
2022-06-03 | Remove remaining support for WindowsCE | Werner Koch | 11 | -282/+22 |
2022-05-05 | scd:openpgp: Fix a segv for cards supporting unknown curves. | Werner Koch | 1 | -2/+2 |
2022-04-25 | common:iobuf: Exclude cases with IOBUF_INPUT_TEMP/IOBUF_OUTPUT_TEMP. | NIIBE Yutaka | 1 | -4/+7 |
2022-04-14 | tests: Fix warning in common/t-ssh-utils.c | Werner Koch | 1 | -1/+0 |