Commit 05200ee5 authored by Matt Caswell's avatar Matt Caswell
Browse files

Change usage of RAND_pseudo_bytes to RAND_bytes



RAND_pseudo_bytes() allows random data to be returned even in low entropy
conditions. Sometimes this is ok. Many times it is not. For the avoidance
of any doubt, replace existing usage of RAND_pseudo_bytes() with
RAND_bytes().

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 3681a455
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment