aboutsummaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: New function tokenize_to_strlist.Werner Koch2024-09-253-18/+292
* common:w32: Don't expose unused functions.NIIBE Yutaka2024-09-252-2/+12
* common: Allow building with libgpg-error < 1.47Werner Koch2024-08-081-0/+5
* common: Add missing file to repoWerner Koch2024-08-081-0/+827
* sm: More improvements for PKCS#12 parsing for latest IVBB changes.Werner Koch2024-08-072-1/+66
* common: Update requisitesÁngel González2024-02-051-4/+0
* common,w32: Fix use of GNUPG_SPAWN_KEEP_STDERR.Werner Koch2024-01-261-1/+1
* common: Fix unused variable warning on Unix.Werner Koch2024-01-101-1/+4
* common,w32: Remove duplicated backslashes when setting the homedir.Werner Koch2024-01-091-1/+25
* agent: Update the key file only if not changed.Werner Koch2023-11-212-7/+46
* gpgsm: Support ECDSA in de-vs mode.Werner Koch2023-11-082-2/+12
* scd:openpgp: Fix a segv for cards supporting unknown curves.Werner Koch2023-11-071-2/+2
* w32: Use utf8 for the asctimestamp function.Werner Koch2023-10-271-1/+1
* common: New functions timegm_u64, isotime2epoch_u64.Werner Koch2023-10-264-154/+176
* common: New function scan_secondsstr.Werner Koch2023-10-144-2/+76
* common,w32: Add missing GetLastError->errno mapping.Werner Koch2023-10-053-6/+9
* common: Improve lock strategy for dotlock.Werner Koch2023-10-021-40/+46
* common: Add new function b64decode.Werner Koch2023-09-295-18/+168
* common: Add gnupg_memstr to repalce static versions.Werner Koch2023-09-264-62/+33
* common: Never remove /dev/null.Werner Koch2023-09-071-1/+6
* gpgsm: Strip trailing zeroes from detached signatures.Werner Koch2023-09-072-1/+107
* build: Use modern Autoconf check for types.NIIBE Yutaka2023-08-311-11/+11
* build: Update to newer autoconf constructs.NIIBE Yutaka2023-08-311-4/+4
* sm: Fix use of value NONE in gnupg_isotime_t type.NIIBE Yutaka2023-08-281-0/+5
* common: New function substitute_vars.Werner Koch2023-08-252-7/+42
* sm: Remove duplicated code.Werner Koch2023-07-051-2/+4
* gpgsm: Print PROGRESS status lines.Werner Koch2023-07-052-7/+101
* gpg: Make progress work for large files on Windows.Werner Koch2023-07-052-57/+12
* gpg: Print status line and proper diagnostics for write errors.Werner Koch2023-07-051-3/+6
* w32: Map ERROR_FILE_INVALID to EIO.Werner Koch2023-07-051-0/+3
* common: Fix parsing ECC key.NIIBE Yutaka2023-05-101-1/+1
* scd,openpgp: Switch key attributes between RSA and ECC in writekey.Werner Koch2023-03-141-1/+4
* gpg: Replace --override-compliance-check by a real fix.Werner Koch2023-01-201-0/+4
* 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/+129
* common: Replace all assert in iobuf by log_assert.Werner Koch2023-01-191-32/+32
* Update copyright noticesWerner Koch2023-01-161-1/+1
* scd:openpgp: Allow auto-changing of the key attributes in genkey.Werner Koch2023-01-131-0/+3
* common: New function get_keyalgo_string.Werner Koch2023-01-133-5/+236
* 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
* w32: Exclude tests with HOME.NIIBE Yutaka2022-11-221-0/+4
* w32: Fix for make check.NIIBE Yutaka2022-11-222-4/+11
* gpg: Add compatibility flag "vsd-allow-ocb"Werner Koch2022-10-312-6/+29
* gpg: Support OCB encryption.Werner Koch2022-10-311-2/+2
* common: Protect against a theoretical integer overflow in tlv.cWerner Koch2022-10-071-0/+5
* common: Make nvc_lookup more robust.Werner Koch2022-09-011-1/+12
* common,w32: Fix an encoding problem of the printed timezone.Werner Koch2022-08-311-1/+40
* gpg: Fix assertion failure due to errors in encrypt_filter.Werner Koch2022-08-311-4/+4
* gpgsm: New option --compatibility-flags.Werner Koch2022-08-192-0/+89