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.310
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libssl/man/BIO_f_ssl.3 b/src/lib/libssl/man/BIO_f_ssl.3
index 39a40d7715..df2dbc537c 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.2 2016/11/14 19:27:16 schwarze Exp $ 1.\" $OpenBSD: BIO_f_ssl.3,v 1.3 2016/12/16 15:39:08 jmc Exp $
2.\" OpenSSL f672aee4 Feb 9 11:52:40 2016 -0500 2.\" OpenSSL f672aee4 Feb 9 11:52:40 2016 -0500
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>.
@@ -49,7 +49,7 @@
49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 49.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
50.\" OF THE POSSIBILITY OF SUCH DAMAGE. 50.\" OF THE POSSIBILITY OF SUCH DAMAGE.
51.\" 51.\"
52.Dd $Mdocdate: November 14 2016 $ 52.Dd $Mdocdate: December 16 2016 $
53.Dt BIO_F_SSL 3 53.Dt BIO_F_SSL 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -136,7 +136,7 @@ communicates using the SSL protocol with
136the 136the
137.Vt SSL Ns 's 137.Vt SSL Ns 's
138read and write 138read and write
139.Vt BIO Ns s. 139.Vt BIO Ns s .
140If an SSL connection is not established then an attempt is made to establish 140If an SSL connection is not established then an attempt is made to establish
141one on the first I/O call. 141one on the first I/O call.
142.Pp 142.Pp
@@ -150,7 +150,7 @@ using
150it is automatically used as the 150it is automatically used as the
151.Vt SSL 151.Vt SSL
152.Vt BIO Ns 's read and write 152.Vt BIO Ns 's read and write
153.Vt BIO Ns s. 153.Vt BIO Ns s .
154.Pp 154.Pp
155Calling 155Calling
156.Xr BIO_reset 3 156.Xr BIO_reset 3
@@ -159,7 +159,7 @@ on an
159.Vt BIO 159.Vt BIO
160closes down any current SSL connection by calling 160closes down any current SSL connection by calling
161.Xr SSL_shutdown 3 . 161.Xr SSL_shutdown 3 .
162.Xr BIO_reset 162.Xr BIO_reset 3
163is then sent to the next 163is then sent to the next
164.Vt BIO 164.Vt BIO
165in the chain; this will typically disconnect the underlying transport. 165in the chain; this will typically disconnect the underlying transport.