summaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use keyboxd on a fresh install also on Windows.Werner Koch2023-04-191-32/+40
* gpgtar: Read common.conf for the log-file option.Werner Koch2023-04-182-0/+4
* gpg: Curvenames may now compared case insensitive.Werner Koch2023-04-121-9/+12
* gpg: New option --assert-signer.Werner Koch2023-04-051-0/+1
* common: Change allocation of the comopt symbol.Werner Koch2023-04-042-2/+7
* Use the keyboxd for a fresh installWerner Koch2023-04-042-3/+36
* scd,openpgp: Switch key attributes between RSA and ECC in writekey.Werner Koch2023-03-151-1/+4
* dirmngr: Distinguish between "no crl" and "crl not trusted".Werner Koch2023-03-092-1/+3
* gpgsm: Strip trailing zeroes from detached signatures.Werner Koch2023-03-083-3/+108
* doc: Minor comment fixes.Werner Koch2023-02-231-1/+2
* gpg: Prepare to accept shorter OIDs for ed25519 and cv25519.Werner Koch2023-02-211-6/+20
* common: Slight redefinition of nvc_get_boolean.Werner Koch2023-01-242-6/+11
* gpg: Replace --override-compliance-check by a real fix.Werner Koch2023-01-201-0/+4
* doc: Update copyright notices.Werner Koch2023-01-201-1/+1
* common: Detect PNG and JPEG file formats.Werner Koch2023-01-191-6/+24
* gpg: Detect already compressed data also when using a pipe.Werner Koch2023-01-194-51/+134
* common: Replace all assert by log_assert.Werner Koch2023-01-181-31/+31
* sm: Fix compliance checking for ECC signature verification.Werner Koch2023-01-122-3/+15
* w32: Make sure DEP is enabled.Werner Koch2023-01-111-1/+18
* common: Fix translations in --help for gpgrt < 1.47Werner Koch2022-12-161-0/+8
* tests: More fix for semihosted environment.NIIBE Yutaka2022-12-011-21/+24
* tests: Support semihosted environment.NIIBE Yutaka2022-12-011-3/+4
* w32: Fix gnupg_unsetenv.NIIBE Yutaka2022-11-301-2/+11
* w32: Fix gnupg_tmpfile for possible failure.NIIBE Yutaka2022-11-181-6/+3
* common: Remove Windows CE support in common.NIIBE Yutaka2022-11-168-920/+5
* agent,common,dirmngr,tests,tools: Remove spawn PREEXEC argument.NIIBE Yutaka2022-10-204-14/+8
* common,w32: Fix struct stat on Windows.NIIBE Yutaka2022-10-141-1/+11
* common: Don't use FD2INT for POSIX-only code.NIIBE Yutaka2022-10-141-1/+1
* common: Protect against a theoretical integer overflow in tlv.cWerner Koch2022-10-071-0/+5
* gpg: Fix assertion failure due to errors in encrypt_filter.Werner Koch2022-09-291-4/+4
* tests: Restrict the use of gpgconf.ctl to make check.Werner Koch2022-09-141-1/+29
* common: Fix for GPG_ERR_SOURCE_DEFAULT check.NIIBE Yutaka2022-09-141-2/+0
* common: Fix t-recsel.NIIBE Yutaka2022-09-141-2/+0
* gpg,common,scd,sm: Function prototype fixes for modern compiler.NIIBE Yutaka2022-09-133-4/+4
* Revert "common: Add a default OpenPGP ECC mapping."Ingo Klöcker2022-09-091-1/+0
* common: Fix to determine ECC curve for SSH.NIIBE Yutaka2022-09-061-3/+3
* common: Make nvc_lookup more robust.Werner Koch2022-09-011-1/+12
* common: New common option no-autostart.Werner Koch2022-08-224-1/+12
* common: New function nvc_get_boolean.Werner Koch2022-08-112-0/+25
* common: Silence warnings from AllowSetForegroundWindow.Werner Koch2022-08-031-2/+6
* gpgconf: Improve registry dumping.Werner Koch2022-08-023-6/+20
* common: Add a default OpenPGP ECC mapping.Werner Koch2022-08-011-0/+1
* agent,gpg,tools: Fix use of log_get_fd.NIIBE Yutaka2022-06-221-2/+0
* common: New function parse_compatibility_flags.Werner Koch2022-06-132-0/+89
* common,w32: Use LoadLibraryEx to fix a warning in mingw.Werner Koch2022-06-031-13/+2
* w32: Allow Unicode filenames for iobuf_cancel.Werner Koch2022-06-032-3/+20
* Remove remaining support for WindowsCEWerner Koch2022-06-0311-282/+22
* scd:openpgp: Fix a segv for cards supporting unknown curves.Werner Koch2022-05-051-2/+2
* common:iobuf: Exclude cases with IOBUF_INPUT_TEMP/IOBUF_OUTPUT_TEMP.NIIBE Yutaka2022-04-251-4/+7
* tests: Fix warning in common/t-ssh-utils.cWerner Koch2022-04-141-1/+0