Reference CID Draft in Connection ID documentation in config.h
This commit is contained in:
parent
7cf463e3cc
commit
9742809531
1 changed files with 4 additions and 3 deletions
|
@ -1329,9 +1329,10 @@
|
||||||
/**
|
/**
|
||||||
* \def MBEDTLS_SSL_CID
|
* \def MBEDTLS_SSL_CID
|
||||||
*
|
*
|
||||||
* Enable support for the DTLS Connection ID extension which
|
* Enable support for the DTLS Connection ID extension
|
||||||
* allows to identify DTLS connections across changes in the
|
* (version draft-ietf-tls-dtls-connection-id-04)
|
||||||
* underlying transport.
|
* which allows to identify DTLS connections across changes
|
||||||
|
* in the underlying transport.
|
||||||
*
|
*
|
||||||
* Setting this option enables the SSL APIs `mbedtls_ssl_set_cid()`
|
* Setting this option enables the SSL APIs `mbedtls_ssl_set_cid()`
|
||||||
* and `mbedtls_ssl_get_peer_cid()`. See their documentation for more
|
* and `mbedtls_ssl_get_peer_cid()`. See their documentation for more
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue