summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man/BIO_f_ssl.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/man/BIO_f_ssl.3')
-rw-r--r--src/lib/libssl/man/BIO_f_ssl.314
1 files changed, 7 insertions, 7 deletions
diff --git a/src/lib/libssl/man/BIO_f_ssl.3 b/src/lib/libssl/man/BIO_f_ssl.3
index 8643200285..5e18a85bd1 100644
--- a/src/lib/libssl/man/BIO_f_ssl.3
+++ b/src/lib/libssl/man/BIO_f_ssl.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BIO_f_ssl.3,v 1.11 2019/06/12 09:36:30 schwarze Exp $ 1.\" $OpenBSD: BIO_f_ssl.3,v 1.12 2022/03/31 17:27:18 naddy Exp $
2.\" full merge up to: OpenSSL f672aee4 Feb 9 11:52:40 2016 -0500 2.\" full merge up to: OpenSSL f672aee4 Feb 9 11:52:40 2016 -0500
3.\" selective merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800 3.\" selective merge up to: OpenSSL 61f805c1 Jan 16 01:01:46 2018 +0800
4.\" 4.\"
@@ -50,7 +50,7 @@
50.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 50.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
51.\" OF THE POSSIBILITY OF SUCH DAMAGE. 51.\" OF THE POSSIBILITY OF SUCH DAMAGE.
52.\" 52.\"
53.Dd $Mdocdate: June 12 2019 $ 53.Dd $Mdocdate: March 31 2022 $
54.Dt BIO_F_SSL 3 54.Dt BIO_F_SSL 3
55.Os 55.Os
56.Sh NAME 56.Sh NAME
@@ -147,7 +147,7 @@ is appended to an
147.Vt SSL 147.Vt SSL
148.Vt BIO 148.Vt BIO
149using 149using
150.Xr BIO_push 3 150.Xr BIO_push 3 ,
151it is automatically used as the 151it is automatically used as the
152.Vt SSL 152.Vt SSL
153.Vt BIO Ns 's read and write 153.Vt BIO Ns 's read and write
@@ -213,7 +213,7 @@ is 0, server mode is set.
213.Fn BIO_set_ssl_renegotiate_bytes 213.Fn BIO_set_ssl_renegotiate_bytes
214sets the renegotiate byte count to 214sets the renegotiate byte count to
215.Fa num . 215.Fa num .
216When set after every 216When set, after every
217.Fa num 217.Fa num
218bytes of I/O (read and write) the SSL session is automatically renegotiated. 218bytes of I/O (read and write) the SSL session is automatically renegotiated.
219.Fa num 219.Fa num
@@ -222,7 +222,7 @@ must be at least 512 bytes.
222.Fn BIO_set_ssl_renegotiate_timeout 222.Fn BIO_set_ssl_renegotiate_timeout
223sets the renegotiate timeout to 223sets the renegotiate timeout to
224.Fa seconds . 224.Fa seconds .
225When the renegotiate timeout elapses the session is automatically renegotiated. 225When the renegotiate timeout elapses, the session is automatically renegotiated.
226.Pp 226.Pp
227.Fn BIO_get_num_renegotiates 227.Fn BIO_get_num_renegotiates
228returns the total number of session renegotiations due to I/O or timeout. 228returns the total number of session renegotiations due to I/O or timeout.
@@ -303,7 +303,7 @@ established; the call
303should be used for non blocking connect 303should be used for non blocking connect
304.Vt BIO Ns s 304.Vt BIO Ns s
305to determine if the call should be retried. 305to determine if the call should be retried.
306If an SSL connection has already been established this call has no effect. 306If an SSL connection has already been established, this call has no effect.
307.Pp 307.Pp
308.Vt SSL 308.Vt SSL
309.Vt BIO Ns s 309.Vt BIO Ns s
@@ -325,7 +325,7 @@ using a blocking transport will never request a retry.
325Since unknown 325Since unknown
326.Xr BIO_ctrl 3 326.Xr BIO_ctrl 3
327operations are sent through filter 327operations are sent through filter
328.Vt BIO Ns s 328.Vt BIO Ns s ,
329the server name and port can be set using 329the server name and port can be set using
330.Xr BIO_set_conn_hostname 3 330.Xr BIO_set_conn_hostname 3
331and 331and