Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sm: Major rewrite of the PKCS#12 parser | Werner Koch | 2023-06-28 | 1 | -7/+1 |
| | | | | | | | | | | | | | | | | * sm/minip12.c: Reworked most of the parser. (p12_set_verbosity): Add arg debug and change all callers. * sm/t-minip12.c: Major rewrite to run regression tests unattended. * sm/Makefile.am (module_maint_tests): Move t-Minit to ... (module_tests): here. * tests/cms/samplekeys/Description-p12: New. -- Note that cram_octet_string stuff has not yet been reworked. I need to locate the sample files first. GnuPG-bug-id: 6536 | ||||
* | tests: Rename subdir gpgsm to cms and move sample dirs. | Werner Koch | 2021-05-31 | 1 | -0/+24 |
-- It does not make sense to have the cms stuff at the top level but the openpgp at a dedicated directory. This patch fixes that. |