This module handles the OpenSSL pseudo random number generator (PRNG) and declares the following:
This is a wrapper for the C function RAND_bytes.
This is a wrapper for the C function RAND_cleanup.
Whenever this exception is raised directly, it has a list of error messages
from the OpenSSL error queue, where each item is a tuple (lib,
function, reason)
. Here lib, function and reason
are all strings, describing where and what the problem is. See err(3)
for more information.