aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/tests.c
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2025-01-30 15:35:34 +0000
committerMichael Brown <mcb30@ipxe.org>2025-01-30 15:35:34 +0000
commitc85de315a601d95a6348c4caf5d3af6b146274b7 (patch)
treeaabf897aa6df9c4cca11fa9b67f1ab7d33dde99e /src/tests/tests.c
parentbc5f3dbe3e03bc67a846981c1fb93206f5557283 (diff)
downloadipxe-c85de315a601d95a6348c4caf5d3af6b146274b7.tar.gz
[crypto] Add definitions and tests for the NIST P-384 elliptic curve
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 a1659fb29..96687423f 100644
--- a/src/tests/tests.c
+++ b/src/tests/tests.c
@@ -87,3 +87,4 @@ REQUIRE_OBJECT ( mschapv2_test );
REQUIRE_OBJECT ( uuid_test );
REQUIRE_OBJECT ( editstring_test );
REQUIRE_OBJECT ( p256_test );
+REQUIRE_OBJECT ( p384_test );