1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

Merge pull request #6264 from hannestschofenig/rfc9146_2

CID update to RFC 9146
This commit is contained in:
Manuel Pégourié-Gonnard
2022-11-29 09:25:14 +01:00
committed by GitHub
9 changed files with 259 additions and 79 deletions

View File

@ -226,9 +226,6 @@ static int ssl_write_cid_ext( mbedtls_ssl_context *ssl,
size_t ext_len;
/*
* Quoting draft-ietf-tls-dtls-connection-id-05
* https://tools.ietf.org/html/draft-ietf-tls-dtls-connection-id-05
*
* struct {
* opaque cid<0..2^8-1>;
* } ConnectionId;