Skip to content

crypto: support OPENSSL_CONF again

A side-effect of https://github.com/nodejs/node-private/pull/82 was to remove support for OPENSSL_CONF, as well as removing the default read of a configuration file on startup.

Partly revert this, allowing OPENSSL_CONF to be used to specify a configuration file to read on startup, but do not read a file by default.

If the --openssl-config command line option is provided, its value is used, not the OPENSSL_CONF environment variable.

Fix: https://github.com/nodejs/node/issues/10938

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

crypto

Merge request reports

Loading