| Commit message (Expand) | Author | Age | Files | Lines |
* | gpgsm: Terminate key listing on output write error. | Werner Koch | 2024-10-23 | 4 | -15/+74 |
* | gpgsm: Fix cached istrusted lookup. | Werner Koch | 2024-10-15 | 1 | -0/+2 |
* | dirmngr: Print a brief list of URLs with LISTCRLS. | Werner Koch | 2024-10-14 | 1 | -0/+2 |
* | common,gpg,scd,sm: Fix for Curve25519 OID supporting new and old. | NIIBE Yutaka | 2024-10-08 | 2 | -2/+2 |
* | common,gpg,scd,sm: Use openpgp_oid_or_name_to_curve to get curve. | NIIBE Yutaka | 2024-10-08 | 1 | -2/+1 |
* | gpgsm: Add compatibility flag no-keyinfo-cache | Werner Koch | 2024-10-04 | 3 | -0/+9 |
* | gpgsm: Implement a cache for the KEYINFO queries. | Werner Koch | 2024-10-02 | 4 | -20/+154 |
* | gpgsm: Use a cache for ISTRUSTED queries. | Werner Koch | 2024-10-02 | 1 | -19/+122 |
* | gpgsm: Possible improvement for some rare P12 files. | Werner Koch | 2024-10-01 | 1 | -1/+1 |
* | gpgsm: Silence messages about dirmngr cache lookup failed. | Werner Koch | 2024-09-30 | 1 | -2/+14 |
* | gpgsm: Silence the fingerprint output in quiet mode. | Werner Koch | 2024-09-30 | 1 | -5/+9 |
* | gpgsm: Use a cache to speed up parent certificate lookup. | Werner Koch | 2024-09-30 | 3 | -8/+114 |
* | sm: Optmize clearing of the ephemeral flag. | Werner Koch | 2024-09-27 | 1 | -0/+13 |
* | gpgsm: New option --assert-signer | Werner Koch | 2024-09-11 | 3 | -2/+162 |
* | sm: More improvements for PKCS#12 parsing for latest IVBB changes. | Werner Koch | 2024-08-06 | 1 | -104/+165 |
* | sm: Add a debug helper command to t-minip12.c | Werner Koch | 2024-08-06 | 1 | -1/+192 |
* | Use gpgrt_process_spawn API from libgpg-error. | NIIBE Yutaka | 2024-07-09 | 2 | -2/+0 |
* | sm: Emit user IDs in colon mode even if the Subject is empty. | Werner Koch | 2024-06-21 | 1 | -20/+31 |
* | indent: Fix spelling | Daniel Kahn Gillmor | 2024-05-31 | 12 | -20/+20 |
* | gpgsm: Avoid double free when checking rsaPSS signatures. | Jakub Jelen | 2024-05-28 | 1 | -2/+0 |
* | gpgsm: Silence a lint warning | Werner Koch | 2024-05-28 | 1 | -1/+1 |
* | gpgsm: Allow to add extensions at the --gen-key prompt. | Werner Koch | 2024-03-27 | 2 | -0/+10 |
* | gpg,gpgsm: New option --disable-fd-translation. | Werner Koch | 2024-03-26 | 1 | -0/+6 |
* | Merge branch 'STABLE-BRANCH-2-4' | Werner Koch | 2024-03-12 | 3 | -26/+39 |
|\ |
|
| * | Allow tilde expansion for the foo-program options. | Werner Koch | 2024-02-27 | 2 | -6/+16 |
| * | gpgsm: Increase salt size in pkcs#12 parser. | Werner Koch | 2024-02-05 | 1 | -1/+1 |
| * | gpgsm: cleanup on error paths | Ángel González | 2024-02-05 | 1 | -19/+22 |
* | | Merge branch 'STABLE-BRANCH-2-4' | Werner Koch | 2024-01-26 | 6 | -93/+140 |
|\| |
|
| * | sm: Fix ECDH encryption with dhSinglePass-stdDH-sha384kdf-scheme. | NIIBE Yutaka | 2024-01-23 | 1 | -1/+1 |
| * | gpgsm: Allow parsing of PKCS#12 files with two private keys. | Werner Koch | 2024-01-15 | 4 | -91/+133 |
| * | gpgsm: Improve the status line for --verify errors. | Werner Koch | 2024-01-15 | 1 | -1/+6 |
* | | Merge branch 'STABLE-BRANCH-2-4' | Werner Koch | 2023-12-22 | 8 | -120/+122 |
|\| |
|
| * | keyboxd: Pass lock info back to gpg and gpgsm. | Werner Koch | 2023-12-18 | 1 | -2/+21 |
| * | gpgsm: Set validity flag in keylisting to n for untrusted root cert. | Werner Koch | 2023-11-27 | 1 | -0/+2 |
| * | gpg,gpgsm: Hide password in debug output also for asked passwords. | Werner Koch | 2023-11-14 | 1 | -0/+5 |
| * | gpgsm: Re-introduce the bad passphrase hint for pkcs#12. | Werner Koch | 2023-11-14 | 1 | -0/+2 |
| * | gpg,sm: Set confidential in assuan communication for password. | NIIBE Yutaka | 2023-11-09 | 1 | -0/+2 |
| * | gpgsm: Support ECDSA in de-vs mode. | Werner Koch | 2023-11-08 | 3 | -3/+5 |
| * | gpgsm: Cleanup of legacy variable name use. | Werner Koch | 2023-11-08 | 2 | -117/+89 |
* | | gpg,sm: Set confidential in assuan communication for password. | NIIBE Yutaka | 2023-11-09 | 1 | -0/+2 |
* | | Merge branch 'STABLE-BRANCH-2-4' | Werner Koch | 2023-11-07 | 14 | -771/+409 |
|\| |
|
| * | sm: Flag Brainpool curves as compliant for all other operations. | Werner Koch | 2023-10-24 | 8 | -25/+27 |
| * | sm: Flag Brainpool curves as compliant. | Werner Koch | 2023-10-24 | 1 | -3/+3 |
| * | common: Provide API to parse BER/TLV encodings. | Werner Koch | 2023-10-24 | 1 | -793/+67 |
| * | sm: Another partly rewrite of minip12.c | Werner Koch | 2023-10-24 | 1 | -182/+319 |
| * | doc: Minor typo fixes. | Werner Koch | 2023-10-18 | 1 | -1/+3 |
| * | gpgsm: Improvements for NDEF in the pkcs#12 parser | Werner Koch | 2023-10-10 | 1 | -10/+23 |
| * | sm: Support more HMAC algos in the pkcs#12 parser. | Werner Koch | 2023-10-06 | 2 | -15/+128 |
| * | sm: Improve the octet string cramming for pkcs#12 | Werner Koch | 2023-10-05 | 1 | -17/+62 |
| * | gpgsm: Add --always-trust feature. | Werner Koch | 2023-08-31 | 5 | -7/+59 |