You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 10, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,14 @@
1
1
What This Is
2
2
============
3
3
4
+
**This repository is now archived. We only tracked up through 3.1.7 and then, because
5
+
it became too difficult as OpenSSL added more code to their implementation of
6
+
QUIC, we moved to becoming a full fork of OpenSSL. We encourage you to see that
7
+
respository's [README](https://github.com/quictls/quictls/blob/main/README.md) If there
8
+
features you would like to see from more recent OpenSSL releases, please
9
+
[report an issue](https://github.com/quictls/quictls/issues), or -- better yet :) --
10
+
make a [pull request](https://github.com/quictls/quictls/pulls).**
11
+
4
12
This is a fork of [OpenSSL](https://www.openssl.org) to enable QUIC. In addition
5
13
to the website, the official source distribution is at
6
14
<https://github.com/openssl/openssl>. The OpenSSL `README` can be found at
@@ -15,6 +23,7 @@ should use the official OpenSSL distributions.
15
23
The APIs here are used by Microsoft's
16
24
[MsQuic](https://github.com/microsoft/msquic) and Google's
0 commit comments