mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Reference CID Draft in Connection ID documentation in config.h
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user