aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/tls.h
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/include/ipxe/tls.h
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/include/ipxe/tls.h')
-rw-r--r--src/include/ipxe/tls.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/tls.h b/src/include/ipxe/tls.h
index 685c62e6d..7abbe4ff9 100644
--- a/src/include/ipxe/tls.h
+++ b/src/include/ipxe/tls.h
@@ -128,6 +128,7 @@ struct tls_header {
/* TLS named curve extension */
#define TLS_NAMED_CURVE 10
#define TLS_NAMED_CURVE_SECP256R1 23
+#define TLS_NAMED_CURVE_SECP384R1 24
#define TLS_NAMED_CURVE_X25519 29
/* TLS signature algorithms extension */