diff options
author | schwarze <> | 2018-03-22 16:06:33 +0000 |
---|---|---|
committer | schwarze <> | 2018-03-22 16:06:33 +0000 |
commit | 84c3174286898ff13a0365705279864b06320097 (patch) | |
tree | d3aa2c462fcc17deb7cc16c2a5a30ca6a29e1868 /src/lib/libcrypto/man/BIO_ctrl.3 | |
parent | 62540710d193a8120bb7efa8d79a080971b587d3 (diff) | |
download | openbsd-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.3 | 8 |
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 | |||
340 | first appeared in OpenSSL 0.9.4. | 340 | first appeared in OpenSSL 0.9.4. |
341 | These functions have been available since | 341 | These functions have been available since |
342 | .Ox 2.6 . | 342 | .Ox 2.6 . |
343 | .Pp | ||
344 | .Fn BIO_callback_ctrl | ||
345 | first appeared in OpenSSL 0.9.5 and has been available since | ||
346 | .Ox 2.7 . | ||
343 | .Sh BUGS | 347 | .Sh BUGS |
344 | Some of the return values are ambiguous and care should be taken. | 348 | Some of the return values are ambiguous and care should be taken. |
345 | In particular a return value of 0 can be returned if an operation | 349 | In particular a return value of 0 can be returned if an operation |