summaryrefslogtreecommitdiff
path: root/lib/libcrypto/man/BIO_ctrl.3
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2018-03-21 06:09:38 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2018-03-21 06:09:38 +0000
commit5b89840b35ded3376dae0ac3de710746972b6ac7 (patch)
tree588ec73be843e10300a3b97b556a3999e607d01d /lib/libcrypto/man/BIO_ctrl.3
parent69f6109bac0cf70a1651614a51b478ef9aa2872a (diff)
bio.h HISTORY up to SSLeay 0.9.0; researched from OpenSSL git
Diffstat (limited to 'lib/libcrypto/man/BIO_ctrl.3')
-rw-r--r--lib/libcrypto/man/BIO_ctrl.314
1 files changed, 10 insertions, 4 deletions
diff --git a/lib/libcrypto/man/BIO_ctrl.3 b/lib/libcrypto/man/BIO_ctrl.3
index 37354db8085..2955a0ae633 100644
--- a/lib/libcrypto/man/BIO_ctrl.3
+++ b/lib/libcrypto/man/BIO_ctrl.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: BIO_ctrl.3,v 1.9 2018/03/20 19:33:16 schwarze Exp $
+.\" $OpenBSD: BIO_ctrl.3,v 1.10 2018/03/21 06:09:37 schwarze Exp $
.\" OpenSSL b055fceb Thu Oct 20 09:56:18 2016 +0100
.\"
.\" This file was written by Dr. Stephen Henson <steve@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: March 20 2018 $
+.Dd $Mdocdate: March 21 2018 $
.Dt BIO_CTRL 3
.Os
.Sh NAME
@@ -312,7 +312,6 @@ operation.
.Xr BIO_new 3
.Sh HISTORY
.Fn BIO_ctrl ,
-.Fn BIO_ctrl_int ,
.Fn BIO_reset ,
.Fn BIO_flush ,
.Fn BIO_eof ,
@@ -321,7 +320,14 @@ operation.
.Fn BIO_pending ,
and
.Fn BIO_wpending
-appeared in SSLeay 0.8.1b or earlier and have been available since
+appeared in SSLeay 0.8.1b or earlier.
+.Fn BIO_ptr_ctrl ,
+.Fn BIO_int_ctrl ,
+.Fn BIO_get_info_callback
+and
+.Fn BIO_set_info_callback
+first appeared in SSLeay 0.9.0.
+All these functions have been available since
.Ox 2.4 .
.Sh BUGS
Some of the return values are ambiguous and care should be taken.