drbg: Implemented NIST SP-800-90A DRBG

This commit is contained in:
Andreas Steffen
2019-10-16 16:46:24 +02:00
parent 2a7937f179
commit 737375a2d2
33 changed files with 2825 additions and 37 deletions
+2 -3
View File
@@ -2,8 +2,7 @@ check_LTLIBRARIES = libtest.la
libtest_la_SOURCES = \
test_suite.c test_suite.h \
test_runner.c test_runner.h \
utils/test_rng.c utils/test_rng.h
test_runner.c test_runner.h
libtest_la_CFLAGS = \
-I$(top_srcdir)/src/libstrongswan \
@@ -54,7 +53,7 @@ libstrongswan_tests_SOURCES = tests.h tests.c \
suites/test_asn1.c \
suites/test_asn1_parser.c \
suites/test_printf.c \
suites/test_test_rng.c \
suites/test_rng_tester.c \
suites/test_mgf1.c \
suites/test_ntru.c \
suites/test_ed25519.c \