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
78
+
- You also need to install the `Command Line Tools` via Xcode. You can find
24
79
this under the menu `Xcode -> Preferences -> Downloads`
25
-
* This step will install `gcc` and the related toolchain containing `make`
80
+
- This step will install `gcc` and the related toolchain containing `make`
26
81
27
82
* After building, you may want to setup [firewall rules](tools/macosx-firewall.sh)
28
83
to avoid popups asking to accept incoming network connections when running tests:
@@ -53,6 +108,9 @@ $ make
53
108
$ [sudo] make install
54
109
```
55
110
111
+
Note that the above requires that `python` resolve to Python 2.6 or 2.7
112
+
and not a newer version.
113
+
56
114
To run the tests:
57
115
58
116
```text
@@ -263,9 +321,11 @@ It is possible to build Node.js with
263
321
264
322
**Note**: building in this way does **not** allow you to claim that the
265
323
runtime is FIPS 140-2 validated. Instead you can indicate that the runtime
266
-
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
268
-
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).
327
+
is only valid if it is deployed in accordance with its
If you need FIPS validated cryptography it is recommended that you read both
270
330
the [security policy](http://csrc.nist.gov/groups/STM/cmvp/documents/140-1/140sp/140sp1747.pdf)
271
331
and [user guide](https://openssl.org/docs/fips/UserGuide-2.0.pdf).
0 commit comments