mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-24 12:55:41 +00:00
Reference CID Draft in Connection ID documentation in config.h
This commit is contained in:
parent
7cf463e3cc
commit
9742809531
|
@ -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…
Reference in a new issue