]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
QUIC: Note that SSL_set_shutdown is not supported
authorHugo Landau <hlandau@openssl.org>
Wed, 30 Aug 2023 15:19:05 +0000 (16:19 +0100)
committerHugo Landau <hlandau@openssl.org>
Fri, 1 Sep 2023 13:02:54 +0000 (14:02 +0100)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/21905)

doc/man3/SSL_set_shutdown.pod

index 54d541e4e4fe71d54d400cc7f39cb3b0642a8e1e..730d819c8ad029d6bff475981ac8122b588972cf 100644 (file)
@@ -57,6 +57,8 @@ If a close_notify was received, SSL_RECEIVED_SHUTDOWN will be set,
 for setting SSL_SENT_SHUTDOWN the application must however still call
 L<SSL_shutdown(3)> or SSL_set_shutdown() itself.
 
+These functions are not supported for QUIC SSL objects.
+
 =head1 RETURN VALUES
 
 SSL_set_shutdown() does not return diagnostic information.