Fix issue #8215 : add missing requires documentation in mbedtls_config.h

Add missing requirements MBEDTLS_SSL_PROTO_TLS1_2 to option MBEDTLS_SSL_RENEGOTIATION documentation.

Signed-off-by: jnmeurisse <88129653+jnmeurisse@users.noreply.github.com>
This commit is contained in:
jnmeurisse 2023-09-16 18:12:18 +02:00 committed by GitHub
parent 170be457bd
commit 83f0a65d71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1672,6 +1672,8 @@
* it has been associated with security issues in the past and is easy to * it has been associated with security issues in the past and is easy to
* misuse/misunderstand. * misuse/misunderstand.
* *
* Requires: MBEDTLS_SSL_PROTO_TLS1_2
*
* Comment this to disable support for renegotiation. * Comment this to disable support for renegotiation.
* *
* \note Even if this option is disabled, both client and server are aware * \note Even if this option is disabled, both client and server are aware