summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BIO_ctrl.3
diff options
context:
space:
mode:
authorschwarze <>2018-03-21 06:09:37 +0000
committerschwarze <>2018-03-21 06:09:37 +0000
commit763fc08a0eee57e50593d6da9b96e8eaec21248a (patch)
tree6d237b76811fb455e39268b58ad4e1491a55c665 /src/lib/libcrypto/man/BIO_ctrl.3
parent6523c6742dfecf63c2993da1755a2e28ca13120e (diff)
downloadopenbsd-763fc08a0eee57e50593d6da9b96e8eaec21248a.tar.gz
openbsd-763fc08a0eee57e50593d6da9b96e8eaec21248a.tar.bz2
openbsd-763fc08a0eee57e50593d6da9b96e8eaec21248a.zip
bio.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL git
Diffstat (limited to 'src/lib/libcrypto/man/BIO_ctrl.3')
-rw-r--r--src/lib/libcrypto/man/BIO_ctrl.314
1 files changed, 10 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/BIO_ctrl.3 b/src/lib/libcrypto/man/BIO_ctrl.3
index 37354db808..2955a0ae63 100644
--- a/src/lib/libcrypto/man/BIO_ctrl.3
+++ b/src/lib/libcrypto/man/BIO_ctrl.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: BIO_ctrl.3,v 1.9 2018/03/20 19:33:16 schwarze Exp $ 1.\" $OpenBSD: BIO_ctrl.3,v 1.10 2018/03/21 06:09:37 schwarze Exp $
2.\" OpenSSL b055fceb Thu Oct 20 09:56:18 2016 +0100 2.\" OpenSSL b055fceb Thu Oct 20 09:56:18 2016 +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>.
@@ -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: March 20 2018 $ 51.Dd $Mdocdate: March 21 2018 $
52.Dt BIO_CTRL 3 52.Dt BIO_CTRL 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -312,7 +312,6 @@ operation.
312.Xr BIO_new 3 312.Xr BIO_new 3
313.Sh HISTORY 313.Sh HISTORY
314.Fn BIO_ctrl , 314.Fn BIO_ctrl ,
315.Fn BIO_ctrl_int ,
316.Fn BIO_reset , 315.Fn BIO_reset ,
317.Fn BIO_flush , 316.Fn BIO_flush ,
318.Fn BIO_eof , 317.Fn BIO_eof ,
@@ -321,7 +320,14 @@ operation.
321.Fn BIO_pending , 320.Fn BIO_pending ,
322and 321and
323.Fn BIO_wpending 322.Fn BIO_wpending
324appeared in SSLeay 0.8.1b or earlier and have been available since 323appeared in SSLeay 0.8.1b or earlier.
324.Fn BIO_ptr_ctrl ,
325.Fn BIO_int_ctrl ,
326.Fn BIO_get_info_callback
327and
328.Fn BIO_set_info_callback
329first appeared in SSLeay 0.9.0.
330All these functions have been available since
325.Ox 2.4 . 331.Ox 2.4 .
326.Sh BUGS 332.Sh BUGS
327Some of the return values are ambiguous and care should be taken. 333Some of the return values are ambiguous and care should be taken.