From: Sebastian Andrzej Siewior Date: Thu, 3 Apr 2025 21:17:54 +0000 (+0200) Subject: README: Remove client only restriction for QUIC. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=648366ad010b3b22c1f298d39934d72702b3fd55;p=thirdparty%2Fopenssl.git 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 Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell Reviewed-by: Paul Dale Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/27258) --- diff --git a/README.md b/README.md index e95b9e141ef..f1dbadfe8ec 100644 --- 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