aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sm: Fix binary mode access.gniibe/t6592NIIBE Yutaka2023-07-131-0/+4
* sm: Fix open_es_fread and open_es_fwrite for gnupg_fd_t.NIIBE Yutaka2023-07-131-8/+10
* sm: Fix handling of importing in binary mode.NIIBE Yutaka2023-07-131-2/+7
* sm: Fix calling of open_stream_nc.NIIBE Yutaka2023-07-131-2/+2
* sm: Use open_stream_nc for do_listkeys.NIIBE Yutaka2023-07-131-3/+3
* sm: Use gnupg_fd_t and open_stream_nc for assuan_get_input_fd.NIIBE Yutaka2023-07-131-11/+11
* sm: Fix the cases where input from stdin.NIIBE Yutaka2023-07-132-4/+5
* sm: Use estream_t for operations.NIIBE Yutaka2023-07-138-154/+141
* sm: Use estream_t for DATA_FP for verify operation.NIIBE Yutaka2023-07-134-52/+53
* sm: Use open_stream_nc for HANDLE by assuan_get_output_fd.NIIBE Yutaka2023-07-131-18/+21
* gpg: Add support for Subkey-Expire-Date.NIIBE Yutaka2023-07-121-6/+25
* gpg: Fix expiration time when Creation-Date is specified.NIIBE Yutaka2023-07-121-9/+20
* gpg: Move the check by is_secured_file earlier.NIIBE Yutaka2023-07-112-7/+13
* common: Change iobuf_fdopen argument type to gnupg_fd_t.NIIBE Yutaka2023-07-112-4/+3
* common: Add gnupg_check_special_filename.NIIBE Yutaka2023-07-114-41/+52
* common,gpg,kbx: Factor out open_stream_nc.NIIBE Yutaka2023-07-105-29/+23
* common:w32: Fix gnupg_w32_set_errno.NIIBE Yutaka2023-07-101-0/+1
* gpg: Add algo constants for PQC.Werner Koch2023-07-074-3/+53
* kbx: Fix memory leak at spawning a thread for data pipe.NIIBE Yutaka2023-07-061-0/+1
* kbx: Use es_sysopen_nc instead of es_fdopen_nc.NIIBE Yutaka2023-07-061-7/+20
* gpg: Fix gpg --server mode on Windows.NIIBE Yutaka2023-07-051-10/+10
* gpg: Format the value of type gnupg_fd_t by casting to int.NIIBE Yutaka2023-07-053-4/+4
* gpg: Use gnupg_fd_t for decryption and sign.NIIBE Yutaka2023-07-055-18/+30
* gpg: Use gnupg_fd_t for encrypt_crypt and gpg_verify.NIIBE Yutaka2023-07-056-17/+22
* gpg: Use gnupg_fd_t for open_outfile.NIIBE Yutaka2023-07-057-13/+14
* dirmngr: Enable the call of ks_ldap_help_variables when USE_LDAP.NIIBE Yutaka2023-07-051-0/+2
* gpg:card: Remove the code for GnuPG version 1.NIIBE Yutaka2023-07-051-23/+1
* Merge branch 'STABLE-BRANCH-2-4' into masterWerner Koch2023-07-0489-1314/+3174
|\
| * Post release updatesWerner Koch2023-07-042-1/+7
| * Release 2.4.3gnupg-2.4.3Werner Koch2023-07-041-2/+5
| * po: msgmergeWerner Koch2023-07-043-90/+19
| * po: Update Turkish translationEmir SARI2023-07-041-53/+20
| * scd:p15: Make signing work for Nexus cards.Werner Koch2023-07-041-12/+19
| * gpgsm: Init a diagnostic var.Werner Koch2023-07-041-1/+1
| * common,w32: Add missing GetLastError->errno mapping.Werner Koch2023-07-043-6/+8
| * Prepare NEWS for the next releaseWerner Koch2023-06-301-1/+39
| * sm: Adding missing stuff to the PKCS#12 parser rewrite.Werner Koch2023-06-296-90/+190
| * sm: Major rewrite of the PKCS#12 parserWerner Koch2023-06-287-799/+1880
| * sm: Remove duplicated code.Werner Koch2023-06-282-84/+34
| * scd:piv: Fix authentication with Administration Key.NIIBE Yutaka2023-06-281-2/+2
| * wks: Make --add-revocs the default.Werner Koch2023-06-212-4/+13
| * wks: Use export-clean for --mirror and --create.Werner Koch2023-06-211-1/+1
| * kbx: Close file handle when return.zhangguangzhi2023-06-201-0/+4
| * delete redundant characterszhangguangzhi2023-06-204-4/+4
| * dirmngr: New option --ignore-crl-extensions.Werner Koch2023-06-194-0/+30
| * gpgsm: Support SENDCERT_SKI for --call-dirmngrWerner Koch2023-06-192-9/+37
| * dirmngr: Disable the HTTP redirect rewriting.Werner Koch2023-06-155-6/+11
| * dirmngr: New option --compatibility-flags.Werner Koch2023-06-153-0/+43
| * gpgtar: New option --no-compress.Werner Koch2023-06-154-0/+12
| * gpg: New option --no-compress as alias for -z0.Werner Koch2023-06-152-7/+19