commit | faba220672a304500e59ffb811e38fc1122d865d | [log] [tgz] |
---|---|---|
author | Paul Elliott <paul.elliott@arm.com> | Thu Nov 18 22:35:48 2021 +0000 |
committer | Paul Elliott <paul.elliott@arm.com> | Fri Dec 10 18:08:31 2021 +0000 |
tree | 87e2a8ef87f2bc3a5a42218ecfedc9057a9cb213 | |
parent | 6b5707c90a67bb562eec20d5937ab0c09b868eb0 [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 a8e7523..c5d484f 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt
@@ -120,6 +120,7 @@ add_test_suite(pkcs1_v15) add_test_suite(pkcs1_v21) add_test_suite(pkcs5) +add_test_suite(pkcs12) add_test_suite(pk) add_test_suite(pkparse) add_test_suite(pkwrite)