mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 11:15:39 +01:00
Expand CID to Connection ID in documentation of mbedtls_ssl_conf_cid
This commit is contained in:
parent
6ae14c086d
commit
1125952107
@ -2320,8 +2320,9 @@ void mbedtls_ssl_conf_ciphersuites( mbedtls_ssl_config *conf,
|
|||||||
#define MBEDTLS_SSL_UNEXPECTED_CID_IGNORE 0
|
#define MBEDTLS_SSL_UNEXPECTED_CID_IGNORE 0
|
||||||
#define MBEDTLS_SSL_UNEXPECTED_CID_FAIL 1
|
#define MBEDTLS_SSL_UNEXPECTED_CID_FAIL 1
|
||||||
/**
|
/**
|
||||||
* \brief Specify the length of CIDs for incoming encrypted DTLS
|
* \brief Specify the length of Connection IDs for incoming
|
||||||
* records and specify the behaviour on unexpected CIDs.
|
* encrypted DTLS records, as well as the behaviour
|
||||||
|
* on unexpected CIDs.
|
||||||
*
|
*
|
||||||
* By default, the CID length is set to \c 0,
|
* By default, the CID length is set to \c 0,
|
||||||
* and unexpected CIDs are silently ignored.
|
* and unexpected CIDs are silently ignored.
|
||||||
|
Loading…
Reference in New Issue
Block a user