added TLS renegotiation_info extension

This commit is contained in:
Andreas Steffen
2011-04-14 16:54:46 +02:00
parent 2a277867be
commit a9ee43e96a
2 changed files with 7 additions and 1 deletions
+2
View File
@@ -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,
};
/**