8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
There was an e 8000 rror while loading. Please reload this page.
1 parent d3f5145 commit 9b2eee1Copy full SHA for 9b2eee1
test/common/README.md
@@ -194,7 +194,12 @@ Indicates whether OpenSSL is available.
194
### hasFipsCrypto
195
* [<boolean>]
196
197
-Indicates `hasCrypto` and `crypto` with fips.
+Indicates that Node.js has been linked with a FIPS compatible OpenSSL library,
198
+and that FIPS as been enabled using `--enable-fips`.
199
+
200
+To only detect if the OpenSSL library is FIPS compatible, regardless if it has
201
+been enabled or not, then `process.config.variables.openssl_is_fips` can be
202
+used to determine that situation.
203
204
### hasIntl
205
0 commit comments