diff options
Diffstat (limited to 'upstream/debian-unstable/man3/BIO_f_ssl.3ssl')
-rw-r--r-- | upstream/debian-unstable/man3/BIO_f_ssl.3ssl | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/upstream/debian-unstable/man3/BIO_f_ssl.3ssl b/upstream/debian-unstable/man3/BIO_f_ssl.3ssl index ac51188b..4b807b2d 100644 --- a/upstream/debian-unstable/man3/BIO_f_ssl.3ssl +++ b/upstream/debian-unstable/man3/BIO_f_ssl.3ssl @@ -55,7 +55,7 @@ .\" ======================================================================== .\" .IX Title "BIO_F_SSL 3SSL" -.TH BIO_F_SSL 3SSL 2024-02-03 3.1.5 OpenSSL +.TH BIO_F_SSL 3SSL 2024-04-04 3.2.2-dev OpenSSL .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -186,6 +186,9 @@ processing. \&\fBBIO_set_ssl()\fR, \fBBIO_get_ssl()\fR, \fBBIO_set_ssl_mode()\fR, \&\fBBIO_set_ssl_renegotiate_bytes()\fR, \fBBIO_set_ssl_renegotiate_timeout()\fR, \&\fBBIO_get_num_renegotiates()\fR, and \fBBIO_do_handshake()\fR are implemented as macros. +.PP +\&\fBBIO_ssl_copy_session_id()\fR is not currently supported on QUIC SSL objects and +fails if called on such an object. .SH "RETURN VALUES" .IX Header "RETURN VALUES" \&\fBBIO_f_ssl()\fR returns the SSL \fBBIO_METHOD\fR structure. @@ -197,7 +200,8 @@ success or a value which is less than or equal to 0 if an error occurred. \&\fBBIO_new_ssl()\fR, \fBBIO_new_ssl_connect()\fR and \fBBIO_new_buffer_ssl_connect()\fR return a valid \fBBIO\fR structure on success or \fBNULL\fR if an error occurred. .PP -\&\fBBIO_ssl_copy_session_id()\fR returns 1 on success or 0 on error. +\&\fBBIO_ssl_copy_session_id()\fR returns 1 on success or 0 on error, or if called +on a QUIC SSL object. .PP \&\fBBIO_do_handshake()\fR returns 1 if the connection was established successfully. A zero or negative value is returned if the connection could not be established. @@ -356,7 +360,7 @@ included workarounds for this bug (e.g. freeing BIOs more than once) should be modified to handle this fix or they may free up an already freed BIO. .SH COPYRIGHT .IX Header "COPYRIGHT" -Copyright 2000\-2022 The OpenSSL Project Authors. All Rights Reserved. +Copyright 2000\-2023 The OpenSSL Project Authors. All Rights Reserved. .PP 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 |