aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cms/samplekeys/README (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sm: Major rewrite of the PKCS#12 parserWerner Koch2023-06-281-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 Koch2021-05-311-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.