aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/tests.c
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2025-01-22 13:07:23 +0000
committerMichael Brown <mcb30@ipxe.org>2025-01-28 16:57:40 +0000
commitbc5f3dbe3e03bc67a846981c1fb93206f5557283 (patch)
tree7f330866ceef7bb972b5e3bdf130e6b7eddd0c8e /src/tests/tests.c
parentbe9ce490768dd4060fa4737ca5f50777ba6a15a8 (diff)
downloadipxe-bc5f3dbe3e03bc67a846981c1fb93206f5557283.tar.gz
[crypto] Add definitions and tests for the NIST P-256 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 0e9b3e806..a1659fb29 100644
--- a/src/tests/tests.c
+++ b/src/tests/tests.c
@@ -86,3 +86,4 @@ REQUIRE_OBJECT ( des_test );
REQUIRE_OBJECT ( mschapv2_test );
REQUIRE_OBJECT ( uuid_test );
REQUIRE_OBJECT ( editstring_test );
+REQUIRE_OBJECT ( p256_test );