Skip to content

crypto: enable FIPS only when configured with it

Rodrigo Muino Tomonari requested to merge github/fork/indutny/fix/gh-3077 into master

Do not rely on OPENSSL_FIPS in node_crypto.cc when building with shared FIPS-enabled OpenSSL library. Enable FIPS in core only when configured with --openssl-fips.

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

cc @nodejs/crypto

Merge request reports

Loading