Update the min/max proto function documentation for QUIC
authorMatt Caswell <matt@openssl.org>
Tue, 25 Apr 2023 13:49:22 +0000 (14:49 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 5 May 2023 14:25:37 +0000 (15:25 +0100)
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)

doc/man3/SSL_CTX_set_min_proto_version.pod

index 2adf9acce00a8d722473f757b34fc56f279152c1..3d269018d0542323ddcc5d1994bdec05739bb344 100644 (file)
@@ -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