commit | 13d5a3429a56f5158266517cfd58f3c724795f78 | [log] [tgz] |
---|---|---|
author | Paul Elliott <paul.elliott@arm.com> | Thu Nov 18 22:35:48 2021 +0000 |
committer | Paul Elliott <paul.elliott@arm.com> | Mon Dec 13 11:14:23 2021 +0000 |
tree | 67ab1212992e1637f4c7491bc8714844e27c401f | |
parent | 7412eb4bc23ff069254c1f3f7d14c2c058157e94 [diff] [blame] |
Add PKCS12 tests Only regression tests for the empty password bugs for now. Further tests will follow later. Signed-off-by: Paul Elliott <paul.elliott@arm.com>
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 75ef44e..f861272 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt
@@ -143,6 +143,7 @@ add_test_suite(pkcs1_v15) add_test_suite(pkcs1_v21) add_test_suite(pkcs5) +add_test_suite(pkcs12) add_test_suite(pkparse) add_test_suite(pkwrite) add_test_suite(poly1305)