summaryrefslogtreecommitdiffstats
path: root/src/tests/tests.c
diff options
context:
space:
mode:
authorMichael Brown2012-03-18 14:28:36 +0100
committerMichael Brown2012-03-18 14:37:56 +0100
commit7fb064470f8a7128daab3ed52e954f4269214f75 (patch)
tree03b26eee124289579b71f48edcbba022b28b1579 /src/tests/tests.c
parent[crypto] Add native RSA algorithm (diff)
downloadipxe-7fb064470f8a7128daab3ed52e954f4269214f75.tar.gz
ipxe-7fb064470f8a7128daab3ed52e954f4269214f75.tar.xz
ipxe-7fb064470f8a7128daab3ed52e954f4269214f75.zip
[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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/tests.c b/src/tests/tests.c
index 278addee..cccb29a9 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 );