aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
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
2023-05-08gpg: Print a warning if no more encryption subkey was left over.Werner Koch3-0/+37
2023-05-08kbx: Use custom estream bufferingWerner Koch1-0/+6
2023-04-25gpg: Fix for overridden key import.NIIBE Yutaka1-1/+1
2023-04-21gpg: Fix writing ECDH keys to OpenPGP smartcards.Werner Koch6-8/+57
2023-04-20gpg: New command "openpgp" for --card-edit.Werner Koch1-1/+15
2023-04-18gpg: Make sure that we are not accidently working with the PIV app.Werner Koch3-0/+28
2023-04-18gpg: Allow overridden key import when stub exists.NIIBE Yutaka1-1/+11
2023-04-06gpg: Fix handling of importing cv25519 secret key.NIIBE Yutaka1-0/+1
2023-04-05gpg: New option --assert-signer.Werner Koch9-5/+184
2023-04-04Use the keyboxd for a fresh installWerner Koch2-10/+41
2023-04-04gpg: Set the default digest algo for S2K to SHA256.Werner Koch1-2/+2
2023-03-21gpg: New command --quick-add-adskWerner Koch3-14/+111
2023-03-15gpg: Delete secret key after "keytocard".Werner Koch3-9/+48
2023-03-08gpg,gpgsm: New option --log-timeWerner Koch1-0/+9
2023-03-01gpg: Actually encrypt to ADSKs.Werner Koch3-14/+39
2023-03-01gpg: Allow adding of Additional Decryption Subkeys.Werner Koch11-67/+267