Slightly reword documentation of mbedtls_ssl_set_cid()

This commit is contained in:
Hanno Becker 2019-05-15 10:12:11 +01:00
parent 08cd9db836
commit 5cc145d4db

View File

@ -1557,9 +1557,9 @@ void mbedtls_ssl_set_bio( mbedtls_ssl_context *ssl,
* in their header, and adds the peer's requested CID to the * in their header, and adds the peer's requested CID to the
* headers of outgoing messages. * headers of outgoing messages.
* *
* This API allows to enable/disable the use of the CID * This API enables or disables the use of the CID extension
* extension in the next handshake and to set the value of * in the next handshake and sets the value of the CID to
* the CID to be used for incoming messages. * be used for incoming messages.
* *
* \param ssl The SSL context to configure. This must be initialized. * \param ssl The SSL context to configure. This must be initialized.
* \param enable This value determines whether the CID extension should * \param enable This value determines whether the CID extension should