node/test/fixtures/openssl3-conf/base_only.cnf
Richard Lau aac2dccf1c
crypto: avoid hang when no algorithm available
Avoid an endless loop if no algorithm is available to seed the
cryptographically secure pseudorandom number generator (CSPRNG).

Co-authored-by: Anna Henningsen <anna@addaleax.net>
PR-URL: https://github.com/nodejs/node/pull/46237
Fixes: https://github.com/nodejs/node/issues/46200
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2023-01-19 17:31:08 +00:00

13 lines
156 B
INI

nodejs_conf = nodejs_init
[nodejs_init]
providers = provider_sect
# List of providers to load
[provider_sect]
base = base_sect
[base_sect]
activate = 1