mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-04 04:20:43 +00:00
- Added more documentation on disable / enable renegotiation
This commit is contained in:
parent
67f9d534ee
commit
09f097d45f
@ -846,8 +846,12 @@ void ssl_set_max_version( ssl_context *ssl, int major, int minor );
|
|||||||
void ssl_set_min_version( ssl_context *ssl, int major, int minor );
|
void ssl_set_min_version( ssl_context *ssl, int major, int minor );
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \brief Enable / Disable renegotiation support for connection
|
* \brief Enable / Disable renegotiation support for connection when
|
||||||
* (Default: SSL_RENEGOTIATION_ENABLED)
|
* initiated by peer
|
||||||
|
* (Default: SSL_RENEGOTIATION_DISABLED)
|
||||||
|
*
|
||||||
|
* Note: A server with support enabled is more vulnerable for a
|
||||||
|
* resource DoS by a malicious client.
|
||||||
*
|
*
|
||||||
* \param ssl SSL context
|
* \param ssl SSL context
|
||||||
* \param renegotiation Enable or disable (SSL_RENEGOTIATION_ENABLED or
|
* \param renegotiation Enable or disable (SSL_RENEGOTIATION_ENABLED or
|
||||||
|
Loading…
x
Reference in New Issue
Block a user