Reference CID Draft in Connection ID documentation in config.h

This commit is contained in:
Hanno Becker 2019-04-23 11:36:56 +01:00
parent 7cf463e3cc
commit 9742809531

View file

@ -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