aboutsummaryrefslogtreecommitdiffstats
path: root/common (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-04common,w32: Add missing GetLastError->errno mapping.Werner Koch3-6/+8
2023-06-28sm: Remove duplicated code.Werner Koch1-3/+6
2023-06-15gpgsm: Print PROGRESS status lines.Werner Koch2-7/+101
2023-06-13gpg: Make progress work for large files on Windows.Werner Koch2-57/+12
2023-06-09gpg: Print status line and proper diagnostics for write errors.Werner Koch1-3/+6
2023-06-09w32: Map ERROR_FILE_INVALID to EIO.Werner Koch1-0/+3
2023-06-07dirmngr: Extend the AD_QUERY command.Werner Koch1-1/+1
2023-06-06common: New function substitute_vars.Werner Koch2-7/+42
2023-05-26common: New function nve_setWerner Koch2-0/+27
2023-05-23common,w32: Set a proper error code when creating an output file.Werner Koch1-2/+10
2023-05-01common: Fix parsing ECC key.NIIBE Yutaka1-1/+1
2023-04-19Use keyboxd on a fresh install also on Windows.Werner Koch1-32/+40
2023-04-18gpgtar: Read common.conf for the log-file option.Werner Koch2-0/+4
2023-04-12gpg: Curvenames may now compared case insensitive.Werner Koch1-9/+12
2023-04-05gpg: New option --assert-signer.Werner Koch1-0/+1
2023-04-04common: Change allocation of the comopt symbol.Werner Koch2-2/+7
2023-04-04Use the keyboxd for a fresh installWerner Koch2-3/+36
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