diff options
author | Michael Brown <mcb30@ipxe.org> | 2025-01-22 13:07:23 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2025-01-28 16:57:40 +0000 |
commit | bc5f3dbe3e03bc67a846981c1fb93206f5557283 (patch) | |
tree | 7f330866ceef7bb972b5e3bdf130e6b7eddd0c8e /src/include/ipxe/tls.h | |
parent | be9ce490768dd4060fa4737ca5f50777ba6a15a8 (diff) | |
download | ipxe-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/include/ipxe/tls.h')
-rw-r--r-- | src/include/ipxe/tls.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/tls.h b/src/include/ipxe/tls.h index bf9807230..685c62e6d 100644 --- a/src/include/ipxe/tls.h +++ b/src/include/ipxe/tls.h @@ -127,6 +127,7 @@ struct tls_header { /* TLS named curve extension */ #define TLS_NAMED_CURVE 10 +#define TLS_NAMED_CURVE_SECP256R1 23 #define TLS_NAMED_CURVE_X25519 29 /* TLS signature algorithms extension */ |