]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
README: Remove client only restriction for QUIC.
authorSebastian Andrzej Siewior <sebastian@breakpoint.cc>
Thu, 3 Apr 2025 21:17:54 +0000 (23:17 +0200)
committerNeil Horman <nhorman@openssl.org>
Sat, 5 Apr 2025 13:16:54 +0000 (09:16 -0400)
The QUIC protocol is also supported on server side.
Update the README file accordingly.

Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27258)

README.md

index e95b9e141ef43a4a3a1972bde1f6bb81909ac408..f1dbadfe8ec6aade7316ed5dd1ad047251a7d441 100644 (file)
--- a/README.md
+++ b/README.md
@@ -10,8 +10,7 @@ Welcome to the OpenSSL Project
 ![Daily checks](https://github.com/openssl/openssl/actions/workflows/run-checker-daily.yml/badge.svg)
 
 OpenSSL is a robust, commercial-grade, full-featured Open Source Toolkit
-for the TLS (formerly SSL), DTLS and QUIC (currently client side only)
-protocols.
+for the TLS (formerly SSL), DTLS and QUIC protocols.
 
 The protocol implementations are based on a full-strength general purpose
 cryptographic library, which can also be used stand-alone. Also included is a
@@ -42,7 +41,7 @@ The OpenSSL toolkit includes:
 - **libssl**
   an implementation of all TLS protocol versions up to TLSv1.3 ([RFC 8446]),
   DTLS protocol versions up to DTLSv1.2 ([RFC 6347]) and
-  the QUIC (currently client side only) version 1 protocol ([RFC 9000]).
+  the QUIC version 1 protocol ([RFC 9000]).
 
 - **libcrypto**
   a full-strength general purpose cryptographic library. It constitutes the