File tree 1 file changed +6
-10
lines changed
1 file changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -351,17 +351,13 @@ as `deps/icu` (You'll have: `deps/icu/source/...`)
351
351
352
352
## Building Node.js with FIPS-compliant OpenSSL
353
353
354
- NOTE: Windows is not yet supported
354
+ It is possible to build Node.js with the
355
+ [ OpenSSL FIPS module] ( https://www.openssl.org/docs/fipsnotes.html ) on POSIX
356
+ systems. Windows is not supported.
355
357
356
- It is possible to build Node.js with
357
- [ OpenSSL FIPS module] ( https://www.openssl.org/docs/fipsnotes.html ) .
358
-
359
- ** Note** : building in this way does ** not** allow you to claim that the
360
- runtime is FIPS 140-2 validated. Instead you can indicate that the runtime
361
- uses a validated module. See the
362
- [ security policy] ( http://csrc.nist.gov/groups/STM/cmvp/documents/140-1/140sp/140sp1747.pdf )
363
- page 60 for more details. In addition, the validation for the underlying module
364
- is only valid if it is deployed in accordance with its
358
+ Building in this way does not mean the runtime is FIPS 140-2 validated, but
359
+ rather that the runtime uses a validated module. In addition, the validation for
360
+ the underlying module is only valid if it is deployed in accordance with its
365
361
[ security policy] ( http://csrc.nist.gov/groups/STM/cmvp/documents/140-1/140sp/140sp1747.pdf ) .
366
362
If you need FIPS validated cryptography it is recommended that you read both
367
363
the [ security policy] ( http://csrc.nist.gov/groups/STM/cmvp/documents/140-1/140sp/140sp1747.pdf )
You can’t perform that action at this time.
0 commit comments