signature-params: Add functions to parse/build ASN.1 RSASSA-PSS params

This commit is contained in:
Tobias Brunner
2017-11-08 16:48:10 +01:00
parent c2b878cd61
commit a22316520b
7 changed files with 421 additions and 1 deletions
+2 -1
View File
@@ -56,7 +56,8 @@ tests_SOURCES = tests.h tests.c \
suites/test_test_rng.c \
suites/test_mgf1.c \
suites/test_ntru.c \
suites/test_ed25519.c
suites/test_ed25519.c \
suites/test_signature_params.c
tests_CFLAGS = \
-I$(top_srcdir)/src/libstrongswan \