From b0832c9104f4e89c6df258662da3177ec41e414b Mon Sep 17 00:00:00 2001 From: Todd Short Date: Fri, 6 Oct 2023 12:05:19 -0400 Subject: [PATCH] QUIC: Update MD files for 3.1.5 --- CHANGES.md | 12 ++++++------ README.md | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index d5dcedb632517..76923e6c1451f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -22,6 +22,12 @@ OpenSSL Releases OpenSSL 3.1 ----------- +### Changes between 3.1.6 and 3.1.6+quic [4 Jun 2024] + + * Add QUIC API support from BoringSSL. + + *Todd Short* + ### Changes between 3.1.5 and 3.1.6 [4 Jun 2024] * Fixed potential use after free after SSL_free_buffers() is called. @@ -446,12 +452,6 @@ breaking changes, and mappings for the large list of deprecated functions. [Migration guide]: https://github.com/openssl/openssl/tree/master/doc/man7/migration_guide.pod -### Changes between 3.0.8 and 3.0.8+quic [7 Feb 2023] - - * Add QUIC API support from BoringSSL. - - *Todd Short* - ### Changes between 3.0.7 and 3.0.8 [7 Feb 2023] * Fixed NULL dereference during PKCS7 data verification. diff --git a/README.md b/README.md index 90570290f1929..eada105022db7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ What This Is This is a fork of [OpenSSL](https://www.openssl.org) to enable QUIC. In addition to the website, the official source distribution is at . The OpenSSL `README` can be found at -[README-OpenSSL.md](https://github.com/quictls/openssl/blob/openssl-3.1.2%2Bquic/README-OpenSSL.md) +[README-OpenSSL.md](https://github.com/quictls/openssl/blob/openssl-3.1.5%2Bquic/README-OpenSSL.md) This fork adds APIs that can be used by QUIC implementations for connection handshakes. Quoting the IETF Working group