| Commit message (Expand) | Author | Files | Lines |
2024-07-02 | Use gpgrt_process_spawn functions 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 |
2023-10-18 | doc: Minor typo fixes. | Werner Koch | 1 | -1/+3 |
2023-10-10 | gpgsm: Improvements for NDEF in the pkcs#12 parser | Werner Koch | 1 | -10/+23 |
2023-10-06 | sm: Support more HMAC algos in the pkcs#12 parser. | Werner Koch | 2 | -15/+128 |
2023-10-05 | sm: Improve the octet string cramming for pkcs#12 | Werner Koch | 1 | -17/+62 |
2023-08-31 | gpgsm: Add --always-trust feature. | Werner Koch | 5 | -7/+59 |
2023-08-29 | common: Prepare for more flags in start_new_service. | Werner Koch | 3 | -3/+6 |
2023-08-03 | gpg,agent,kbx,sm,scd,tpm2d,g13: Use assuan_control. | NIIBE Yutaka | 1 | -0/+1 |
2023-08-03 | agent,dirmgr,gpg,g13,kbx,scd,sm,tmp2d: Remove ASSUAN_SYSTEM_NPTH. | NIIBE Yutaka | 1 | -5/+0 |
2023-07-25 | sm: Use estream for I/O. | NIIBE Yutaka | 8 | -205/+203 |
2023-07-18 | common: Introduce FD_DBG to display gnupg_fd_t value. | NIIBE Yutaka | 1 | -2/+2 |
2023-07-13 | sm: Fix open_es_fread and open_es_fwrite for gnupg_fd_t. | NIIBE Yutaka | 1 | -8/+10 |
2023-07-13 | sm: Use open_stream_nc for do_listkeys. | NIIBE Yutaka | 1 | -3/+3 |
2023-07-13 | sm: Use gnupg_fd_t and open_stream_nc for assuan_get_input_fd. | NIIBE Yutaka | 1 | -11/+11 |
2023-07-13 | sm: Use open_stream_nc for HANDLE by assuan_get_output_fd. | NIIBE Yutaka | 1 | -18/+21 |
2023-07-04 | gpgsm: Init a diagnostic var. | Werner Koch | 1 | -1/+1 |
2023-06-29 | sm: Adding missing stuff to the PKCS#12 parser rewrite. | Werner Koch | 2 | -89/+171 |
2023-06-28 | sm: Major rewrite of the PKCS#12 parser | Werner Koch | 5 | -792/+1859 |
2023-06-28 | sm: Remove duplicated code. | Werner Koch | 1 | -81/+28 |
2023-06-27 | common,gpg,sm,tools: Don't remove translate_sys2libc_fd_int. | NIIBE Yutaka | 1 | -6/+6 |
2023-06-23 | gpg,sm,tools: Use string for option --*-fd. | NIIBE Yutaka | 1 | -6/+6 |
2023-06-19 | gpgsm: Support SENDCERT_SKI for --call-dirmngr | Werner Koch | 1 | -9/+36 |
2023-06-15 | gpgsm: New option --input-size-hint. | Werner Koch | 7 | -0/+23 |
2023-06-15 | gpgsm: Fix last commit | Werner Koch | 1 | -9/+1 |
2023-06-15 | gpgsm: Print PROGRESS status lines. | Werner Koch | 6 | -3/+66 |
2023-06-07 | kbx: Fix datastream_thread and use the data pipe. | NIIBE Yutaka | 1 | -3/+10 |