aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-29gpg: Hide --textmode from the help output.Werner Koch1-1/+1
2024-01-29doc: Fix spelling errors found by lintian.Werner Koch2-2/+2
2024-01-26gpg: Clean up pk_ecdh_decrypt function.NIIBE Yutaka1-14/+11
2024-01-24gpg: Add sub-option ignore-attributes to --import-options.Werner Koch2-0/+13
2024-01-23speedo: Add a hint to run ldconfigWerner Koch1-1/+1
2024-01-22gpg: Use ephemeral mode for generating card keys.Werner Koch4-19/+104
2024-01-22gpg: Add a communication object to the key generation code.Werner Koch1-22/+72
2024-01-16gpg: For v5 key generation for X448 also in parm file mode.Werner Koch1-56/+114
2024-01-16gpg: When using a parm file w/o usage don't set the RENC usage.Werner Koch1-2/+3
2024-01-11gpg: Improve error message for expired default keys.Werner Koch1-4/+22
2024-01-11gpg: Fix regression in the Revoker keyword of the parmeter file.Werner Koch1-1/+1
2024-01-10gpg: Allow to create revocations even with non-compliant algos.Werner Koch1-5/+7
2024-01-09gpg: Print a useful error id SKI algo 253 is found.Werner Koch1-1/+10
2024-01-05gpg: Improve error return for --quick-add-subkey and -add-adsk.Werner Koch1-2/+8
2024-01-02gpg: Choose key from inserted card over a non-inserted cardWerner Koch2-3/+17
2023-12-29gpg: Don't call keybox_compress when KEYDB_RESOURCE_FLAG_READONLY.NIIBE Yutaka1-12/+14
2023-12-18keyboxd: Pass lock info back to gpg and gpgsm.Werner Koch1-3/+23
2023-11-16gpg: Report BEGIN_* status before examining the input.NIIBE Yutaka4-81/+51
2023-11-14gpg,gpgsm: Hide password in debug output also for asked passwords.Werner Koch1-1/+5
2023-11-13gpg: Implement a parser for Kyber encrypted packets.Werner Koch2-48/+131
2023-11-09gpg,sm: Set confidential in assuan communication for password.NIIBE Yutaka1-0/+2
2023-11-09gpg,sm: Set confidential in assuan communication for password.NIIBE Yutaka1-0/+2
2023-11-08common: Declare two LibrePGP constants for future useWerner Koch1-1/+1
2023-11-08gpg,tools: Handle GPG_ERR_PIN_BLOCKED and GPG_ERR_NO_RESET_CODE.NIIBE Yutaka1-0/+6
2023-11-08gpg,tools: Handle GPG_ERR_PIN_BLOCKED and GPG_ERR_NO_RESET_CODE.NIIBE Yutaka1-0/+6
2023-10-28g10: Fix uninitalized variable use in sign_fileAndre Heinecke1-1/+1
2023-10-27gpg: Fix minor memory leak during certain smartcard operations.Werner Koch1-2/+11
2023-10-26gpg: Allow expiration time after 2038-01-19 on 32 bit Windows.Werner Koch1-5/+16
2023-10-14gpg: Allow to specify seconds since Epoch beyond 2038.Werner Koch1-3/+10
2023-10-06scd:openpgp: Return better error codes for the Reset Code.Werner Koch2-0/+2
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-18gpg: Fix --no-utf8-strings.Werner Koch1-1/+1
2023-09-15gpg: Add --list-filter properties sig_expires/sig_expires_dRobin H. Johnson via Gnupg-devel1-0/+14
2023-09-06gpg: Fix validity of re-imported keys.Werner Koch1-1/+22
2023-09-05gpg: Fix last commit.Werner Koch1-1/+1
2023-09-05gpg: Fix last commit.Werner Koch1-1/+1
2023-09-04gpg: Add option --with-v5-fingerprintWerner Koch5-9/+97
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-25gpg: Add support for Subkey-Expire-Date.NIIBE Yutaka1-6/+25
2023-07-25gpg: Fix expiration time when Creation-Date is specified.NIIBE Yutaka1-9/+20
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