From 648366ad010b3b22c1f298d39934d72702b3fd55 Mon Sep 17 00:00:00 2001 From: Sebastian Andrzej Siewior Date: Thu, 3 Apr 2025 23:17:54 +0200 Subject: [PATCH] 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) --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 2.47.2