Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit 981771f

Browse files
committed
QUIC: Update MD files for 3.1.3
1 parent dc962c5 commit 981771f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

CHANGES.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ OpenSSL Releases
2222
OpenSSL 3.1
2323
-----------
2424

25+
### Changes between 3.1.3 and 3.1.3+quic [6 Oct 2023]
26+
27+
* Add QUIC API support from BoringSSL.
28+
29+
*Todd Short*
30+
2531
### Changes between 3.1.2 and 3.1.3 [19 Sep 2023]
2632

2733
* Fix POLY1305 MAC implementation corrupting XMM registers on Windows.
@@ -288,12 +294,6 @@ breaking changes, and mappings for the large list of deprecated functions.
288294

289295
[Migration guide]: https://github.com/openssl/openssl/tree/master/doc/man7/migration_guide.pod
290296

291-
### Changes between 3.0.8 and 3.0.8+quic [7 Feb 2023]
292-
293-
* Add QUIC API support from BoringSSL.
294-
295-
*Todd Short*
296-
297297
### Changes between 3.0.7 and 3.0.8 [7 Feb 2023]
298298

299299
* Fixed NULL dereference during PKCS7 data verification.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ What This Is
44
This is a fork of [OpenSSL](https://www.openssl.org) to enable QUIC. In addition
55
to the website, the official source distribution is at
66
<https://github.com/openssl/openssl>. The OpenSSL `README` can be found at
7-
[README-OpenSSL.md](https://github.com/quictls/openssl/blob/openssl-3.1.2%2Bquic/README-OpenSSL.md)
7+
[README-OpenSSL.md](https://github.com/quictls/openssl/blob/openssl-3.1.3%2Bquic/README-OpenSSL.md)
88

99
This fork adds APIs that can be used by QUIC implementations for connection
1010
handshakes. Quoting the IETF Working group

0 commit comments

Comments
 (0)