summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2023-04-25 14:49:22 +0100
committerMatt Caswell <matt@openssl.org>2023-05-05 15:25:37 +0100
commite89f9ef424548f0c9153f8bbb4a0beb1208e357e (patch)
tree45f8caad7f8965e1b4a8231e1f8e957f638b701a /doc
parent42a6a25ba4ddb40333e92e6e2fc57625d9567090 (diff)
downloadopenssl-new-e89f9ef424548f0c9153f8bbb4a0beb1208e357e.tar.gz
Update the min/max proto function documentation for QUIC
These functions do nothing if used with a QUIC object, so we document this behaviour. Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20830)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/SSL_CTX_set_min_proto_version.pod3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/man3/SSL_CTX_set_min_proto_version.pod b/doc/man3/SSL_CTX_set_min_proto_version.pod
index 2adf9acce0..3d269018d0 100644
--- a/doc/man3/SSL_CTX_set_min_proto_version.pod
+++ b/doc/man3/SSL_CTX_set_min_proto_version.pod
@@ -42,6 +42,9 @@ Currently supported versions are B<SSL3_VERSION>, B<TLS1_VERSION>,
B<TLS1_1_VERSION>, B<TLS1_2_VERSION>, B<TLS1_3_VERSION> for TLS and
B<DTLS1_VERSION>, B<DTLS1_2_VERSION> for DTLS.
+In the current version of OpenSSL only QUICv1 is supported in conjunction with
+TLSv1.3. Calling these functions on a QUIC object has no effect.
+
=head1 RETURN VALUES
These setter functions return 1 on success and 0 on failure. The getter