summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/BIO_ctrl.3
diff options
context:
space:
mode:
authorschwarze <>2018-03-22 16:06:33 +0000
committerschwarze <>2018-03-22 16:06:33 +0000
commit84c3174286898ff13a0365705279864b06320097 (patch)
treed3aa2c462fcc17deb7cc16c2a5a30ca6a29e1868 /src/lib/libcrypto/man/BIO_ctrl.3
parent62540710d193a8120bb7efa8d79a080971b587d3 (diff)
downloadopenbsd-84c3174286898ff13a0365705279864b06320097.tar.gz
openbsd-84c3174286898ff13a0365705279864b06320097.tar.bz2
openbsd-84c3174286898ff13a0365705279864b06320097.zip
crypto HISTORY up to 0.9.5; researched from OpenSSL git
Diffstat (limited to 'src/lib/libcrypto/man/BIO_ctrl.3')
-rw-r--r--src/lib/libcrypto/man/BIO_ctrl.38
1 files changed, 6 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/BIO_ctrl.3 b/src/lib/libcrypto/man/BIO_ctrl.3
index 2c9d385a41..a32ed80da7 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.12 2018/03/21 21:18:08 schwarze Exp $ 1.\" $OpenBSD: BIO_ctrl.3,v 1.13 2018/03/22 16:06:33 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 21 2018 $ 51.Dd $Mdocdate: March 22 2018 $
52.Dt BIO_CTRL 3 52.Dt BIO_CTRL 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -340,6 +340,10 @@ and
340first appeared in OpenSSL 0.9.4. 340first appeared in OpenSSL 0.9.4.
341These functions have been available since 341These functions have been available since
342.Ox 2.6 . 342.Ox 2.6 .
343.Pp
344.Fn BIO_callback_ctrl
345first appeared in OpenSSL 0.9.5 and has been available since
346.Ox 2.7 .
343.Sh BUGS 347.Sh BUGS
344Some of the return values are ambiguous and care should be taken. 348Some of the return values are ambiguous and care should be taken.
345In particular a return value of 0 can be returned if an operation 349In particular a return value of 0 can be returned if an operation