mirror of
https://github.com/ipxe/ipxe
synced 2026-01-02 09:52:49 +03:00
[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>
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user