summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto
diff options
context:
space:
mode:
authorschwarze <>2016-12-06 12:24:33 +0000
committerschwarze <>2016-12-06 12:24:33 +0000
commiteea7454d5f0937c3ffb6642ac5b1ba135b172e29 (patch)
tree11b360b0e8b022b221cacdcb4f4c9dc69b514713 /src/lib/libcrypto
parent81f13278e132b5b48b00ef87562b267dd9f60936 (diff)
downloadopenbsd-eea7454d5f0937c3ffb6642ac5b1ba135b172e29.tar.gz
openbsd-eea7454d5f0937c3ffb6642ac5b1ba135b172e29.tar.bz2
openbsd-eea7454d5f0937c3ffb6642ac5b1ba135b172e29.zip
replace all references to BIO(3) with references to BIO_new(3)
Diffstat (limited to 'src/lib/libcrypto')
-rw-r--r--src/lib/libcrypto/man/BIO_f_buffer.36
-rw-r--r--src/lib/libcrypto/man/BIO_s_bio.36
-rw-r--r--src/lib/libcrypto/man/BUF_MEM_new.36
-rw-r--r--src/lib/libcrypto/man/crypto.36
-rw-r--r--src/lib/libcrypto/man/lh_stats.36
5 files changed, 15 insertions, 15 deletions
diff --git a/src/lib/libcrypto/man/BIO_f_buffer.3 b/src/lib/libcrypto/man/BIO_f_buffer.3
index 9a7f965f49..a51aafd804 100644
--- a/src/lib/libcrypto/man/BIO_f_buffer.3
+++ b/src/lib/libcrypto/man/BIO_f_buffer.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BIO_f_buffer.3,v 1.5 2016/11/14 17:56:45 schwarze Exp $ 1.\" $OpenBSD: BIO_f_buffer.3,v 1.6 2016/12/06 12:24:33 schwarze Exp $
2.\" OpenSSL 9b86974e Mar 19 12:32:14 2016 -0400 2.\" OpenSSL 9b86974e Mar 19 12:32:14 2016 -0400
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 6 2016 $
53.Dt BIO_F_BUFFER 3 53.Dt BIO_F_BUFFER 3
54.Os 54.Os
55.Sh NAME 55.Sh NAME
@@ -175,8 +175,8 @@ return 1 if the buffer was successfully resized or 0 for failure.
175.Fn BIO_set_buffer_read_data 175.Fn BIO_set_buffer_read_data
176returns 1 if the data was set correctly or 0 if there was an error. 176returns 1 if the data was set correctly or 0 if there was an error.
177.Sh SEE ALSO 177.Sh SEE ALSO
178.Xr BIO 3 ,
179.Xr BIO_ctrl 3 , 178.Xr BIO_ctrl 3 ,
180.Xr BIO_flush 3 , 179.Xr BIO_flush 3 ,
180.Xr BIO_new 3 ,
181.Xr BIO_pop 3 , 181.Xr BIO_pop 3 ,
182.Xr BIO_reset 3 182.Xr BIO_reset 3
diff --git a/src/lib/libcrypto/man/BIO_s_bio.3 b/src/lib/libcrypto/man/BIO_s_bio.3
index ea20d93556..8a4eb61e10 100644
--- a/src/lib/libcrypto/man/BIO_s_bio.3
+++ b/src/lib/libcrypto/man/BIO_s_bio.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BIO_s_bio.3,v 1.7 2016/11/21 10:00:37 schwarze Exp $ 1.\" $OpenBSD: BIO_s_bio.3,v 1.8 2016/12/06 12:24:33 schwarze Exp $
2.\" OpenSSL c03726ca Aug 27 12:28:08 2015 -0400 2.\" OpenSSL c03726ca Aug 27 12:28:08 2015 -0400
3.\" 3.\"
4.\" This file was written by 4.\" This file was written by
@@ -53,7 +53,7 @@
53.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 53.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
54.\" OF THE POSSIBILITY OF SUCH DAMAGE. 54.\" OF THE POSSIBILITY OF SUCH DAMAGE.
55.\" 55.\"
56.Dd $Mdocdate: November 21 2016 $ 56.Dd $Mdocdate: December 6 2016 $
57.Dt BIO_S_BIO 3 57.Dt BIO_S_BIO 3
58.Os 58.Os
59.Sh NAME 59.Sh NAME
@@ -356,7 +356,7 @@ to find out how many bytes must be written into the buffer before the
356.Xr SSL_operation 3 356.Xr SSL_operation 3
357can successfully be continued. 357can successfully be continued.
358.Sh SEE ALSO 358.Sh SEE ALSO
359.Xr BIO 3 , 359.Xr BIO_new 3 ,
360.Xr BIO_read 3 , 360.Xr BIO_read 3 ,
361.Xr BIO_should_retry 3 , 361.Xr BIO_should_retry 3 ,
362.Xr ssl 3 , 362.Xr ssl 3 ,
diff --git a/src/lib/libcrypto/man/BUF_MEM_new.3 b/src/lib/libcrypto/man/BUF_MEM_new.3
index aa210259d6..d6a728ff05 100644
--- a/src/lib/libcrypto/man/BUF_MEM_new.3
+++ b/src/lib/libcrypto/man/BUF_MEM_new.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BUF_MEM_new.3,v 1.8 2016/11/21 10:00:37 schwarze Exp $ 1.\" $OpenBSD: BUF_MEM_new.3,v 1.9 2016/12/06 12:24:33 schwarze Exp $
2.\" OpenSSL 18edda0f Sep 20 03:28:54 2000 +0000 2.\" OpenSSL 18edda0f Sep 20 03:28:54 2000 +0000
3.\" 3.\"
4.\" This file was written by Ralf S. Engelschall <rse@openssl.org>. 4.\" This file was written by Ralf S. Engelschall <rse@openssl.org>.
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: November 21 2016 $ 51.Dd $Mdocdate: December 6 2016 $
52.Dt BUF_MEM_NEW 3 52.Dt BUF_MEM_NEW 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -179,7 +179,7 @@ and
179return zero on error or the new size (i.e.\& 179return zero on error or the new size (i.e.\&
180.Fa len ) . 180.Fa len ) .
181.Sh SEE ALSO 181.Sh SEE ALSO
182.Xr BIO 3 182.Xr BIO_new 3
183.Sh HISTORY 183.Sh HISTORY
184.Fn BUF_MEM_new , 184.Fn BUF_MEM_new ,
185.Fn BUF_MEM_free 185.Fn BUF_MEM_free
diff --git a/src/lib/libcrypto/man/crypto.3 b/src/lib/libcrypto/man/crypto.3
index 7e7572ea67..a60b682a63 100644
--- a/src/lib/libcrypto/man/crypto.3
+++ b/src/lib/libcrypto/man/crypto.3
@@ -1,6 +1,6 @@
1.\" $OpenBSD: crypto.3,v 1.6 2016/12/03 13:36:03 jmc Exp $ 1.\" $OpenBSD: crypto.3,v 1.7 2016/12/06 12:24:33 schwarze Exp $
2.\" 2.\"
3.Dd $Mdocdate: December 3 2016 $ 3.Dd $Mdocdate: December 6 2016 $
4.Dt CRYPTO 3 4.Dt CRYPTO 3
5.Os 5.Os
6.Sh NAME 6.Sh NAME
@@ -49,7 +49,7 @@ x509v3
49.Xr OPENSSL_VERSION_NUMBER 3 49.Xr OPENSSL_VERSION_NUMBER 3
50.It INPUT/OUTPUT, DATA ENCODING 50.It INPUT/OUTPUT, DATA ENCODING
51asn1, 51asn1,
52.Xr BIO 3 , 52.Xr BIO_new 3 ,
53.Xr evp 3 , 53.Xr evp 3 ,
54PEM, 54PEM,
55pkcs7, 55pkcs7,
diff --git a/src/lib/libcrypto/man/lh_stats.3 b/src/lib/libcrypto/man/lh_stats.3
index 7ee4d7d8e6..90bd1c9893 100644
--- a/src/lib/libcrypto/man/lh_stats.3
+++ b/src/lib/libcrypto/man/lh_stats.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: lh_stats.3,v 1.4 2016/11/28 14:31:20 schwarze Exp $ 1.\" $OpenBSD: lh_stats.3,v 1.5 2016/12/06 12:24:33 schwarze Exp $
2.\" OpenSSL e2f92610 May 18 11:44:05 2016 -0400 2.\" OpenSSL e2f92610 May 18 11:44:05 2016 -0400
3.\" 3.\"
4.\" -------------------------------------------------------------------------- 4.\" --------------------------------------------------------------------------
@@ -113,7 +113,7 @@
113.\" copied and put under another distribution licence 113.\" copied and put under another distribution licence
114.\" [including the GNU Public Licence.] 114.\" [including the GNU Public Licence.]
115.\" 115.\"
116.Dd $Mdocdate: November 28 2016 $ 116.Dd $Mdocdate: December 6 2016 $
117.Dt LH_STATS 3 117.Dt LH_STATS 3
118.Os 118.Os
119.Sh NAME 119.Sh NAME
@@ -190,7 +190,7 @@ are the same as the above, except that the output goes to a
190.Sh RETURN VALUES 190.Sh RETURN VALUES
191These functions do not return values. 191These functions do not return values.
192.Sh SEE ALSO 192.Sh SEE ALSO
193.Xr BIO 3 , 193.Xr BIO_new 3 ,
194.Xr lh_new 3 194.Xr lh_new 3
195.Sh HISTORY 195.Sh HISTORY
196These functions are available in all versions of SSLeay and OpenSSL. 196These functions are available in all versions of SSLeay and OpenSSL.