aboutsummaryrefslogtreecommitdiffstats
path: root/sm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * sm: Flag Brainpool curves as compliant for all other operations.Werner Koch2023-10-248-25/+27
| * sm: Flag Brainpool curves as compliant.Werner Koch2023-10-241-3/+3
| * common: Provide API to parse BER/TLV encodings.Werner Koch2023-10-241-793/+67
| * sm: Another partly rewrite of minip12.cWerner Koch2023-10-241-182/+319
| * doc: Minor typo fixes.Werner Koch2023-10-181-1/+3
| * gpgsm: Improvements for NDEF in the pkcs#12 parserWerner Koch2023-10-101-10/+23
| * sm: Support more HMAC algos in the pkcs#12 parser.Werner Koch2023-10-062-15/+128
| * sm: Improve the octet string cramming for pkcs#12Werner Koch2023-10-051-17/+62
| * gpgsm: Add --always-trust feature.Werner Koch2023-08-315-7/+59
* | common: Prepare for more flags in start_new_service.Werner Koch2023-08-293-3/+6
* | gpg,agent,kbx,sm,scd,tpm2d,g13: Use assuan_control.NIIBE Yutaka2023-08-031-0/+1
* | agent,dirmgr,gpg,g13,kbx,scd,sm,tmp2d: Remove ASSUAN_SYSTEM_NPTH.NIIBE Yutaka2023-08-031-5/+0
* | sm: Use estream for I/O.NIIBE Yutaka2023-07-258-205/+203
* | common: Introduce FD_DBG to display gnupg_fd_t value.NIIBE Yutaka2023-07-181-2/+2
* | sm: Fix open_es_fread and open_es_fwrite for gnupg_fd_t.NIIBE Yutaka2023-07-131-8/+10
* | sm: Use open_stream_nc for do_listkeys.NIIBE Yutaka2023-07-131-3/+3
* | sm: Use gnupg_fd_t and open_stream_nc for assuan_get_input_fd.NIIBE Yutaka2023-07-131-11/+11
* | sm: Use open_stream_nc for HANDLE by assuan_get_output_fd.NIIBE Yutaka2023-07-131-18/+21
* | Merge branch 'STABLE-BRANCH-2-4' into masterWerner Koch2023-07-0412-893/+2094
|\|
| * gpgsm: Init a diagnostic var.Werner Koch2023-07-041-1/+1
| * sm: Adding missing stuff to the PKCS#12 parser rewrite.Werner Koch2023-06-292-89/+171
| * sm: Major rewrite of the PKCS#12 parserWerner Koch2023-06-285-792/+1859
| * sm: Remove duplicated code.Werner Koch2023-06-281-81/+28
| * gpgsm: Support SENDCERT_SKI for --call-dirmngrWerner Koch2023-06-191-9/+36
| * gpgsm: New option --input-size-hint.Werner Koch2023-06-157-0/+23
| * gpgsm: Fix last commitWerner Koch2023-06-151-9/+1
| * gpgsm: Print PROGRESS status lines.Werner Koch2023-06-156-3/+66
| * w32: Add missing supportedOS Ids for Windows-10Werner Koch2023-05-241-0/+1
| * w32: Add missing manifests and set a requestedExecutionLevel.Werner Koch2023-05-243-1/+30
| * sm: Emit STATUS_FAILURE for non-implemented commands.Werner Koch2023-05-222-5/+13
* | common,gpg,sm,tools: Don't remove translate_sys2libc_fd_int.NIIBE Yutaka2023-06-271-6/+6
* | gpg,sm,tools: Use string for option --*-fd.NIIBE Yutaka2023-06-231-6/+6
* | kbx: Fix datastream_thread and use the data pipe.NIIBE Yutaka2023-06-071-3/+10
* | w32: Add missing supportedOS Ids for Windows-10Werner Koch2023-05-241-0/+1
* | w32: Add missing manifests and set a requestedExecutionLevel.Werner Koch2023-05-243-1/+30
* | sm: Emit STATUS_FAILURE for non-implemented commands.Werner Koch2023-05-241-4/+12
* | gpg: Improve error code for file already exists.Werner Koch2023-05-241-1/+1
|/
* kbx: Use custom estream bufferingWerner Koch2023-05-081-0/+6
* kbx: Add extra flags to fopen for use by Windows.Werner Koch2023-05-041-1/+1
* gpgsm: Cache the non-existence of the policy file.Werner Koch2023-05-041-2/+17
* Use the keyboxd for a fresh installWerner Koch2023-04-041-4/+24
* agent: Add trustlist flag "de-vs".Werner Koch2023-04-033-2/+7
* gpgsm: Create binary detached sigs with definite form length octets.Werner Koch2023-04-031-4/+251
* gpgsm: Remove conditional compilation for older libksba versions.Werner Koch2023-03-312-18/+5
* gpgsm: New option --no-pretty-dnWerner Koch2023-03-163-2/+16
* dirmngr: Add command "GETINFO stats".Werner Koch2023-03-101-0/+3
* dirmngr: Distinguish between "no crl" and "crl not trusted".Werner Koch2023-03-091-0/+1
* gpg,gpgsm: New option --log-timeWerner Koch2023-03-081-0/+10
* gpgsm: Strip trailing zeroes from detached signatures.Werner Koch2023-03-081-2/+8
* gpgsm: Improve cert lookup callback from dirmngr.Werner Koch2023-02-263-5/+13