]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix a reference in the OpenSSL guide to QUIC for servers
authorMatt Caswell <matt@openssl.org>
Fri, 4 Apr 2025 09:12:46 +0000 (10:12 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 4 Apr 2025 09:12:46 +0000 (10:12 +0100)
One part of the OpenSSL guide suggests we only support clients for QUIC
which is no longer true.

Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27265)

doc/man7/ossl-guide-libssl-introduction.pod

index 3c1a5d73837f22f5bce16d017a72cb9ffbef6032..81e2fa891bdd221264ce1a14665efbed365817db 100644 (file)
@@ -67,7 +67,7 @@ that an application may need to use. They are summarised below.
 
 This structure is used to indicate the kind of connection you want to make, e.g.
 whether it is to represent the client or the server, and whether it is to use
-SSL/TLS, DTLS or QUIC (client only). It is passed as a parameter when creating
+SSL/TLS, DTLS or QUIC. It is passed as a parameter when creating
 the B<SSL_CTX>.
 
 =item B<SSL_SESSION> (SSL Session)