X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=doc%2Fcrypto%2FRAND_bytes.pod;h=1a9b91e28144222419516b99392b3222c50d865b;hb=aa224e9719871f89f962061a5970b49f03c9dca0;hp=ec874f1216056b24e2e191e383bc1def1baa07ba;hpb=bb075f883356589425b7e57f788c7498a83b0219;p=oweals%2Fopenssl.git diff --git a/doc/crypto/RAND_bytes.pod b/doc/crypto/RAND_bytes.pod index ec874f1216..1a9b91e281 100644 --- a/doc/crypto/RAND_bytes.pod +++ b/doc/crypto/RAND_bytes.pod @@ -2,7 +2,7 @@ =head1 NAME -RAND_bytes, RAND_pseudo_bytes - Generate random data +RAND_bytes, RAND_pseudo_bytes - generate random data =head1 SYNOPSIS @@ -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 is mixed into the entropy pool before retrieving +the new pseudo-random bytes unless disabled at compile time (see FAQ). + =head1 RETURN VALUES RAND_bytes() returns 1 on success, 0 otherwise. The error code can be @@ -35,7 +38,8 @@ method. =head1 SEE ALSO -L, L, L +L, L, +L =head1 HISTORY