]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[test] Add self-tests for RSA
authorMichael Brown <mcb30@ipxe.org>
Sun, 18 Mar 2012 13:28:36 +0000 (13:28 +0000)
committerMichael Brown <mcb30@ipxe.org>
Sun, 18 Mar 2012 13:37:56 +0000 (13:37 +0000)
commit7fb064470f8a7128daab3ed52e954f4269214f75
tree03b26eee124289579b71f48edcbba022b28b1579
parent299dedcff06770282c5aae5ce9558fe016750e5d
[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>
src/tests/pubkey_test.h [new file with mode: 0644]
src/tests/rsa_test.c [new file with mode: 0644]
src/tests/tests.c