aboutsummaryrefslogtreecommitdiffstats
path: root/src/libtls/tls.h
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2010-09-03 11:45:55 +0200
committerMartin Willi <martin@revosec.ch>2010-09-03 14:54:43 +0200
commit37a59a8fbfc6f3203ecf79d9294fc10af981baf0 (patch)
treed191131092609f749d3e49ee5311ae261e46d55d /src/libtls/tls.h
parent141d7f7abd179fbc3f5c46e2f66fb75b01342886 (diff)
downloadstrongswan-37a59a8fbfc6f3203ecf79d9294fc10af981baf0.tar.bz2
strongswan-37a59a8fbfc6f3203ecf79d9294fc10af981baf0.tar.xz
Support for EC curve Hello extension, EC curve fallback
Diffstat (limited to 'src/libtls/tls.h')
-rw-r--r--src/libtls/tls.h4
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,
};