You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* You also need to install the `Command Line Tools` via Xcode. You can find
88
+
- You also need to install the `Command Line Tools` via Xcode. You can find
24
89
this under the menu `Xcode -> Preferences -> Downloads`
25
-
* This step will install `gcc` and the related toolchain containing `make`
90
+
- This step will install `gcc` and the related toolchain containing `make`
26
91
27
92
* After building, you may want to setup [firewall rules](tools/macosx-firewall.sh)
28
93
to avoid popups asking to accept incoming network connections when running tests:
@@ -51,7 +116,8 @@ the `-j4` flag. See the
51
116
[GNU Make Documentation](https://www.gnu.org/software/make/manual/html_node/Parallel.html)
52
117
for more information.
53
118
54
-
Note that the above requires that `python` resolve to Python 2.6 or 2.7 and not a newer version.
119
+
Note that the above requires that `python` resolve to Python 2.6 or 2.7
120
+
and not a newer version.
55
121
56
122
To run the tests:
57
123
@@ -252,9 +318,11 @@ It is possible to build Node.js with
252
318
253
319
**Note**: building in this way does **not** allow you to claim that the
254
320
runtime is FIPS 140-2 validated. Instead you can indicate that the runtime
255
-
uses a validated module. See the [security policy](http://csrc.nist.gov/groups/STM/cmvp/documents/140-1/140sp/140sp1747.pdf)
page 60 for more details. In addition, the validation for the underlying module
257
-
is only valid if it is deployed in accordance with its [security policy](http://csrc.nist.gov/groups/STM/cmvp/documents/140-1/140sp/140sp1747.pdf).
324
+
is only valid if it is deployed in accordance with its
If you need FIPS validated cryptography it is recommended that you read both
259
327
the [security policy](http://csrc.nist.gov/groups/STM/cmvp/documents/140-1/140sp/140sp1747.pdf)
260
328
and [user guide](https://openssl.org/docs/fips/UserGuide-2.0.pdf).
0 commit comments