summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcrypto/man/RAND_bytes.3
diff options
context:
space:
mode:
authorsimon <simon@FreeBSD.org>2009-06-14 19:51:05 +0000
committersimon <simon@FreeBSD.org>2009-06-14 19:51:05 +0000
commitc2624ed238285b10690b8008cd36e0d9aff09b0d (patch)
treec583a68a7b74a895df55b53bbd6b70432f5b3caa /secure/lib/libcrypto/man/RAND_bytes.3
parent55bfce5e08a8fe3ddb5834f27ad6d8e0172bc0c6 (diff)
downloadFreeBSD-src-c2624ed238285b10690b8008cd36e0d9aff09b0d.zip
FreeBSD-src-c2624ed238285b10690b8008cd36e0d9aff09b0d.tar.gz
Regenerate manual pages for OpenSSL 0.9.8k.
Diffstat (limited to 'secure/lib/libcrypto/man/RAND_bytes.3')
-rw-r--r--secure/lib/libcrypto/man/RAND_bytes.37
1 files changed, 5 insertions, 2 deletions
diff --git a/secure/lib/libcrypto/man/RAND_bytes.3 b/secure/lib/libcrypto/man/RAND_bytes.3
index 81d6568..1795a6e 100644
--- a/secure/lib/libcrypto/man/RAND_bytes.3
+++ b/secure/lib/libcrypto/man/RAND_bytes.3
@@ -1,4 +1,4 @@
-.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.35
+.\" Automatically generated by Pod::Man v1.37, Pod::Parser v1.37
.\"
.\" Standard preamble:
.\" ========================================================================
@@ -129,7 +129,7 @@
.\" ========================================================================
.\"
.IX Title "RAND_bytes 3"
-.TH RAND_bytes 3 "2007-03-15" "0.9.8e" "OpenSSL"
+.TH RAND_bytes 3 "2009-06-14" "0.9.8k" "OpenSSL"
.SH "NAME"
RAND_bytes, RAND_pseudo_bytes \- generate random data
.SH "SYNOPSIS"
@@ -157,6 +157,9 @@ unique if they are of sufficient length, but are not necessarily
unpredictable. They can be used for non-cryptographic purposes and for
certain purposes in cryptographic protocols, but usually not for key
generation etc.
+.PP
+The contents of \fBbuf\fR is mixed into the entropy pool before retrieving
+the new pseudo-random bytes unless disabled at compile time (see \s-1FAQ\s0).
.SH "RETURN VALUES"
.IX Header "RETURN VALUES"
\&\fIRAND_bytes()\fR returns 1 on success, 0 otherwise. The error code can be
OpenPOWER on IntegriCloud