[crypto] Add definitions and tests for the NIST P-384 elliptic curve

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2025-01-30 15:35:34 +00:00
parent bc5f3dbe3e
commit c85de315a6
9 changed files with 379 additions and 0 deletions

View File

@@ -87,3 +87,4 @@ REQUIRE_OBJECT ( mschapv2_test );
REQUIRE_OBJECT ( uuid_test );
REQUIRE_OBJECT ( editstring_test );
REQUIRE_OBJECT ( p256_test );
REQUIRE_OBJECT ( p384_test );