summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStefan Budeanu <stefan@budeanu.com>2015-11-06 14:50:57 -0500
committerMichael Dawson <michael_dawson@ca.ibm.com>2015-11-12 12:20:39 -0500
commit9f71a3109e8b6ff870244f89df19065d4a35025b (patch)
tree6d16e099d1483b55f1ab14e2b0fc67442846fd16 /README.md
parent81e32ccdfe0afed6732bd3b9af799f48cd03c2d1 (diff)
downloadandroid-node-v8-9f71a3109e8b6ff870244f89df19065d4a35025b.tar.gz
android-node-v8-9f71a3109e8b6ff870244f89df19065d4a35025b.tar.bz2
android-node-v8-9f71a3109e8b6ff870244f89df19065d4a35025b.zip
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: https://github.com/nodejs/node/pull/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>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5870524ba0..45062d459b 100644
--- a/README.md
+++ b/README.md
@@ -295,7 +295,9 @@ Instructions:
Appendix A in the [security policy]
(http://csrc.nist.gov/groups/STM/cmvp/documents/140-1/140sp/140sp1747.pdf).
The only exception is that `./config no-asm` can be
- used in place of `./config` )
+ used in place of `./config`, and the FIPSDIR environment variable
+ may be used to specify a non-standard install folder for the
+ validated module, as per User Guide sections 4.2.1, 4.2.2, and 4.2.3.
6. Get into Node.js checkout folder
7. `./configure --openssl-fips=/path/to/openssl-fips/installdir`
For example on ubuntu 12 the installation directory was