diff --git a/CHANGES.md b/CHANGES.md index d54439a394ee8..d7b00212e778f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -22,6 +22,12 @@ OpenSSL Releases OpenSSL 3.1 ----------- +### Changes between 3.1.5 and 3.1.5+quic [30 Jan 2024] + + * Add QUIC API support from BoringSSL. + + *Todd Short* + ### Changes between 3.1.4 and 3.1.5 [30 Jan 2024] * A file in PKCS12 format can contain certificates and keys and may come from @@ -380,12 +386,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