aboutsummaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: Use gpgrt functions for mkdir and chdir if availableWerner Koch2020-08-221-3/+15
* common,w32: Do not assume the ANSI codepage during string conversion.Werner Koch2020-08-221-2/+21
* common: Strip trailing CR,LF from w32_strerror.Werner Koch2020-08-222-1/+7
* gpgtar: Make --files-from and --null work as described.Werner Koch2020-08-203-1/+32
* build: New configure option --disable-testsWerner Koch2020-08-201-0/+4
* common: Pass the WAYLAND_DISPLAY envvar alongWerner Koch2020-08-121-0/+1
* w32: More adding NETLIBS.NIIBE Yutaka2020-07-301-1/+1
* gpgsm: Make rsaPSS a compliant scheme in de-vs mode.Werner Koch2020-07-141-8/+4
* sm: Exclude rsaPSS from de-vs compliance mode.Werner Koch2020-07-034-2/+36
* common: Add missing error code GPG_ERR_WRONG_NAME.Werner Koch2020-06-031-1/+10
* common: Change argument order of log_printhex.Werner Koch2020-05-122-9/+17
* gpg: Support decryption of the new AEAD packetWerner Koch2020-04-161-0/+11
* common: New function to map hash algo names.Werner Koch2020-04-152-0/+42
* scd:p15: Fix decrypt followed by sign problem for D-Trust cards.Werner Koch2020-04-152-0/+85
* scd:p15: Support signing with CardOS 5 cards.Werner Koch2020-04-011-0/+5
* sm: Consider certificates w/o CRL DP as valid.Werner Koch2020-03-271-0/+1
* Copyright notice updates et al.Werner Koch2020-03-191-1/+1
* gpg: New option --include-key-block.Werner Koch2020-03-141-1/+4
* sm: Remove left over debug output.Werner Koch2020-02-171-1/+0
* gpgsm: Fix import of some CR,LF ternminated certificatesWerner Koch2020-02-151-8/+18
* build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch2020-02-103-8/+9
* common: Also protect log_inc_errorcount against counter overflow.Werner Koch2020-02-101-4/+4
* gpgconf,w32: Print a warning for a suspicious homedir.Werner Koch2020-01-171-0/+3
* common: Extend function pubkey_algo_string.Werner Koch2019-08-212-3/+8
* common: Fix line break handling, finding a space.NIIBE Yutaka2019-08-121-3/+3
* gpg: Allow deletion of subkeys with --delete-[secret-]key.Werner Koch2019-05-271-3/+4
* common: Fix AWK portability.NIIBE Yutaka2019-04-162-7/+7
* common: Fix gnupg_wait_processes.NIIBE Yutaka2019-02-191-24/+26
* Release 2.2.13gnupg-2.2.13Werner Koch2019-02-122-2/+2
* common: Provide function to get public key algo names in our format.Werner Koch2019-02-112-0/+59
* common: New functions get_option_value and ascii_strupr.Werner Koch2019-02-114-1/+71
* common: Provide some convenient OpenPGP related constants.Werner Koch2019-01-291-0/+6
* common: New helper functions for OpenPGP curve OIDs.Werner Koch2019-01-293-34/+66
* common/iobuf: fix memory wiping in iobuf_copyJussi Kivilinna2018-12-051-1/+6
* common: Use platform memory zeroing function for wipememoryJussi Kivilinna2018-12-052-9/+19
* agent: Fix possible uninitalized use of CTX in simple_pwquery.Werner Koch2018-10-241-0/+1
* common: Fix gnupg_reopen_std.NIIBE Yutaka2018-10-021-6/+5
* common: Use iobuf_get_noeof to avoid undefined behaviors.NIIBE Yutaka2018-09-101-3/+3
* Fix use of strncpy, which is actually good to use memcpy.NIIBE Yutaka2018-09-061-1/+1
* assuan: Fix exponential decay for first second.Werner Koch2018-08-282-5/+7
* assuan: Use exponential decay for first 1s of spinlock.Daniel Kahn Gillmor2018-08-281-5/+26
* assuan: Reorganize waiting for socket.Daniel Kahn Gillmor2018-08-281-42/+30
* common: New function to validate domain names.Werner Koch2018-07-293-2/+93
* gpg: Fix "Too many open files" when using --multifile.Werner Koch2018-05-021-0/+1
* common,w32: Hide spawned processes by defaultAndre Heinecke2018-05-021-1/+1
* gpg,w32: Fix empty homedir when only a drive letter is used.Werner Koch2018-04-091-32/+63
* agent: New OPTION pretend-request-originWerner Koch2018-03-232-0/+48
* Release 2.2.5gnupg-2.2.5Werner Koch2018-02-222-2/+2
* common: Use new function to print status strings.Werner Koch2018-02-142-0/+70
* kbx: Simplify by removing custom memory functions.Werner Koch2017-12-221-0/+26