aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-26agent,common,gpg: Use unsigned int for 1-bit field.NIIBE Yutaka1-2/+2
2023-09-26Use gpgrt_b64* API of libgpg-error.NIIBE Yutaka1-10/+10
2023-09-05gpg: Fix last commit.Werner Koch1-1/+1
2023-09-04gpg: Add option --with-v5-fingerprintWerner Koch5-9/+97
2023-08-29common: Prepare for more flags in start_new_service.Werner Koch3-3/+6
2023-08-03gpg,agent,kbx,sm,scd,tpm2d,g13: Use assuan_control.NIIBE Yutaka1-0/+1
2023-08-03agent,dirmgr,gpg,g13,kbx,scd,sm,tmp2d: Remove ASSUAN_SYSTEM_NPTH.NIIBE Yutaka1-5/+0
2023-07-25gpg: Add parallelized filter for hashing.NIIBE Yutaka5-16/+352
2023-07-18common: Introduce FD_DBG to display gnupg_fd_t value.NIIBE Yutaka5-8/+9
2023-07-14gpg: Use gnupg_fd_t for iobuf_get_fd and is_secured_file.NIIBE Yutaka2-2/+2
2023-07-14gpg: Use is_secured_filename before opening the file.NIIBE Yutaka2-11/+8
2023-07-12gpg: Add support for Subkey-Expire-Date.NIIBE Yutaka1-6/+25
2023-07-12gpg: Fix expiration time when Creation-Date is specified.NIIBE Yutaka1-9/+20
2023-07-11gpg: Move the check by is_secured_file earlier.NIIBE Yutaka2-7/+13
2023-07-11common: Add gnupg_check_special_filename.NIIBE Yutaka1-5/+5
2023-07-10common,gpg,kbx: Factor out open_stream_nc.NIIBE Yutaka2-19/+2
2023-07-07gpg: Add algo constants for PQC.Werner Koch3-2/+47
2023-07-05gpg: Fix gpg --server mode on Windows.NIIBE Yutaka1-10/+10
2023-07-05gpg: Format the value of type gnupg_fd_t by casting to int.NIIBE Yutaka3-4/+4
2023-07-05gpg: Use gnupg_fd_t for decryption and sign.NIIBE Yutaka5-18/+30
2023-07-05gpg: Use gnupg_fd_t for encrypt_crypt and gpg_verify.NIIBE Yutaka4-14/+20
2023-07-05gpg: Use gnupg_fd_t for open_outfile.NIIBE Yutaka7-13/+14
2023-07-05gpg:card: Remove the code for GnuPG version 1.NIIBE Yutaka1-23/+1
2023-06-27common,gpg,sm,tools: Don't remove translate_sys2libc_fd_int.NIIBE Yutaka2-16/+16
2023-06-26gpg,w32: Add comment about debug output of ShellExecuteEx.NIIBE Yutaka1-2/+9
2023-06-23gpg,sm,tools: Use string for option --*-fd.NIIBE Yutaka2-16/+16
2023-06-20delete redundant characterszhangguangzhi1-1/+1
2023-06-20delete redundant characterszhangguangzhi1-1/+1
2023-06-15gpg: New option --no-compress as alias for -z0.Werner Koch1-0/+7
2023-06-13gpg: Make progress work for large files on Windows.Werner Koch6-29/+40
2023-06-09gpg: Print status line and proper diagnostics for write errors.Werner Koch1-3/+11
2023-06-09gpg: Add --list-filter properties key_expires and key_expires_d.Werner Koch1-0/+14
2023-06-07kbx: Fix datastream_thread and use the data pipe.NIIBE Yutaka1-3/+10
2023-06-05gpg: Set default expiration date to 3 years.Werner Koch1-1/+1
2023-06-01gpg: Graceful exit for signature checking with --batch.NIIBE Yutaka1-6/+6
2023-05-25gpg: Skip keys found via ADSKs.Werner Koch2-15/+28
2023-05-25gpg: Skip keys found via ADSKs.Werner Koch2-15/+28
2023-05-25gpg: Fix searching for the ADSK key when adding an ADSK.Werner Koch2-0/+12
2023-05-25gpg: Fix searching for the ADSK key when adding an ADSK.Werner Koch2-0/+12
2023-05-24gpg: Return ERROR status for --quick-sign-key.Werner Koch1-3/+6
2023-05-24gpg: Return ERROR status for --quick-sign-key.Werner Koch1-3/+6
2023-05-24w32: Add missing supportedOS Ids for Windows-10Werner Koch2-0/+2
2023-05-24w32: Add missing supportedOS Ids for Windows-10Werner Koch2-0/+2
2023-05-24w32: Add missing manifests and set a requestedExecutionLevel.Werner Koch4-7/+93
2023-05-24gpg: Improve error code for file already exists.Werner Koch1-2/+1
2023-05-24w32: Add missing manifests and set a requestedExecutionLevel.Werner Koch4-7/+93
2023-05-24gpg: Report BEGIN_* status before examining the input.NIIBE Yutaka4-81/+51
2023-05-16w32: Remove support of Windows 95/98/Me.NIIBE Yutaka1-13/+1
2023-05-11common,agent,gpg,dirmngr,g13,scd,tests,tools: New spawn function.NIIBE Yutaka1-22/+20
2023-05-09gpg: New option --debug-ignore-expiration to help with testing.Werner Koch4-5/+17