Skip to content

Commit

Permalink
QUIC: Update MD files for 3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tmshort committed Jan 30, 2024
1 parent 8c29ea9 commit cb6841b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<https://github.com/openssl/openssl>. 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
Expand Down

0 comments on commit cb6841b

Please sign in to comment.