Skip to content

Commit 648366a

Browse files
sebastianasnhorman
authored andcommitted
README: Remove client only restriction for QUIC.
The QUIC protocol is also supported on server side. Update the README file accordingly. Signed-off-by: Sebastian Andrzej Siewior <[email protected]> Reviewed-by: Tomas Mraz <[email protected]> Reviewed-by: Matt Caswell <[email protected]> Reviewed-by: Paul Dale <[email protected]> Reviewed-by: Neil Horman <[email protected]> (Merged from openssl#27258)
1 parent ba46275 commit 648366a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ Welcome to the OpenSSL Project
1010
![Daily checks](https://github.com/openssl/openssl/actions/workflows/run-checker-daily.yml/badge.svg)
1111

1212
OpenSSL is a robust, commercial-grade, full-featured Open Source Toolkit
13-
for the TLS (formerly SSL), DTLS and QUIC (currently client side only)
14-
protocols.
13+
for the TLS (formerly SSL), DTLS and QUIC protocols.
1514

1615
The protocol implementations are based on a full-strength general purpose
1716
cryptographic library, which can also be used stand-alone. Also included is a
@@ -42,7 +41,7 @@ The OpenSSL toolkit includes:
4241
- **libssl**
4342
an implementation of all TLS protocol versions up to TLSv1.3 ([RFC 8446]),
4443
DTLS protocol versions up to DTLSv1.2 ([RFC 6347]) and
45-
the QUIC (currently client side only) version 1 protocol ([RFC 9000]).
44+
the QUIC version 1 protocol ([RFC 9000]).
4645

4746
- **libcrypto**
4847
a full-strength general purpose cryptographic library. It constitutes the

0 commit comments

Comments
 (0)