From 7eaaadf0b3a5be113d85418b1d653d4fc4c819c6 Mon Sep 17 00:00:00 2001 From: Watson Ladd Date: Tue, 3 Sep 2024 09:24:53 -0700 Subject: [PATCH] QUIC: Update README and CHANGES for 3.1.7 --- CHANGES.md | 6 ++++++ README.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 68d1b9a8f9ee4..db2399a80ddae 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -22,6 +22,12 @@ OpenSSL Releases OpenSSL 3.1 ----------- +### Changes between 3.1.7 and 3.1.7+quic [3 Sep 2024] + +* Added BoringSSL QUIC API support + + *Todd Short* + ### Changes between 3.1.6 and 3.1.7 [3 Sep 2024] * Fixed possible denial of service in X.509 name checks. diff --git a/README.md b/README.md index d83f2b2f6580d..0a33a344b264b 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.6%2Bquic/README-OpenSSL.md) +[README-OpenSSL.md](https://github.com/quictls/openssl/blob/openssl-3.1.7%2Bquic/README-OpenSSL.md) This fork adds APIs that can be used by QUIC implementations for connection handshakes. Quoting the IETF Working group