I'm having trouble retrieving the random method being used after a
call to FIPS_mode_set.

ENGINE_get_default_RAND is returning NULL, so I can't use ENGINE_get_name.

RAND_get_rand_method is returning a pointer, but its not supposed to
be used and it has not way to fetch a name.

There is a RAND_set_fips_drbg_type but no RAND_get_fips_drbg_type.

How do I retrieve the random method being used? I'm especially
interested in a string name for auditing purposes.

Thanks in advance.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to