aboutsummaryrefslogtreecommitdiffstats
path: root/src/libtls/tls.h
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2011-04-14 16:54:34 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2011-04-14 16:54:46 +0200
commita9ee43e96a87d9831ab3cc121299854c978c571b (patch)
tree799bd0c42bbeb177a652a2a108dbad38436b9c3d /src/libtls/tls.h
parent2a277867be939becee9e52a35385a5583ccc8af5 (diff)
downloadstrongswan-a9ee43e96a87d9831ab3cc121299854c978c571b.tar.bz2
strongswan-a9ee43e96a87d9831ab3cc121299854c978c571b.tar.xz
added TLS renegotiation_info extension
Diffstat (limited to 'src/libtls/tls.h')
-rw-r--r--src/libtls/tls.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libtls/tls.h b/src/libtls/tls.h
index af24cfc31..74c418f33 100644
--- a/src/libtls/tls.h
+++ b/src/libtls/tls.h
@@ -126,6 +126,8 @@ enum tls_extension_t {
TLS_EXT_EC_POINT_FORMATS = 11,
/** list supported signature algorithms */
TLS_EXT_SIGNATURE_ALGORITHMS = 13,
+ /** cryptographic binding for RFC 5746 renegotiation indication */
+ TLS_EXT_RENEGOTIATION_INFO = 65281,
};
/**