aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* gpg: Fix mixed invocation with --trusted-keys and --no-options.Werner Koch2024-03-041-44/+66
* gpg: Prepare for a new export option export-realclean.Werner Koch2024-03-0411-46/+105
* gpg: Emit status lines for errors in the compression layer.Werner Koch2024-02-272-15/+39
* Allow tilde expansion for the foo-program options.Werner Koch2024-02-272-6/+15
* gpg: Fix gpg_mpi_write for the unused opaque case.Werner Koch2024-02-211-1/+3
* gpg: Add option --assert-pubkey_algo.Werner Koch2024-02-1015-53/+383
* gpg: Minor code cleanup for fingerprint computation.Werner Koch2024-01-291-9/+5
* gpg: Hide --textmode from the help output.Werner Koch2024-01-291-1/+1
* doc: Fix spelling errors found by lintian.Werner Koch2024-01-292-2/+2
* gpg: Add sub-option ignore-attributes to --import-options.Werner Koch2024-01-242-0/+13
* speedo: Add a hint to run ldconfigWerner Koch2024-01-231-1/+1
* gpg: Use ephemeral mode for generating card keys.Werner Koch2024-01-224-19/+104
* gpg: Add a communication object to the key generation code.Werner Koch2024-01-221-22/+72
* gpg: For v5 key generation for X448 also in parm file mode.Werner Koch2024-01-161-56/+114
* gpg: When using a parm file w/o usage don't set the RENC usage.Werner Koch2024-01-161-2/+3
* gpg: Improve error message for expired default keys.Werner Koch2024-01-111-4/+22
* gpg: Fix regression in the Revoker keyword of the parmeter file.Werner Koch2024-01-111-1/+1
* gpg: Allow to create revocations even with non-compliant algos.Werner Koch2024-01-101-5/+7
* gpg: Print a useful error id SKI algo 253 is found.Werner Koch2024-01-091-1/+10
* gpg: Improve error return for --quick-add-subkey and -add-adsk.Werner Koch2024-01-051-2/+8
* gpg: Choose key from inserted card over a non-inserted cardWerner Koch2024-01-022-3/+17
* gpg: Don't call keybox_compress when KEYDB_RESOURCE_FLAG_READONLY.NIIBE Yutaka2023-12-291-12/+14
* keyboxd: Pass lock info back to gpg and gpgsm.Werner Koch2023-12-181-3/+23
* gpg: Report BEGIN_* status before examining the input.NIIBE Yutaka2023-11-164-81/+51
* gpg,gpgsm: Hide password in debug output also for asked passwords.Werner Koch2023-11-141-1/+5
* gpg,sm: Set confidential in assuan communication for password.NIIBE Yutaka2023-11-091-0/+2
* common: Declare two LibrePGP constants for future useWerner Koch2023-11-081-1/+1
* gpg,tools: Handle GPG_ERR_PIN_BLOCKED and GPG_ERR_NO_RESET_CODE.NIIBE Yutaka2023-11-081-0/+6
* gpg: Fix minor memory leak during certain smartcard operations.Werner Koch2023-10-271-2/+11
* gpg: Allow expiration time after 2038-01-19 on 32 bit Windows.Werner Koch2023-10-261-5/+16
* gpg: Allow to specify seconds since Epoch beyond 2038.Werner Koch2023-10-141-3/+10
* scd:openpgp: Return better error codes for the Reset Code.Werner Koch2023-10-062-0/+2
* gpg: Fix --no-utf8-strings.Werner Koch2023-09-181-1/+1
* gpg: Add --list-filter properties sig_expires/sig_expires_dRobin H. Johnson via Gnupg-devel2023-09-151-0/+14
* gpg: Fix validity of re-imported keys.Werner Koch2023-09-061-1/+22
* gpg: Fix last commit.Werner Koch2023-09-051-1/+1
* 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
* 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