From e89f9ef424548f0c9153f8bbb4a0beb1208e357e Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Tue, 25 Apr 2023 14:49:22 +0100 Subject: [PATCH] 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) --- doc/man3/SSL_CTX_set_min_proto_version.pod | 3 +++ 1 file changed, 3 insertions(+) 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, 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 -- 2.34.1