summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-08-30 16:19:05 +0100
committerHugo Landau <hlandau@openssl.org>2023-09-01 14:02:54 +0100
commit728741f5880d538444754ae18557342d552b56ae (patch)
treec828960ee0199e664dbb3a5b0b6abbab72606399
parentb139f7a26d0158e42b0f4b9e7364111a8fd17fa2 (diff)
QUIC: Note that SSL_set_shutdown is not supported
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21905)
-rw-r--r--doc/man3/SSL_set_shutdown.pod2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/man3/SSL_set_shutdown.pod b/doc/man3/SSL_set_shutdown.pod
index 54d541e4e4..730d819c8a 100644
--- a/doc/man3/SSL_set_shutdown.pod
+++ b/doc/man3/SSL_set_shutdown.pod
@@ -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.