summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BIO.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/man/BIO.3')
-rw-r--r--src/lib/libcrypto/man/BIO.311
1 files changed, 5 insertions, 6 deletions
diff --git a/src/lib/libcrypto/man/BIO.3 b/src/lib/libcrypto/man/BIO.3
index f3a419721f..89b51720a6 100644
--- a/src/lib/libcrypto/man/BIO.3
+++ b/src/lib/libcrypto/man/BIO.3
@@ -1,6 +1,6 @@
1.\" $OpenBSD: BIO.3,v 1.3 2016/11/06 15:52:50 jmc Exp $ 1.\" $OpenBSD: BIO.3,v 1.4 2016/11/07 15:52:47 jmc Exp $
2.\" 2.\"
3.Dd $Mdocdate: November 6 2016 $ 3.Dd $Mdocdate: November 7 2016 $
4.Dt BIO 3 4.Dt BIO 3
5.Os 5.Os
6.Sh NAME 6.Sh NAME
@@ -10,14 +10,14 @@
10.In openssl/bio.h 10.In openssl/bio.h
11.Sh DESCRIPTION 11.Sh DESCRIPTION
12A BIO is an I/O abstraction, 12A BIO is an I/O abstraction,
13it hides many of the underlying I/O details from an application. 13hiding many of the underlying I/O details from an application.
14If an application uses a BIO for its I/O, it can transparently handle 14If an application uses a BIO for its I/O, it can transparently handle
15SSL connections, unencrypted network connections and file I/O. 15SSL connections, unencrypted network connections and file I/O.
16.Pp 16.Pp
17There are two types of BIO, a source/sink BIO and a filter BIO. 17There are two types of BIO, a source/sink BIO and a filter BIO.
18.Pp 18.Pp
19As its name implies, a source/sink BIO is a source and/or sink of data, 19As its name implies, a source/sink BIO is a source and/or sink of data.
20examples include a socket BIO and a file BIO. 20Examples include a socket BIO and a file BIO.
21.Pp 21.Pp
22A filter BIO takes data from one BIO and passes it through 22A filter BIO takes data from one BIO and passes it through
23to another, or to the application. 23to another, or to the application.
@@ -43,7 +43,6 @@ to the end (normally a source/sink BIO).
43.Xr BIO_f_ssl 3 , 43.Xr BIO_f_ssl 3 ,
44.Xr BIO_find_type 3 , 44.Xr BIO_find_type 3 ,
45.Xr BIO_new 3 , 45.Xr BIO_new 3 ,
46.Xr BIO_new_bio_pair 3 ,
47.Xr BIO_push 3 , 46.Xr BIO_push 3 ,
48.Xr BIO_read 3 , 47.Xr BIO_read 3 ,
49.Xr BIO_s_accept 3 , 48.Xr BIO_s_accept 3 ,