mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
test: update hasFipsCrypto in test/common/README
PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
committed by
Rich Trott
parent
458eee4ea0
commit
2111207f44
@@ -194,7 +194,12 @@ Indicates whether OpenSSL is available.
|
||||
### hasFipsCrypto
|
||||
* [<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
|
||||
* [<boolean>]
|
||||
|
||||
Reference in New Issue
Block a user