diff options
author | Werner Koch <wk@gnupg.org> | 2023-06-28 17:33:24 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2023-06-28 17:34:19 +0200 |
commit | 101433dfb42b333e48427baf9dd58ac4787c9786 (patch) | |
tree | 34bddebb7e77d36f3b200b3c6ce2a1b603769441 /sm/Makefile.am | |
parent | sm: Remove duplicated code. (diff) | |
download | gnupg2-101433dfb42b333e48427baf9dd58ac4787c9786.tar.xz gnupg2-101433dfb42b333e48427baf9dd58ac4787c9786.zip |
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
Diffstat (limited to 'sm/Makefile.am')
-rw-r--r-- | sm/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sm/Makefile.am b/sm/Makefile.am index 03de7026a..ee728e851 100644 --- a/sm/Makefile.am +++ b/sm/Makefile.am @@ -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) \ |