diff options
author | Michael Brown <mcb30@ipxe.org> | 2012-03-18 13:28:36 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2012-03-18 13:37:56 +0000 |
commit | 7fb064470f8a7128daab3ed52e954f4269214f75 (patch) | |
tree | 03b26eee124289579b71f48edcbba022b28b1579 /src/tests/tests.c | |
parent | 299dedcff06770282c5aae5ce9558fe016750e5d (diff) | |
download | ipxe-7fb064470f8a7128daab3ed52e954f4269214f75.tar.gz |
[test] Add self-tests for RSA
Add self-tests for the RSA algorithm using test vectors generated with
the openssl tools.
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/tests/tests.c')
-rw-r--r-- | src/tests/tests.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/tests.c b/src/tests/tests.c index 278addee2..cccb29a99 100644 --- a/src/tests/tests.c +++ b/src/tests/tests.c @@ -34,3 +34,4 @@ REQUIRE_OBJECT ( aes_cbc_test ); REQUIRE_OBJECT ( hmac_drbg_test ); REQUIRE_OBJECT ( hash_df_test ); REQUIRE_OBJECT ( bigint_test ); +REQUIRE_OBJECT ( rsa_test ); |