X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=ssl%2Ftls1.h;h=c59a02fee39523a40f92e9202fd36ce10b8ed085;hb=e83aefb3a0c645c77849f889bc166935b2cc935c;hp=4d087e0a2bd14b00dc87c25e29e63825374d9829;hpb=18d7158809c9722f4c6d2a8af7513577274f9b56;p=openssl.git diff --git a/ssl/tls1.h b/ssl/tls1.h index 4d087e0a2b..c59a02fee3 100644 --- a/ssl/tls1.h +++ b/ssl/tls1.h @@ -285,6 +285,11 @@ extern "C" { /* Flag set for unrecognised algorithms */ #define TLSEXT_nid_unknown 0x1000000 +/* ECC curves */ + +#define TLSEXT_curve_P_256 23 +#define TLSEXT_curve_P_384 24 + #ifndef OPENSSL_NO_TLSEXT #define TLSEXT_MAXLEN_host_name 255