summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BIO_s_connect.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/BIO_s_connect.3')
-rw-r--r--src/lib/libcrypto/man/BIO_s_connect.313
1 files changed, 12 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/BIO_s_connect.3 b/src/lib/libcrypto/man/BIO_s_connect.3
index b3f1ce87de..ee6d4e38e1 100644
--- a/src/lib/libcrypto/man/BIO_s_connect.3
+++ b/src/lib/libcrypto/man/BIO_s_connect.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BIO_s_connect.3,v 1.13 2022/12/18 19:15:38 schwarze Exp $ 1.\" $OpenBSD: BIO_s_connect.3,v 1.14 2022/12/18 19:35:36 schwarze Exp $
2.\" full merge up to: OpenSSL 0e474b8b Nov 1 15:45:49 2015 +0100 2.\" full merge up to: OpenSSL 0e474b8b Nov 1 15:45:49 2015 +0100
3.\" 3.\"
4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>. 4.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -290,6 +290,17 @@ that a connection attempt would block.
290The application should then take appropriate action to wait 290The application should then take appropriate action to wait
291until the underlying socket has connected and retry the call. 291until the underlying socket has connected and retry the call.
292.Pp 292.Pp
293When a chain containing a connect BIO is copied with
294.Xr BIO_dup_chain 3 ,
295.Fn BIO_set_conn_hostname ,
296.Fn BIO_set_conn_port ,
297.Fn BIO_set_nbio ,
298and
299.Xr BIO_set_info_callback 3
300are called internally to automatically copy the hostname, port,
301non-blocking I/O flag, and info callback from the original BIO object
302to the new one.
303.Pp
293.Fn BIO_set_conn_hostname , 304.Fn BIO_set_conn_hostname ,
294.Fn BIO_set_conn_port , 305.Fn BIO_set_conn_port ,
295.Fn BIO_set_conn_ip , 306.Fn BIO_set_conn_ip ,