| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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: nodejs#3077
|
LGTM |
Sorry, something went wrong.
|
Thanks, @bnoordhuis. I'm going to skip CI run, because we are not testing FIPS mode anyway. |
Sorry, something went wrong.
@indutny don't discount weird side-effects that you can't predict, like Windows oddities with .gyp files or compiler differences. CI runs are cheap and for this kind of thing you could just look at a few test runs and verify that builds have happened successfully elsewhere to have confidence so you don't even need to wait for the whole thing if you're impatient. |
Sorry, something went wrong.
|
@rvagg ok, I will do it next time if you insist. I just always try to spare the CI, and save some time for other people :) |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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: #3077
cc @nodejs/crypto