mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Clarify that mbedtls_ssl_set_cid() applies to all subsequent HSs
This commit is contained in:
@ -1534,7 +1534,7 @@ void mbedtls_ssl_set_bio( mbedtls_ssl_context *ssl,
|
|||||||
* This parameter is unused if \p enabled is set to
|
* This parameter is unused if \p enabled is set to
|
||||||
* MBEDTLS_SSL_CID_DISABLED.
|
* MBEDTLS_SSL_CID_DISABLED.
|
||||||
*
|
*
|
||||||
* \note This CID configuration applies to the next handshake
|
* \note This CID configuration applies to subsequent handshakes
|
||||||
* performed on the SSL context \p ssl, but does not trigger
|
* performed on the SSL context \p ssl, but does not trigger
|
||||||
* one. You still have to call `mbedtls_ssl_handshake()`
|
* one. You still have to call `mbedtls_ssl_handshake()`
|
||||||
* (for the initial handshake) or `mbedtls_ssl_renegotiate()`
|
* (for the initial handshake) or `mbedtls_ssl_renegotiate()`
|
||||||
|
Reference in New Issue
Block a user