mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-26 02:01:00 +00:00
Update references to CID draft to version 5
This commit is contained in:
parent
56f81c7178
commit
4cac442211
|
@ -1330,7 +1330,7 @@
|
||||||
* \def MBEDTLS_SSL_CID
|
* \def MBEDTLS_SSL_CID
|
||||||
*
|
*
|
||||||
* Enable support for the DTLS Connection ID extension
|
* Enable support for the DTLS Connection ID extension
|
||||||
* (version draft-ietf-tls-dtls-connection-id-04)
|
* (version draft-ietf-tls-dtls-connection-id-05)
|
||||||
* which allows to identify DTLS connections across changes
|
* which allows to identify DTLS connections across changes
|
||||||
* in the underlying transport.
|
* in the underlying transport.
|
||||||
*
|
*
|
||||||
|
|
|
@ -486,7 +486,7 @@ static void ssl_write_cid_ext( mbedtls_ssl_context *ssl,
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Quoting
|
* Quoting
|
||||||
* https://tools.ietf.org/html/draft-ietf-tls-dtls-connection-id-04:
|
* https://tools.ietf.org/html/draft-ietf-tls-dtls-connection-id-05:
|
||||||
*
|
*
|
||||||
* struct {
|
* struct {
|
||||||
* opaque cid<0..2^8-1>;
|
* opaque cid<0..2^8-1>;
|
||||||
|
|
|
@ -493,7 +493,7 @@ static int ssl_parse_cid_ext( mbedtls_ssl_context *ssl,
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Quoting
|
* Quoting
|
||||||
* https://tools.ietf.org/html/draft-ietf-tls-dtls-connection-id-04:
|
* https://tools.ietf.org/html/draft-ietf-tls-dtls-connection-id-05:
|
||||||
*
|
*
|
||||||
* struct {
|
* struct {
|
||||||
* opaque cid<0..2^8-1>;
|
* opaque cid<0..2^8-1>;
|
||||||
|
@ -2210,7 +2210,7 @@ static void ssl_write_cid_ext( mbedtls_ssl_context *ssl,
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Quoting
|
* Quoting
|
||||||
* https://tools.ietf.org/html/draft-ietf-tls-dtls-connection-id-04:
|
* https://tools.ietf.org/html/draft-ietf-tls-dtls-connection-id-05:
|
||||||
*
|
*
|
||||||
* struct {
|
* struct {
|
||||||
* opaque cid<0..2^8-1>;
|
* opaque cid<0..2^8-1>;
|
||||||
|
|
Loading…
Reference in a new issue