- Added more documentation on disable / enable renegotiation
This commit is contained in:
parent
67f9d534ee
commit
09f097d45f
1 changed files with 6 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue