mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-23 17:25:38 +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
|
||||
*
|
||||
* Enable support for the DTLS Connection ID extension which
|
||||
* allows to identify DTLS connections across changes in the
|
||||
* underlying transport.
|
||||
* Enable support for the DTLS Connection ID extension
|
||||
* (version draft-ietf-tls-dtls-connection-id-04)
|
||||
* which allows to identify DTLS connections across changes
|
||||
* in the underlying transport.
|
||||
*
|
||||
* Setting this option enables the SSL APIs `mbedtls_ssl_set_cid()`
|
||||
* and `mbedtls_ssl_get_peer_cid()`. See their documentation for more
|
||||
|
|
Loading…
Reference in a new issue