Add passage to manual page actually reflecting the usage of the
contents of "buf" when calling RAND_*bytes().
This commit is contained in:
parent
625782f7ee
commit
2e3fd54337
1 changed files with 3 additions and 0 deletions
|
@ -25,6 +25,9 @@ unpredictable. They can be used for non-cryptographic purposes and for
|
|||
certain purposes in cryptographic protocols, but usually not for key
|
||||
generation etc.
|
||||
|
||||
The contents of B<buf> is mixed into the entropy pool before retrieving
|
||||
the new pseudo-random bytes unless disabled at compile time.
|
||||
|
||||
=head1 RETURN VALUES
|
||||
|
||||
RAND_bytes() returns 1 on success, 0 otherwise. The error code can be
|
||||
|
|
Loading…
Reference in a new issue