Update references to CID draft to version 5

This commit is contained in:
Hanno Becker 2019-05-15 10:07:44 +01:00
parent 56f81c7178
commit 4cac442211
3 changed files with 4 additions and 4 deletions

View file

@ -1330,7 +1330,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.
*

View file

@ -486,7 +486,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>;

View file

@ -493,7 +493,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>;
@ -2210,7 +2210,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>;