| Commit message (Expand) | Author | Files | Lines |
2025-03-18 | gpgsm: Simplify the expiration check. | Werner Koch | 1 | -18/+8 |
2025-03-18 | gpgsm: Fix error message if all selected certificates are expired. | Ramón García | 1 | -17/+28 |
2025-03-18 | gpgsm: Avoid increasing error count when enumerating an expired cert. | Ramón García | 3 | -30/+42 |
2025-03-18 | gpgsm: When selecting certs also skip certificates too young. | Ramón García | 1 | -1/+2 |
2025-03-18 | gpgsm: select unexpired certificates skipping expired ones | Ramón García | 3 | -11/+55 |
2025-03-17 | gpgsm: Extend --learn-card by an optional s/n argument. | Werner Koch | 3 | -6/+12 |
2025-02-12 | gpgsm: Remove unused function. | Werner Koch | 2 | -58/+0 |
2025-01-29 | gpgsm: Allow unattended PKCS#12 export without passphrase. | Werner Koch | 4 | -14/+34 |
2025-01-29 | gpgsm: Allow CSR generation with an unprotected key. | Werner Koch | 3 | -6/+12 |
2024-10-23 | gpgsm: Terminate key listing on output write error. | Werner Koch | 4 | -15/+74 |
2024-10-15 | gpgsm: Fix cached istrusted lookup. | Werner Koch | 1 | -0/+2 |
2024-10-14 | dirmngr: Print a brief list of URLs with LISTCRLS. | Werner Koch | 1 | -0/+2 |
2024-10-08 | common,gpg,scd,sm: Fix for Curve25519 OID supporting new and old. | NIIBE Yutaka | 2 | -2/+2 |
2024-10-08 | common,gpg,scd,sm: Use openpgp_oid_or_name_to_curve to get curve. | NIIBE Yutaka | 1 | -2/+1 |
2024-10-04 | gpgsm: Add compatibility flag no-keyinfo-cache | Werner Koch | 3 | -0/+9 |
2024-10-02 | gpgsm: Implement a cache for the KEYINFO queries. | Werner Koch | 4 | -20/+154 |
2024-10-02 | gpgsm: Use a cache for ISTRUSTED queries. | Werner Koch | 1 | -19/+122 |
2024-10-01 | gpgsm: Possible improvement for some rare P12 files. | Werner Koch | 1 | -1/+1 |
2024-09-30 | gpgsm: Silence messages about dirmngr cache lookup failed. | Werner Koch | 1 | -2/+14 |
2024-09-30 | gpgsm: Silence the fingerprint output in quiet mode. | Werner Koch | 1 | -5/+9 |
2024-09-30 | gpgsm: Use a cache to speed up parent certificate lookup. | Werner Koch | 3 | -8/+114 |
2024-09-27 | sm: Optmize clearing of the ephemeral flag. | Werner Koch | 1 | -0/+13 |
2024-09-11 | gpgsm: New option --assert-signer | Werner Koch | 3 | -2/+162 |
2024-08-06 | sm: More improvements for PKCS#12 parsing for latest IVBB changes. | Werner Koch | 1 | -104/+165 |
2024-08-06 | sm: Add a debug helper command to t-minip12.c | Werner Koch | 1 | -1/+192 |
2024-07-09 | Use gpgrt_process_spawn API from libgpg-error. | NIIBE Yutaka | 2 | -2/+0 |
2024-06-21 | sm: Emit user IDs in colon mode even if the Subject is empty. | Werner Koch | 1 | -20/+31 |
2024-05-31 | indent: Fix spelling | Daniel Kahn Gillmor | 12 | -20/+20 |
2024-05-28 | gpgsm: Avoid double free when checking rsaPSS signatures. | Jakub Jelen | 1 | -2/+0 |
2024-05-28 | gpgsm: Silence a lint warning | Werner Koch | 1 | -1/+1 |
2024-03-27 | gpgsm: Allow to add extensions at the --gen-key prompt. | Werner Koch | 2 | -0/+10 |
2024-03-26 | gpg,gpgsm: New option --disable-fd-translation. | Werner Koch | 1 | -0/+6 |
2024-02-27 | Allow tilde expansion for the foo-program options. | Werner Koch | 2 | -6/+16 |
2024-02-05 | gpgsm: Increase salt size in pkcs#12 parser. | Werner Koch | 1 | -1/+1 |
2024-02-05 | gpgsm: cleanup on error paths | Ángel González | 1 | -19/+22 |
2024-01-23 | sm: Fix ECDH encryption with dhSinglePass-stdDH-sha384kdf-scheme. | NIIBE Yutaka | 1 | -1/+1 |
2024-01-15 | gpgsm: Allow parsing of PKCS#12 files with two private keys. | Werner Koch | 4 | -91/+133 |
2024-01-15 | gpgsm: Improve the status line for --verify errors. | Werner Koch | 1 | -1/+6 |
2023-12-18 | keyboxd: Pass lock info back to gpg and gpgsm. | Werner Koch | 1 | -2/+21 |
2023-11-27 | gpgsm: Set validity flag in keylisting to n for untrusted root cert. | Werner Koch | 1 | -0/+2 |
2023-11-14 | gpg,gpgsm: Hide password in debug output also for asked passwords. | Werner Koch | 1 | -0/+5 |
2023-11-14 | gpgsm: Re-introduce the bad passphrase hint for pkcs#12. | Werner Koch | 1 | -0/+2 |
2023-11-09 | gpg,sm: Set confidential in assuan communication for password. | NIIBE Yutaka | 1 | -0/+2 |
2023-11-09 | gpg,sm: Set confidential in assuan communication for password. | NIIBE Yutaka | 1 | -0/+2 |
2023-11-08 | gpgsm: Support ECDSA in de-vs mode. | Werner Koch | 3 | -3/+5 |
2023-11-08 | gpgsm: Cleanup of legacy variable name use. | Werner Koch | 2 | -117/+89 |
2023-10-24 | sm: Flag Brainpool curves as compliant for all other operations. | Werner Koch | 8 | -25/+27 |
2023-10-24 | sm: Flag Brainpool curves as compliant. | Werner Koch | 1 | -3/+3 |
2023-10-24 | common: Provide API to parse BER/TLV encodings. | Werner Koch | 1 | -793/+67 |
2023-10-24 | sm: Another partly rewrite of minip12.c | Werner Koch | 1 | -182/+319 |