From 439cb7de7abfbf57fd2eb003abb51c595f442df4 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.3 --- CHANGES.md | 12 ++++++------ README.md | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 4f9c6e6873815..e2579af778f65 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -22,6 +22,12 @@ OpenSSL Releases OpenSSL 3.1 ----------- +### Changes between 3.1.3 and 3.1.3+quic [6 Oct 2023] + + * Add QUIC API support from BoringSSL. + + *Todd Short* + ### Changes between 3.1.3 and 3.1.4 [24 Oct 2023] * Fix incorrect key and IV resizing issues when calling EVP_EncryptInit_ex2(), @@ -296,12 +302,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..6f627da5fa465 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.3%2Bquic/README-OpenSSL.md) This fork adds APIs that can be used by QUIC implementations for connection handshakes. Quoting the IETF Working group