| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | 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 |
* | | common: Prepare for more flags in start_new_service. | Werner Koch | 2023-08-29 | 3 | -3/+6 |
* | | gpg,agent,kbx,sm,scd,tpm2d,g13: Use assuan_control. | NIIBE Yutaka | 2023-08-03 | 1 | -0/+1 |
* | | agent,dirmgr,gpg,g13,kbx,scd,sm,tmp2d: Remove ASSUAN_SYSTEM_NPTH. | NIIBE Yutaka | 2023-08-03 | 1 | -5/+0 |
* | | sm: Use estream for I/O. | NIIBE Yutaka | 2023-07-25 | 8 | -205/+203 |
* | | common: Introduce FD_DBG to display gnupg_fd_t value. | NIIBE Yutaka | 2023-07-18 | 1 | -2/+2 |
* | | sm: Fix open_es_fread and open_es_fwrite for gnupg_fd_t. | NIIBE Yutaka | 2023-07-13 | 1 | -8/+10 |
* | | sm: Use open_stream_nc for do_listkeys. | NIIBE Yutaka | 2023-07-13 | 1 | -3/+3 |
* | | sm: Use gnupg_fd_t and open_stream_nc for assuan_get_input_fd. | NIIBE Yutaka | 2023-07-13 | 1 | -11/+11 |
* | | sm: Use open_stream_nc for HANDLE by assuan_get_output_fd. | NIIBE Yutaka | 2023-07-13 | 1 | -18/+21 |
* | | Merge branch 'STABLE-BRANCH-2-4' into master | Werner Koch | 2023-07-04 | 12 | -893/+2094 |
|\| |
|
| * | gpgsm: Init a diagnostic var. | Werner Koch | 2023-07-04 | 1 | -1/+1 |
| * | sm: Adding missing stuff to the PKCS#12 parser rewrite. | Werner Koch | 2023-06-29 | 2 | -89/+171 |
| * | sm: Major rewrite of the PKCS#12 parser | Werner Koch | 2023-06-28 | 5 | -792/+1859 |
| * | sm: Remove duplicated code. | Werner Koch | 2023-06-28 | 1 | -81/+28 |
| * | gpgsm: Support SENDCERT_SKI for --call-dirmngr | Werner Koch | 2023-06-19 | 1 | -9/+36 |
| * | gpgsm: New option --input-size-hint. | Werner Koch | 2023-06-15 | 7 | -0/+23 |
| * | gpgsm: Fix last commit | Werner Koch | 2023-06-15 | 1 | -9/+1 |
| * | gpgsm: Print PROGRESS status lines. | Werner Koch | 2023-06-15 | 6 | -3/+66 |
| * | w32: Add missing supportedOS Ids for Windows-10 | Werner Koch | 2023-05-24 | 1 | -0/+1 |
| * | w32: Add missing manifests and set a requestedExecutionLevel. | Werner Koch | 2023-05-24 | 3 | -1/+30 |
| * | sm: Emit STATUS_FAILURE for non-implemented commands. | Werner Koch | 2023-05-22 | 2 | -5/+13 |
* | | common,gpg,sm,tools: Don't remove translate_sys2libc_fd_int. | NIIBE Yutaka | 2023-06-27 | 1 | -6/+6 |
* | | gpg,sm,tools: Use string for option --*-fd. | NIIBE Yutaka | 2023-06-23 | 1 | -6/+6 |
* | | kbx: Fix datastream_thread and use the data pipe. | NIIBE Yutaka | 2023-06-07 | 1 | -3/+10 |
* | | w32: Add missing supportedOS Ids for Windows-10 | Werner Koch | 2023-05-24 | 1 | -0/+1 |
* | | w32: Add missing manifests and set a requestedExecutionLevel. | Werner Koch | 2023-05-24 | 3 | -1/+30 |
* | | sm: Emit STATUS_FAILURE for non-implemented commands. | Werner Koch | 2023-05-24 | 1 | -4/+12 |
* | | gpg: Improve error code for file already exists. | Werner Koch | 2023-05-24 | 1 | -1/+1 |
|/ |
|
* | kbx: Use custom estream buffering | Werner Koch | 2023-05-08 | 1 | -0/+6 |
* | kbx: Add extra flags to fopen for use by Windows. | Werner Koch | 2023-05-04 | 1 | -1/+1 |
* | gpgsm: Cache the non-existence of the policy file. | Werner Koch | 2023-05-04 | 1 | -2/+17 |
* | Use the keyboxd for a fresh install | Werner Koch | 2023-04-04 | 1 | -4/+24 |
* | agent: Add trustlist flag "de-vs". | Werner Koch | 2023-04-03 | 3 | -2/+7 |
* | gpgsm: Create binary detached sigs with definite form length octets. | Werner Koch | 2023-04-03 | 1 | -4/+251 |
* | gpgsm: Remove conditional compilation for older libksba versions. | Werner Koch | 2023-03-31 | 2 | -18/+5 |
* | gpgsm: New option --no-pretty-dn | Werner Koch | 2023-03-16 | 3 | -2/+16 |
* | dirmngr: Add command "GETINFO stats". | Werner Koch | 2023-03-10 | 1 | -0/+3 |
* | dirmngr: Distinguish between "no crl" and "crl not trusted". | Werner Koch | 2023-03-09 | 1 | -0/+1 |
* | gpg,gpgsm: New option --log-time | Werner Koch | 2023-03-08 | 1 | -0/+10 |
* | gpgsm: Strip trailing zeroes from detached signatures. | Werner Koch | 2023-03-08 | 1 | -2/+8 |
* | gpgsm: Improve cert lookup callback from dirmngr. | Werner Koch | 2023-02-26 | 3 | -5/+13 |