aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * gpg: Add option --with-v5-fingerprintWerner Koch2023-09-045-9/+97
| * gpg: Add support for Subkey-Expire-Date.NIIBE Yutaka2023-07-251-6/+25
| * gpg: Fix expiration time when Creation-Date is specified.NIIBE Yutaka2023-07-251-9/+20
* | g10: Fix uninitalized variable use in sign_fileAndre Heinecke2023-10-281-1/+1
* | agent,common,gpg: Use unsigned int for 1-bit field.NIIBE Yutaka2023-09-261-2/+2
* | Use gpgrt_b64* API of libgpg-error.NIIBE Yutaka2023-09-261-10/+10
* | gpg: Fix last commit.Werner Koch2023-09-051-1/+1
* | gpg: Add option --with-v5-fingerprintWerner Koch2023-09-045-9/+97
* | common: Prepare for more flags in start_new_service.Werner Koch2023-08-293-3/+6
* | gpg,agent,kbx,sm,scd,tpm2d,g13: Use assuan_control.NIIBE Yutaka2023-08-031-0/+1
* | agent,dirmgr,gpg,g13,kbx,scd,sm,tmp2d: Remove ASSUAN_SYSTEM_NPTH.NIIBE Yutaka2023-08-031-5/+0
* | gpg: Add parallelized filter for hashing.NIIBE Yutaka2023-07-255-16/+352
* | common: Introduce FD_DBG to display gnupg_fd_t value.NIIBE Yutaka2023-07-185-8/+9
* | gpg: Use gnupg_fd_t for iobuf_get_fd and is_secured_file.NIIBE Yutaka2023-07-142-2/+2
* | gpg: Use is_secured_filename before opening the file.NIIBE Yutaka2023-07-142-11/+8
* | 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: Add gnupg_check_special_filename.NIIBE Yutaka2023-07-111-5/+5
* | common,gpg,kbx: Factor out open_stream_nc.NIIBE Yutaka2023-07-102-19/+2
* | gpg: Add algo constants for PQC.Werner Koch2023-07-073-2/+47
* | 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-054-14/+20
* | gpg: Use gnupg_fd_t for open_outfile.NIIBE Yutaka2023-07-057-13/+14
* | 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-049-33/+73
|\|
| * delete redundant characterszhangguangzhi2023-06-201-1/+1
| * gpg: New option --no-compress as alias for -z0.Werner Koch2023-06-151-0/+7
| * gpg: Make progress work for large files on Windows.Werner Koch2023-06-136-29/+40
| * gpg: Print status line and proper diagnostics for write errors.Werner Koch2023-06-091-3/+11
| * gpg: Add --list-filter properties key_expires and key_expires_d.Werner Koch2023-06-091-0/+14
| * gpg: Set default expiration date to 3 years.Werner Koch2023-06-051-1/+1
| * gpg: Skip keys found via ADSKs.Werner Koch2023-05-252-15/+28
| * gpg: Fix searching for the ADSK key when adding an ADSK.Werner Koch2023-05-252-0/+12
| * gpg: Return ERROR status for --quick-sign-key.Werner Koch2023-05-241-3/+6
| * w32: Add missing supportedOS Ids for Windows-10Werner Koch2023-05-242-0/+2
| * w32: Add missing manifests and set a requestedExecutionLevel.Werner Koch2023-05-244-7/+93
* | common,gpg,sm,tools: Don't remove translate_sys2libc_fd_int.NIIBE Yutaka2023-06-272-16/+16
* | gpg,w32: Add comment about debug output of ShellExecuteEx.NIIBE Yutaka2023-06-261-2/+9
* | gpg,sm,tools: Use string for option --*-fd.NIIBE Yutaka2023-06-232-16/+16
* | delete redundant characterszhangguangzhi2023-06-201-1/+1
* | kbx: Fix datastream_thread and use the data pipe.NIIBE Yutaka2023-06-071-3/+10
* | gpg: Graceful exit for signature checking with --batch.NIIBE Yutaka2023-06-011-6/+6
* | gpg: Skip keys found via ADSKs.Werner Koch2023-05-252-15/+28
* | gpg: Fix searching for the ADSK key when adding an ADSK.Werner Koch2023-05-252-0/+12
* | gpg: Return ERROR status for --quick-sign-key.Werner Koch2023-05-241-3/+6
* | w32: Add missing supportedOS Ids for Windows-10Werner Koch2023-05-242-0/+2
* | w32: Add missing manifests and set a requestedExecutionLevel.Werner Koch2023-05-244-7/+93