From: Matt Caswell Date: Tue, 25 Apr 2023 13:49:22 +0000 (+0100) Subject: Update the min/max proto function documentation for QUIC X-Git-Tag: openssl-3.2.0-alpha1~914 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e89f9ef424548f0c9153f8bbb4a0beb1208e357e;p=thirdparty%2Fopenssl.git 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 Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/20830) --- diff --git a/doc/man3/SSL_CTX_set_min_proto_version.pod b/doc/man3/SSL_CTX_set_min_proto_version.pod index 2adf9acce00..3d269018d05 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, B, B, B, B for TLS and B, B 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