testing: Added RSA PKCS1 encryption tests

This commit is contained in:
Andreas Steffen
2021-11-10 21:06:10 +01:00
parent 6bb5c4f2bb
commit 519db56f2f
3 changed files with 263 additions and 0 deletions
+1
View File
@@ -40,6 +40,7 @@ libstrongswan_tests_SOURCES = tests.h tests.c \
suites/test_array.c \
suites/test_ecdsa.c \
suites/test_rsa.c \
suites/test_rsa_pkcs1.c \
suites/test_rsa_oaep_sha1.c \
suites/test_rsa_oaep_sha224.c \
suites/test_rsa_oaep_sha256.c \