commit | 9dcc32236b7cb249093f4f985253b8c834790ce2 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Tue Mar 08 14:16:06 2011 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Mar 08 14:16:06 2011 +0000 |
tree | 73e7bcdc2b377bf65d248b3eb3f845c6cf02a93f | |
parent | fea43a2501d77b4ec0fee48c94a941b19612fe4a [diff] [blame] |
- Added support for PKCS#1 v2.1 encoding and thus support for the RSAES-OAEP and RSASSA-PSS operations (enabled by POLARSSL_PKCS1_V21)
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 1bea361..2e813f7 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt
@@ -38,3 +38,4 @@ add_test_suite(x509parse) add_test_suite(debug) add_test_suite(version) +add_test_suite(pkcs1_v21)