summaryrefslogtreecommitdiffstats
path: root/doc/man3/BIO_f_ssl.pod
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-01-16 15:33:01 +0000
committerPauli <pauli@openssl.org>2023-07-05 09:02:27 +1000
commit3ea30e76d788a4f1982785c0f29853cf1211d37e (patch)
tree3b895e1c53e8d37d5c120999a3dcbd66b332f235 /doc/man3/BIO_f_ssl.pod
parent0eecf8418a7bdff1b19c319b4c5973ce8d53b92e (diff)
QUIC SSL: Restrict SSL_CTX_set_ssl_version, SSL_set_ssl_method
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20061)
Diffstat (limited to 'doc/man3/BIO_f_ssl.pod')
-rw-r--r--doc/man3/BIO_f_ssl.pod2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/man3/BIO_f_ssl.pod b/doc/man3/BIO_f_ssl.pod
index 365168646a..371c124388 100644
--- a/doc/man3/BIO_f_ssl.pod
+++ b/doc/man3/BIO_f_ssl.pod
@@ -131,6 +131,8 @@ BIO_set_ssl(), BIO_get_ssl(), BIO_set_ssl_mode(),
BIO_set_ssl_renegotiate_bytes(), BIO_set_ssl_renegotiate_timeout(),
BIO_get_num_renegotiates(), and BIO_do_handshake() are implemented as macros.
+BIO_ssl_copy_session_id() is not currently supported on QUIC SSL objects.
+
=head1 RETURN VALUES
BIO_f_ssl() returns the SSL B<BIO_METHOD> structure.