aboutsummaryrefslogtreecommitdiffstats
path: root/src/libtls/tls.h
diff options
context:
space:
mode:
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,
};
/**