aboutsummaryrefslogtreecommitdiffstats
path: root/common (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-27w32: Use utf8 for the asctimestamp function.Werner Koch1-1/+1
2023-10-26common: New functions timegm_u64, isotime2epoch_u64.Werner Koch4-154/+176
2023-10-24common: Provide API to parse BER/TLV encodings.Werner Koch3-2/+855
2023-10-14common: New function scan_secondsstr.Werner Koch4-2/+76
2023-10-06scd:openpgp: Return better error codes for the Reset Code.Werner Koch1-0/+5
2023-10-02common: Improve lock strategy for dotlock.Werner Koch1-40/+54
2023-10-02common: Add new function b64decode.Werner Koch5-18/+168
2023-09-26common: Add gnupg_memstr to replace static versions.Werner Koch4-62/+32
2023-09-07common: Never remove /dev/null.Werner Koch1-1/+6
2023-07-10common:w32: Fix gnupg_w32_set_errno.NIIBE Yutaka1-0/+1
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