summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/RAND_bytes.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/RAND_bytes.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/RAND_bytes.3')
-rw-r--r--src/lib/libcrypto/man/RAND_bytes.311
1 files changed, 6 insertions, 5 deletions
diff --git a/src/lib/libcrypto/man/RAND_bytes.3 b/src/lib/libcrypto/man/RAND_bytes.3
index f0bd85b9e3..29dcc0aaa2 100644
--- a/src/lib/libcrypto/man/RAND_bytes.3
+++ b/src/lib/libcrypto/man/RAND_bytes.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: RAND_bytes.3,v 1.4 2018/03/21 01:02:06 schwarze Exp $ 1.\" $OpenBSD: RAND_bytes.3,v 1.5 2018/03/22 16:06:33 schwarze Exp $
2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 2.\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
3.\" 3.\"
4.\" This file was written by Ulf Moeller <ulf@openssl.org>. 4.\" This file was written by Ulf Moeller <ulf@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 RAND_BYTES 3 52.Dt RAND_BYTES 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -100,8 +100,9 @@ returns 1.
100.Fn RAND_bytes 100.Fn RAND_bytes
101appeared in SSLeay 0.8.1b or earlier and has been available since 101appeared in SSLeay 0.8.1b or earlier and has been available since
102.Ox 2.4 . 102.Ox 2.4 .
103It has a return 103It has a return value since OpenSSL 0.9.5 and
104value since OpenSSL 0.9.5. 104.Ox 2.7 .
105.Pp 105.Pp
106.Fn RAND_pseudo_bytes 106.Fn RAND_pseudo_bytes
107was added in OpenSSL 0.9.5. 107first appeared in OpenSSL 0.9.5 and has been available since
108.Ox 2.7 .