Update references to CID draft to version 5
diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h
index af28b45..b17bc1a 100644
--- a/include/mbedtls/config.h
+++ b/include/mbedtls/config.h
@@ -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.
*
diff --git a/library/ssl_cli.c b/library/ssl_cli.c
index 110660e..f6d9048 100644
--- a/library/ssl_cli.c
+++ b/library/ssl_cli.c
@@ -444,7 +444,7 @@
/*
* 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>;
diff --git a/library/ssl_srv.c b/library/ssl_srv.c
index 7118b37..bd7f80b 100644
--- a/library/ssl_srv.c
+++ b/library/ssl_srv.c
@@ -451,7 +451,7 @@
/*
* 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 @@
/*
* 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>;