Merge remote-tracking branch 'public/pr/2154' into mbedtls-2.1-proposed

This commit is contained in:
Simon Butcher 2018-11-06 23:33:07 +00:00
commit befdde732e

View File

@ -991,7 +991,7 @@
/** /**
* \def MBEDTLS_SSL_RENEGOTIATION * \def MBEDTLS_SSL_RENEGOTIATION
* *
* Disable support for TLS renegotiation. * Enable support for TLS renegotiation.
* *
* The two main uses of renegotiation are (1) refresh keys on long-lived * The two main uses of renegotiation are (1) refresh keys on long-lived
* connections and (2) client authentication after the initial handshake. * connections and (2) client authentication after the initial handshake.