diff options
Diffstat (limited to 'src/libtls/tls.h')
-rw-r--r-- | src/libtls/tls.h | 4 |
1 files changed, 4 insertions, 0 deletions
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, }; |