aboutsummaryrefslogtreecommitdiffstats
path: root/common (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-15scd,openpgp: Switch key attributes between RSA and ECC in writekey.Werner Koch1-1/+4
2023-03-09dirmngr: Distinguish between "no crl" and "crl not trusted".Werner Koch2-1/+3
2023-03-08gpgsm: Strip trailing zeroes from detached signatures.Werner Koch3-3/+108
2023-02-23doc: Minor comment fixes.Werner Koch1-1/+2
2023-02-21gpg: Prepare to accept shorter OIDs for ed25519 and cv25519.Werner Koch1-6/+20
2023-01-24common: Slight redefinition of nvc_get_boolean.Werner Koch2-6/+11
2023-01-20gpg: Replace --override-compliance-check by a real fix.Werner Koch1-0/+4
2023-01-20doc: Update copyright notices.Werner Koch1-1/+1
2023-01-19common: Detect PNG and JPEG file formats.Werner Koch1-6/+24
2023-01-19gpg: Detect already compressed data also when using a pipe.Werner Koch4-51/+134
2023-01-18common: Replace all assert by log_assert.Werner Koch1-31/+31
2023-01-12sm: Fix compliance checking for ECC signature verification.Werner Koch2-3/+15
2023-01-11w32: Make sure DEP is enabled.Werner Koch1-1/+18
2022-12-16common: Fix translations in --help for gpgrt < 1.47Werner Koch1-0/+8
2022-12-01tests: More fix for semihosted environment.NIIBE Yutaka1-21/+24
2022-12-01tests: Support semihosted environment.NIIBE Yutaka1-3/+4
2022-11-30w32: Fix gnupg_unsetenv.NIIBE Yutaka1-2/+11
2022-11-18w32: Fix gnupg_tmpfile for possible failure.NIIBE Yutaka1-6/+3
2022-11-16common: Remove Windows CE support in common.NIIBE Yutaka8-920/+5
2022-10-20agent,common,dirmngr,tests,tools: Remove spawn PREEXEC argument.NIIBE Yutaka4-14/+8
2022-10-14common,w32: Fix struct stat on Windows.NIIBE Yutaka1-1/+11
2022-10-14common: Don't use FD2INT for POSIX-only code.NIIBE Yutaka1-1/+1
2022-10-07common: Protect against a theoretical integer overflow in tlv.cWerner Koch1-0/+5
2022-09-29gpg: Fix assertion failure due to errors in encrypt_filter.Werner Koch1-4/+4
2022-09-14tests: Restrict the use of gpgconf.ctl to make check.Werner Koch1-1/+29
2022-09-14common: Fix for GPG_ERR_SOURCE_DEFAULT check.NIIBE Yutaka1-2/+0
2022-09-14common: Fix t-recsel.NIIBE Yutaka1-2/+0
2022-09-13gpg,common,scd,sm: Function prototype fixes for modern compiler.NIIBE Yutaka3-4/+4
2022-09-09Revert "common: Add a default OpenPGP ECC mapping."Ingo Klöcker1-1/+0
2022-09-06common: Fix to determine ECC curve for SSH.NIIBE Yutaka1-3/+3
2022-09-01common: Make nvc_lookup more robust.Werner Koch1-1/+12
2022-08-22common: New common option no-autostart.Werner Koch4-1/+12
2022-08-11common: New function nvc_get_boolean.Werner Koch2-0/+25
2022-08-03common: Silence warnings from AllowSetForegroundWindow.Werner Koch1-2/+6
2022-08-02gpgconf: Improve registry dumping.Werner Koch3-6/+20
2022-08-01common: Add a default OpenPGP ECC mapping.Werner Koch1-0/+1
2022-06-22agent,gpg,tools: Fix use of log_get_fd.NIIBE Yutaka1-2/+0
2022-06-13common: New function parse_compatibility_flags.Werner Koch2-0/+89
2022-06-03common,w32: Use LoadLibraryEx to fix a warning in mingw.Werner Koch1-13/+2
2022-06-03w32: Allow Unicode filenames for iobuf_cancel.Werner Koch2-3/+20
2022-06-03Remove remaining support for WindowsCEWerner Koch11-282/+22
2022-05-05scd:openpgp: Fix a segv for cards supporting unknown curves.Werner Koch1-2/+2
2022-04-25common:iobuf: Exclude cases with IOBUF_INPUT_TEMP/IOBUF_OUTPUT_TEMP.NIIBE Yutaka1-4/+7
2022-04-14tests: Fix warning in common/t-ssh-utils.cWerner Koch1-1/+0
2022-04-14tests: Fix common/t-ssh-utils.NIIBE Yutaka1-6/+10
2022-04-14tests: Honor FIPS modeJakub Jelen1-11/+47
2022-04-11sm: Print diagnostic about CRL problems due to Tor mode.Werner Koch1-0/+4
2022-04-06w32: Exclude tests with HOME.NIIBE Yutaka1-0/+4
2022-04-06w32: Fix for make check.NIIBE Yutaka2-4/+11
2022-03-30common,w32: Fix handle_to_fd to match use of _open_osfhandle.NIIBE Yutaka1-6/+5