aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gpgsm: Print PROGRESS status lines.Werner Koch2023-07-059-10/+161
* gpg: Make progress work for large files on Windows.Werner Koch2023-07-0510-91/+58
* gpg: Print status line and proper diagnostics for write errors.Werner Koch2023-07-053-6/+20
* w32: Map ERROR_FILE_INVALID to EIO.Werner Koch2023-07-051-0/+3
* gpg: Set default expiration date to 3 years.Werner Koch2023-07-052-1/+3
* speedo: Do not fail if osslsigncode verify can't be run.Werner Koch2023-07-051-4/+2
* kbx: Close file handle when return.zhangguangzhi2023-06-201-0/+4
* delete redundant characterszhangguangzhi2023-06-203-3/+3
* sm: Emit STATUS_FAILURE for non-implemented commands.Werner Koch2023-05-262-5/+13
* gpgtar: Emit FAILURE status line.Werner Koch2023-05-261-0/+10
* agent: Fix printed error in findkey.Werner Koch2023-05-261-2/+3
* agent,w32: Fix resource leak for a process.NIIBE Yutaka2023-05-261-0/+2
* gpg: Skip keys found via ADSKs.Werner Koch2023-05-252-12/+28
* w32: Add missing manifests and set a requestedExecutionLevel.Werner Koch2023-05-2524-69/+311
* common: Fix parsing ECC key.NIIBE Yutaka2023-05-101-1/+1
* scd: Fix cmd_apdu on error.NIIBE Yutaka2023-05-102-2/+5
* kbx: For non-Windows use 64k buffers by default instead of 128k.Werner Koch2023-05-101-1/+7
* kbx: Use custom estream bufferingWerner Koch2023-05-104-3/+93
* kbx: Use wrapper functions for es_fclose and es_fopen.Werner Koch2023-05-104-90/+122
* kbx: Add extra flags to fopen for use by Windows.Werner Koch2023-05-102-7/+7
* gpgsm: Cache the non-existence of the policy file.Werner Koch2023-05-101-2/+17
* po: Update Japanese Translation.NIIBE Yutaka2023-04-261-10/+21
* common: Incorporate upstream changes of regexp.NIIBE Yutaka2023-04-211-3/+6
* scd,p15: Enforce a min. PIN length for certain cards.Werner Koch2023-04-201-5/+10
* common: Fix minor bug in the jimregexp code.Werner Koch2023-04-201-2/+3
* po: Fix in German translationEva Bolten2023-04-061-2/+2
* gpg: Take care not to encrypt with OCB in de-vs modeWerner Koch2023-04-061-0/+4
* speedo: Fix regression due to switching from gcc 8.3 to 10.2Werner Koch2023-03-281-1/+5
* build: Remove obsolete --with-regex from autogen.rcWerner Koch2023-03-271-1/+0
* doc: Remove the obsolete VS-NfD.prfWerner Koch2023-03-274-30/+1
* gpg,gpgsm: Extend the use of allow-ecc-encr and vsd-allow-ocbWerner Koch2023-03-242-1/+6
* gpgtar: Do not allow the use of stdout for --status-fdWerner Koch2023-03-151-2/+6
* gpgtar: Print a result status with skipped files.Werner Koch2023-03-154-11/+70
* gpgtar: Emit progress status lines in create mode.Werner Koch2023-03-154-13/+142
* gpg: Delete secret key after "keytocard".Werner Koch2023-03-153-9/+48
* scd,openpgp: Switch key attributes between RSA and ECC in writekey.Werner Koch2023-03-142-6/+32
* gpg: Allow no version information of YubikeyWerner Koch2023-03-141-1/+2
* agent: Do not overwrite a key file by a shadow key file.Werner Koch2023-03-141-157/+126
* agent: Make --disable-extended-key-format a dummy option.Werner Koch2023-03-1312-449/+227
* gpgconf,w32: Also print a GnuPG Install Directory Registry entryWerner Koch2023-03-131-1/+2
* scd: Fix checking memory allocation.NIIBE Yutaka2023-03-081-1/+1
* agent: Add translatable text for Caps Lock hintIngo Klöcker2023-03-071-0/+1
* gpg: Implement encryption to ADSKs.Werner Koch2023-03-036-24/+54
* gpg: Get the signature keyid from the issuer fpr.Werner Koch2023-03-031-2/+15
* gpg: Support key flags for RENC, TIME, and GROUP.Werner Koch2023-03-037-3/+58
* gpgconf: Print some standard envvars with -XWerner Koch2023-02-281-0/+18
* gpgsm: Improve cert lookup callback from dirmngr.Werner Koch2023-02-263-5/+13
* sm: Fix issuer certificate look error due to legacy error code.Werner Koch2023-02-248-101/+115
* scd: Parse "Algorithm Information" data object in scdaemon.NIIBE Yutaka2023-02-172-1/+131
* scd:p15: Add pre-check for ascii-numeric PINs.Werner Koch2023-02-171-3/+11