mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
sm: Major rewrite of the PKCS#12 parser
* 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
This commit is contained in:
parent
c926967d85
commit
101433dfb4
7 changed files with 1951 additions and 870 deletions
|
@ -77,8 +77,8 @@ gpgsm_LDFLAGS =
|
|||
gpgsm_DEPENDENCIES = $(resource_objs)
|
||||
|
||||
|
||||
module_tests =
|
||||
module_maint_tests = t-minip12
|
||||
module_tests = t-minip12
|
||||
module_maint_tests =
|
||||
|
||||
t_common_src =
|
||||
t_common_ldadd = $(libcommon) $(LIBGCRYPT_LIBS) $(KSBA_LIBS) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue