summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libcrypto/man/BIO_f_buffer.36
-rw-r--r--lib/libcrypto/man/BIO_s_bio.36
-rw-r--r--lib/libcrypto/man/BUF_MEM_new.36
-rw-r--r--lib/libcrypto/man/crypto.36
-rw-r--r--lib/libcrypto/man/lh_stats.36
-rw-r--r--lib/libssl/man/DTLSv1_listen.36
-rw-r--r--lib/libssl/man/SSL_accept.36
-rw-r--r--lib/libssl/man/SSL_connect.36
-rw-r--r--lib/libssl/man/SSL_do_handshake.36
-rw-r--r--lib/libssl/man/SSL_get_fd.36
-rw-r--r--lib/libssl/man/SSL_get_rbio.36
-rw-r--r--lib/libssl/man/SSL_read.36
-rw-r--r--lib/libssl/man/SSL_set_bio.36
-rw-r--r--lib/libssl/man/SSL_set_fd.36
-rw-r--r--lib/libssl/man/SSL_shutdown.36
-rw-r--r--lib/libssl/man/SSL_write.36
16 files changed, 48 insertions, 48 deletions
diff --git a/lib/libcrypto/man/BIO_f_buffer.3 b/lib/libcrypto/man/BIO_f_buffer.3
index 9a7f965f49b..a51aafd804f 100644
--- a/lib/libcrypto/man/BIO_f_buffer.3
+++ b/lib/libcrypto/man/BIO_f_buffer.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: BIO_f_buffer.3,v 1.5 2016/11/14 17:56:45 schwarze Exp $
+.\" $OpenBSD: BIO_f_buffer.3,v 1.6 2016/12/06 12:24:33 schwarze Exp $
.\" OpenSSL 9b86974e Mar 19 12:32:14 2016 -0400
.\"
.\" This file was written by Dr. Stephen Henson <steve@openssl.org>.
@@ -49,7 +49,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: November 14 2016 $
+.Dd $Mdocdate: December 6 2016 $
.Dt BIO_F_BUFFER 3
.Os
.Sh NAME
@@ -175,8 +175,8 @@ return 1 if the buffer was successfully resized or 0 for failure.
.Fn BIO_set_buffer_read_data
returns 1 if the data was set correctly or 0 if there was an error.
.Sh SEE ALSO
-.Xr BIO 3 ,
.Xr BIO_ctrl 3 ,
.Xr BIO_flush 3 ,
+.Xr BIO_new 3 ,
.Xr BIO_pop 3 ,
.Xr BIO_reset 3
diff --git a/lib/libcrypto/man/BIO_s_bio.3 b/lib/libcrypto/man/BIO_s_bio.3
index ea20d93556f..8a4eb61e10c 100644
--- a/lib/libcrypto/man/BIO_s_bio.3
+++ b/lib/libcrypto/man/BIO_s_bio.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: BIO_s_bio.3,v 1.7 2016/11/21 10:00:37 schwarze Exp $
+.\" $OpenBSD: BIO_s_bio.3,v 1.8 2016/12/06 12:24:33 schwarze Exp $
.\" OpenSSL c03726ca Aug 27 12:28:08 2015 -0400
.\"
.\" This file was written by
@@ -53,7 +53,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: November 21 2016 $
+.Dd $Mdocdate: December 6 2016 $
.Dt BIO_S_BIO 3
.Os
.Sh NAME
@@ -356,7 +356,7 @@ to find out how many bytes must be written into the buffer before the
.Xr SSL_operation 3
can successfully be continued.
.Sh SEE ALSO
-.Xr BIO 3 ,
+.Xr BIO_new 3 ,
.Xr BIO_read 3 ,
.Xr BIO_should_retry 3 ,
.Xr ssl 3 ,
diff --git a/lib/libcrypto/man/BUF_MEM_new.3 b/lib/libcrypto/man/BUF_MEM_new.3
index aa210259d63..d6a728ff050 100644
--- a/lib/libcrypto/man/BUF_MEM_new.3
+++ b/lib/libcrypto/man/BUF_MEM_new.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: BUF_MEM_new.3,v 1.8 2016/11/21 10:00:37 schwarze Exp $
+.\" $OpenBSD: BUF_MEM_new.3,v 1.9 2016/12/06 12:24:33 schwarze Exp $
.\" OpenSSL 18edda0f Sep 20 03:28:54 2000 +0000
.\"
.\" This file was written by Ralf S. Engelschall <rse@openssl.org>.
@@ -48,7 +48,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: November 21 2016 $
+.Dd $Mdocdate: December 6 2016 $
.Dt BUF_MEM_NEW 3
.Os
.Sh NAME
@@ -179,7 +179,7 @@ and
return zero on error or the new size (i.e.\&
.Fa len ) .
.Sh SEE ALSO
-.Xr BIO 3
+.Xr BIO_new 3
.Sh HISTORY
.Fn BUF_MEM_new ,
.Fn BUF_MEM_free
diff --git a/lib/libcrypto/man/crypto.3 b/lib/libcrypto/man/crypto.3
index 7e7572ea673..a60b682a631 100644
--- a/lib/libcrypto/man/crypto.3
+++ b/lib/libcrypto/man/crypto.3
@@ -1,6 +1,6 @@
-.\" $OpenBSD: crypto.3,v 1.6 2016/12/03 13:36:03 jmc Exp $
+.\" $OpenBSD: crypto.3,v 1.7 2016/12/06 12:24:33 schwarze Exp $
.\"
-.Dd $Mdocdate: December 3 2016 $
+.Dd $Mdocdate: December 6 2016 $
.Dt CRYPTO 3
.Os
.Sh NAME
@@ -49,7 +49,7 @@ x509v3
.Xr OPENSSL_VERSION_NUMBER 3
.It INPUT/OUTPUT, DATA ENCODING
asn1,
-.Xr BIO 3 ,
+.Xr BIO_new 3 ,
.Xr evp 3 ,
PEM,
pkcs7,
diff --git a/lib/libcrypto/man/lh_stats.3 b/lib/libcrypto/man/lh_stats.3
index 7ee4d7d8e6a..90bd1c98934 100644
--- a/lib/libcrypto/man/lh_stats.3
+++ b/lib/libcrypto/man/lh_stats.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: lh_stats.3,v 1.4 2016/11/28 14:31:20 schwarze Exp $
+.\" $OpenBSD: lh_stats.3,v 1.5 2016/12/06 12:24:33 schwarze Exp $
.\" OpenSSL e2f92610 May 18 11:44:05 2016 -0400
.\"
.\" --------------------------------------------------------------------------
@@ -113,7 +113,7 @@
.\" copied and put under another distribution licence
.\" [including the GNU Public Licence.]
.\"
-.Dd $Mdocdate: November 28 2016 $
+.Dd $Mdocdate: December 6 2016 $
.Dt LH_STATS 3
.Os
.Sh NAME
@@ -190,7 +190,7 @@ are the same as the above, except that the output goes to a
.Sh RETURN VALUES
These functions do not return values.
.Sh SEE ALSO
-.Xr BIO 3 ,
+.Xr BIO_new 3 ,
.Xr lh_new 3
.Sh HISTORY
These functions are available in all versions of SSLeay and OpenSSL.
diff --git a/lib/libssl/man/DTLSv1_listen.3 b/lib/libssl/man/DTLSv1_listen.3
index 9ecd5589b32..457ac1add8e 100644
--- a/lib/libssl/man/DTLSv1_listen.3
+++ b/lib/libssl/man/DTLSv1_listen.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: DTLSv1_listen.3,v 1.1 2016/11/21 13:52:28 schwarze Exp $
+.\" $OpenBSD: DTLSv1_listen.3,v 1.2 2016/12/06 12:24:33 schwarze Exp $
.\" OpenSSL 7795475f Dec 18 13:18:31 2015 -0500
.\"
.\" This file was written by Matt Caswell <matt@openssl.org>.
@@ -48,7 +48,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: November 21 2016 $
+.Dd $Mdocdate: December 6 2016 $
.Dt DTLSV1_LISTEN 3
.Os
.Sh NAME
@@ -177,7 +177,7 @@ Prior to OpenSSL 1.1.0 fatal and non-fatal errors both produce return
codes <= 0 (in typical implementations user code treats all errors as
non-fatal), whilst return codes >0 indicate success.
.Sh SEE ALSO
-.Xr BIO 3 ,
+.Xr BIO_new 3 ,
.Xr ssl 3 ,
.Xr SSL_accept 3 ,
.Xr SSL_get_error 3
diff --git a/lib/libssl/man/SSL_accept.3 b/lib/libssl/man/SSL_accept.3
index 739b1cf2daf..98b76458b95 100644
--- a/lib/libssl/man/SSL_accept.3
+++ b/lib/libssl/man/SSL_accept.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: SSL_accept.3,v 1.2 2016/12/01 22:46:21 schwarze Exp $
+.\" $OpenBSD: SSL_accept.3,v 1.3 2016/12/06 12:24:33 schwarze Exp $
.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
.\"
.\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>.
@@ -49,7 +49,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: December 1 2016 $
+.Dd $Mdocdate: December 6 2016 $
.Dt SSL_ACCEPT 3
.Os
.Sh NAME
@@ -141,7 +141,7 @@ with the return value
to find out the reason.
.El
.Sh SEE ALSO
-.Xr bio 3 ,
+.Xr BIO_new 3 ,
.Xr ssl 3 ,
.Xr SSL_connect 3 ,
.Xr SSL_CTX_new 3 ,
diff --git a/lib/libssl/man/SSL_connect.3 b/lib/libssl/man/SSL_connect.3
index f0c7a397f5d..1b95a1e321e 100644
--- a/lib/libssl/man/SSL_connect.3
+++ b/lib/libssl/man/SSL_connect.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: SSL_connect.3,v 1.2 2016/12/01 22:46:21 schwarze Exp $
+.\" $OpenBSD: SSL_connect.3,v 1.3 2016/12/06 12:24:33 schwarze Exp $
.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
.\"
.\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>.
@@ -49,7 +49,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: December 1 2016 $
+.Dd $Mdocdate: December 6 2016 $
.Dt SSL_CONNECT 3
.Os
.Sh NAME
@@ -140,7 +140,7 @@ with the return value
to find out the reason.
.El
.Sh SEE ALSO
-.Xr bio 3 ,
+.Xr BIO_new 3 ,
.Xr ssl 3 ,
.Xr SSL_accept 3 ,
.Xr SSL_CTX_new 3 ,
diff --git a/lib/libssl/man/SSL_do_handshake.3 b/lib/libssl/man/SSL_do_handshake.3
index 428ef03649e..6350ce9c90d 100644
--- a/lib/libssl/man/SSL_do_handshake.3
+++ b/lib/libssl/man/SSL_do_handshake.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: SSL_do_handshake.3,v 1.2 2016/12/01 22:46:21 schwarze Exp $
+.\" $OpenBSD: SSL_do_handshake.3,v 1.3 2016/12/06 12:24:33 schwarze Exp $
.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
.\"
.\" This file was written by Martin Sjoegren <martin@strakt.com>.
@@ -48,7 +48,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: December 1 2016 $
+.Dd $Mdocdate: December 6 2016 $
.Dt SSL_DO_HANDSHAKE 3
.Os
.Sh NAME
@@ -140,7 +140,7 @@ with the return value
to find out the reason.
.El
.Sh SEE ALSO
-.Xr bio 3 ,
+.Xr BIO_new 3 ,
.Xr ssl 3 ,
.Xr SSL_accept 3 ,
.Xr SSL_connect 3 ,
diff --git a/lib/libssl/man/SSL_get_fd.3 b/lib/libssl/man/SSL_get_fd.3
index 21c9ca065be..c5596c281b1 100644
--- a/lib/libssl/man/SSL_get_fd.3
+++ b/lib/libssl/man/SSL_get_fd.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: SSL_get_fd.3,v 1.2 2016/12/03 08:54:21 schwarze Exp $
+.\" $OpenBSD: SSL_get_fd.3,v 1.3 2016/12/06 12:24:33 schwarze Exp $
.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
.\"
.\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>.
@@ -48,7 +48,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: December 3 2016 $
+.Dd $Mdocdate: December 6 2016 $
.Dt SSL_GET_FD 3
.Os
.Sh NAME
@@ -88,6 +88,6 @@ The file descriptor linked to
.Fa ssl .
.El
.Sh SEE ALSO
-.Xr bio 3 ,
+.Xr BIO_new 3 ,
.Xr ssl 3 ,
.Xr SSL_set_fd 3
diff --git a/lib/libssl/man/SSL_get_rbio.3 b/lib/libssl/man/SSL_get_rbio.3
index b0c9c48efcd..9c8cd972103 100644
--- a/lib/libssl/man/SSL_get_rbio.3
+++ b/lib/libssl/man/SSL_get_rbio.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: SSL_get_rbio.3,v 1.2 2016/12/03 08:54:21 schwarze Exp $
+.\" $OpenBSD: SSL_get_rbio.3,v 1.3 2016/12/06 12:24:33 schwarze Exp $
.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
.\"
.\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>.
@@ -48,7 +48,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: December 3 2016 $
+.Dd $Mdocdate: December 6 2016 $
.Dt SSL_GET_RBIO 3
.Os
.Sh NAME
@@ -87,6 +87,6 @@ linked to
.Fa ssl .
.El
.Sh SEE ALSO
-.Xr bio 3 ,
+.Xr BIO_new 3 ,
.Xr ssl 3 ,
.Xr SSL_set_bio 3
diff --git a/lib/libssl/man/SSL_read.3 b/lib/libssl/man/SSL_read.3
index eb598a63b40..b523bd08514 100644
--- a/lib/libssl/man/SSL_read.3
+++ b/lib/libssl/man/SSL_read.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: SSL_read.3,v 1.2 2016/12/04 12:17:34 schwarze Exp $
+.\" $OpenBSD: SSL_read.3,v 1.3 2016/12/06 12:24:33 schwarze Exp $
.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400
.\"
.\" This file was written by Lutz Jaenicke <jaenicke@openssl.org> and
@@ -49,7 +49,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: December 4 2016 $
+.Dd $Mdocdate: December 6 2016 $
.Dt SSL_READ 3
.Os
.Sh NAME
@@ -210,7 +210,7 @@ Call
with the return value to find out the reason.
.El
.Sh SEE ALSO
-.Xr bio 3 ,
+.Xr BIO_new 3 ,
.Xr ssl 3 ,
.Xr SSL_accept 3 ,
.Xr SSL_connect 3 ,
diff --git a/lib/libssl/man/SSL_set_bio.3 b/lib/libssl/man/SSL_set_bio.3
index 7b87c21f9bd..391dfecce78 100644
--- a/lib/libssl/man/SSL_set_bio.3
+++ b/lib/libssl/man/SSL_set_bio.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: SSL_set_bio.3,v 1.2 2016/12/04 12:20:54 schwarze Exp $
+.\" $OpenBSD: SSL_set_bio.3,v 1.3 2016/12/06 12:24:33 schwarze Exp $
.\" OpenSSL acb5b343 Sep 16 16:00:38 2000 +0000
.\"
.\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>.
@@ -48,7 +48,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: December 4 2016 $
+.Dd $Mdocdate: December 6 2016 $
.Dt SSL_SET_BIO 3
.Os
.Sh NAME
@@ -90,7 +90,7 @@ will be called (for both the reading and writing side, if different).
.Fn SSL_set_bio
cannot fail.
.Sh SEE ALSO
-.Xr bio 3 ,
+.Xr BIO_new 3 ,
.Xr ssl 3 ,
.Xr SSL_accept 3 ,
.Xr SSL_connect 3 ,
diff --git a/lib/libssl/man/SSL_set_fd.3 b/lib/libssl/man/SSL_set_fd.3
index ad3d73b6601..e319c3b97ef 100644
--- a/lib/libssl/man/SSL_set_fd.3
+++ b/lib/libssl/man/SSL_set_fd.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: SSL_set_fd.3,v 1.2 2016/12/04 12:20:54 schwarze Exp $
+.\" $OpenBSD: SSL_set_fd.3,v 1.3 2016/12/06 12:24:33 schwarze Exp $
.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
.\"
.\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>.
@@ -48,7 +48,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: December 4 2016 $
+.Dd $Mdocdate: December 6 2016 $
.Dt SSL_SET_FD 3
.Os
.Sh NAME
@@ -111,7 +111,7 @@ Check the error stack to find out why.
The operation succeeded.
.El
.Sh SEE ALSO
-.Xr bio 3 ,
+.Xr BIO_new 3 ,
.Xr ssl 3 ,
.Xr SSL_accept 3 ,
.Xr SSL_connect 3 ,
diff --git a/lib/libssl/man/SSL_shutdown.3 b/lib/libssl/man/SSL_shutdown.3
index d7746e44c5e..11745076370 100644
--- a/lib/libssl/man/SSL_shutdown.3
+++ b/lib/libssl/man/SSL_shutdown.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: SSL_shutdown.3,v 1.2 2016/12/04 12:22:48 schwarze Exp $
+.\" $OpenBSD: SSL_shutdown.3,v 1.3 2016/12/06 12:24:33 schwarze Exp $
.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
.\"
.\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>.
@@ -49,7 +49,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: December 4 2016 $
+.Dd $Mdocdate: December 6 2016 $
.Dt SSL_SHUTDOWN 3
.Os
.Sh NAME
@@ -238,7 +238,7 @@ with the return value
to find out the reason.
.El
.Sh SEE ALSO
-.Xr bio 3 ,
+.Xr BIO_new 3 ,
.Xr ssl 3 ,
.Xr SSL_accept 3 ,
.Xr SSL_clear 3 ,
diff --git a/lib/libssl/man/SSL_write.3 b/lib/libssl/man/SSL_write.3
index b3cf9bfaec7..0580b6f2b99 100644
--- a/lib/libssl/man/SSL_write.3
+++ b/lib/libssl/man/SSL_write.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: SSL_write.3,v 1.2 2016/12/04 12:27:43 schwarze Exp $
+.\" $OpenBSD: SSL_write.3,v 1.3 2016/12/06 12:24:33 schwarze Exp $
.\" OpenSSL 99d63d46 Oct 26 13:56:48 2016 -0400
.\"
.\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>.
@@ -48,7 +48,7 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
.\" OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: December 4 2016 $
+.Dd $Mdocdate: December 6 2016 $
.Dt SSL_WRITE 3
.Os
.Sh NAME
@@ -209,7 +209,7 @@ Call
with the return value to find out the reason.
.El
.Sh SEE ALSO
-.Xr bio 3 ,
+.Xr BIO_new 3 ,
.Xr ssl 3 ,
.Xr SSL_accept 3 ,
.Xr SSL_connect 3 ,