Skip to content

Commit

Permalink
test: update hasFipsCrypto in test/common/README
Browse files Browse the repository at this point in the history
PR-URL: #28507
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
  • Loading branch information
danbev authored and Trott committed Jul 16, 2019
1 parent 458eee4 commit 2111207
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,12 @@ Indicates whether OpenSSL is available.
### hasFipsCrypto
* [&lt;boolean>]

Indicates `hasCrypto` and `crypto` with fips.
Indicates that Node.js has been linked with a FIPS compatible OpenSSL library,
and that FIPS as been enabled using `--enable-fips`.

To only detect if the OpenSSL library is FIPS compatible, regardless if it has
been enabled or not, then `process.config.variables.openssl_is_fips` can be
used to determine that situation.

### hasIntl
* [&lt;boolean>]
Expand Down

0 comments on commit 2111207

Please sign in to comment.