commit | d663543004e5bdd74e98585807c78b060f5140e8 | [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 Nov 22 10:10:24 2021 +0000 |
tree | 550c2ee9bc20094e149c5aabe030bbfc685be30c | |
parent | 4086bdbe37839e8be594ff5b6e42cad74f60e272 [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 41dceed..909046d 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt
@@ -216,6 +216,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)