Fix typo in CONTRIBUTING.md
[openssl.git] / doc / man3 / SSL_CTX_set_split_send_fragment.pod
index e8ac6edae4cdd9ce03507d9e36c6f3dd0acaae8d..8f92ec1ec76f0066e2c644920816952656240ac6 100644 (file)
@@ -123,6 +123,11 @@ It affects the client-side as only its side may initiate this extension use.
 SSL_SESSION_get_max_fragment_length() gets the maximum fragment length
 negotiated in B<session>.
 
+These functions cannot be used with QUIC SSL objects.
+SSL_set_max_send_fragment(), SSL_set_max_pipelines(),
+SSL_set_split_send_fragment(), SSL_set_default_read_buffer_len() and
+SSL_set_tlsext_max_fragment_length() fail if called on a QUIC SSL object.
+
 =head1 RETURN VALUES
 
 All non-void functions return 1 on success and 0 on failure.
@@ -182,7 +187,7 @@ and SSL_SESSION_get_max_fragment_length() functions were added in OpenSSL 1.1.1.
 
 =head1 COPYRIGHT
 
-Copyright 2016-2020 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2016-2023 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the Apache License 2.0 (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy