From 37a59a8fbfc6f3203ecf79d9294fc10af981baf0 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Fri, 3 Sep 2010 11:45:55 +0200 Subject: Support for EC curve Hello extension, EC curve fallback --- src/libtls/tls.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/libtls/tls.h') diff --git a/src/libtls/tls.h b/src/libtls/tls.h index 2bed4cb36..de0d922bb 100644 --- a/src/libtls/tls.h +++ b/src/libtls/tls.h @@ -104,6 +104,10 @@ enum tls_purpose_t { * TLS Hello extension types. */ enum tls_extension_t { + /** supported elliptic curves */ + TLS_EXT_ELLIPTIC_CURVES = 10, + /** supported point formats */ + TLS_EXT_EC_POINT_FORMATS = 11, /** supported signature algorithms */ TLS_EXT_SIGNATURE_ALGORITHMS = 13, }; -- cgit v1.2.3