Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/24498)
This sets the property query used when fetching the randomness source.
+=item B<random_provider>
+
+This sets the provider to use for the L<RAND_bytes(3)> calls instead of the built-in
+entropy sources. It defaults to "fips". If the named provider is not loaded, the
+built-in entropy sources will be used.
+
=back
=head1 EXAMPLES
L<EVP_set_default_properties(3)>,
L<CONF_modules_load(3)>,
L<CONF_modules_load_file(3)>,
+L<RAND_bytes(3)>,
L<fips_config(5)>, and
L<x509v3_config(5)>.