diff --git a/CHANGES.md b/CHANGES.md index 5d704e5995e46..39f9c7a534dbc 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.2 and 3.1.3 [19 Sep 2023] * Fix POLY1305 MAC implementation corrupting XMM registers on Windows. @@ -288,12 +294,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