mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-29 18:44:21 +01:00
Use full sentences in Doxygen documentation of mbedtls_ssl_set_cid()
This commit is contained in:
parent
08cbc0c19e
commit
08cd9db836
@ -1545,11 +1545,11 @@ void mbedtls_ssl_set_bio( mbedtls_ssl_context *ssl,
|
|||||||
*
|
*
|
||||||
* The DTLS CID extension allows the reliable association of
|
* The DTLS CID extension allows the reliable association of
|
||||||
* DTLS records to DTLS connections across changes in the
|
* DTLS records to DTLS connections across changes in the
|
||||||
* underlying transport (changed IP+Port metadata) by adding
|
* underlying transport (changed IP and Port metadata) by
|
||||||
* explicit connection identifiers (CIDs) to the headers of
|
* adding explicit connection identifiers (CIDs) to the
|
||||||
* encrypted DTLS records. The desired CIDs are configured
|
* headers of encrypted DTLS records. The desired CIDs are
|
||||||
* by the application layer and are exchanged in new
|
* configured by the application layer and are exchanged in
|
||||||
* `ClientHello` / `ServerHello` extensions during the
|
* new `ClientHello` / `ServerHello` extensions during the
|
||||||
* handshake, where each side indicates the CID it wants the
|
* handshake, where each side indicates the CID it wants the
|
||||||
* peer to use when writing encrypted messages. The CIDs are
|
* peer to use when writing encrypted messages. The CIDs are
|
||||||
* put to use once records get encrypted: the stack discards
|
* put to use once records get encrypted: the stack discards
|
||||||
|
Loading…
Reference in New Issue
Block a user