Skip to content

Commit 35fb9f9

Browse files
stefanmbrvagg
authored andcommitted
doc: Describe FIPSDIR environment variable
As per the OpenSSL User Guide, it is possible to use the FIPSDIR environment variable to specify a custom install path for the validated cryptographic module. PR-URL: #3752 Reviewed-By: Michael Dawsson <michael_dawson@ca.ibm.com> Reviewed-By: Shigeki Ohtsu <ohtsu@iij.ad.jp> Reviewed-By: Fedor Indutny <fedor@indutny.com>
1 parent 59077ac commit 35fb9f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,9 @@ Instructions:
295295
Appendix A in the [security policy]
296296
(http://csrc.nist.gov/groups/STM/cmvp/documents/140-1/140sp/140sp1747.pdf).
297297
The only exception is that `./config no-asm` can be
298-
used in place of `./config` )
298+
used in place of `./config`, and the FIPSDIR environment variable
299+
may be used to specify a non-standard install folder for the
300+
validated module, as per User Guide sections 4.2.1, 4.2.2, and 4.2.3.
299301
6. Get into Node.js checkout folder
300302
7. `./configure --openssl-fips=/path/to/openssl-fips/installdir`
301303
For example on ubuntu 12 the installation directory was

0 commit comments

Comments
 (0)