mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-11 13:55:31 +00:00
Update references to CID draft to version 5
This commit is contained in:
parent
ef2b8b0dcf
commit
75b334f33a
|
@ -1273,7 +1273,7 @@
|
|||
* \def MBEDTLS_SSL_CID
|
||||
*
|
||||
* 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
|
||||
* in the underlying transport.
|
||||
*
|
||||
|
|
|
@ -444,7 +444,7 @@ static void ssl_write_cid_ext( mbedtls_ssl_context *ssl,
|
|||
|
||||
/*
|
||||
* 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 {
|
||||
* opaque cid<0..2^8-1>;
|
||||
|
|
|
@ -451,7 +451,7 @@ static int ssl_parse_cid_ext( mbedtls_ssl_context *ssl,
|
|||
|
||||
/*
|
||||
* 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 {
|
||||
* opaque cid<0..2^8-1>;
|
||||
|
@ -2170,7 +2170,7 @@ static void ssl_write_cid_ext( mbedtls_ssl_context *ssl,
|
|||
|
||||
/*
|
||||
* 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 {
|
||||
* opaque cid<0..2^8-1>;
|
||||
|
|
Loading…
Reference in a new issue