Skip to content

Commit

Permalink
Fix issue #8215 : add missing requires documentation in mbedtls_config.h
Browse files Browse the repository at this point in the history
Add missing requirements MBEDTLS_SSL_PROTO_TLS1_2 to option MBEDTLS_SSL_RENEGOTIATION documentation.

Signed-off-by: jnmeurisse <[email protected]>
  • Loading branch information
jnmeurisse authored Sep 16, 2023
1 parent 170be45 commit 83f0a65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/mbedtls/mbedtls_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -1672,6 +1672,8 @@
* it has been associated with security issues in the past and is easy to
* misuse/misunderstand.
*
* Requires: MBEDTLS_SSL_PROTO_TLS1_2
*
* Comment this to disable support for renegotiation.
*
* \note Even if this option is disabled, both client and server are aware
Expand Down

0 comments on commit 83f0a65

Please sign in to comment.