Skip to content

Commit a57893b

Browse files
authored
doc: add Temporal section to Table of Contents
Move the "Building Node.js with Temporal support" section in `BUILDING.md` so that it is not in the middle of the OpenSSL sections and add it to the Table of Contents. PR-URL: #61805 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 9cc7fcc commit a57893b

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

BUILDING.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ file a new issue.
5757
* [Windows](#windows-4)
5858
* [Configuring OpenSSL config appname](#configure-openssl-appname)
5959
* [Building Node.js with FIPS-compliant OpenSSL](#building-nodejs-with-fips-compliant-openssl)
60+
* [Building Node.js with Temporal support](#building-nodejs-with-temporal-support)
6061
* [Building Node.js with external core modules](#building-nodejs-with-external-core-modules)
6162
* [Unix/macOS](#unixmacos-4)
6263
* [Windows](#windows-5)
@@ -1027,6 +1028,15 @@ configure option:
10271028
./configure --openssl-conf-name=<some_conf_name>
10281029
```
10291030

1031+
## Building Node.js with FIPS-compliant OpenSSL
1032+
1033+
Node.js supports FIPS when statically or dynamically linked with OpenSSL 3 via
1034+
[OpenSSL's provider model](https://docs.openssl.org/3.0/man7/crypto/#OPENSSL-PROVIDERS).
1035+
It is not necessary to rebuild Node.js to enable support for FIPS.
1036+
1037+
See [FIPS mode](doc/api/crypto.md#fips-mode) for more information on how to
1038+
enable FIPS support in Node.js.
1039+
10301040
## Building Node.js with Temporal support
10311041

10321042
Node.js supports the [Temporal](https://github.com/tc39/proposal-temporal) APIs, when
@@ -1037,15 +1047,6 @@ To build Node.js with Temporal support, a Rust toolchain is required:
10371047
* rustc >= 1.82 (with LLVM >= 19)
10381048
* cargo >= 1.82
10391049

1040-
## Building Node.js with FIPS-compliant OpenSSL
1041-
1042-
Node.js supports FIPS when statically or dynamically linked with OpenSSL 3 via
1043-
[OpenSSL's provider model](https://docs.openssl.org/3.0/man7/crypto/#OPENSSL-PROVIDERS).
1044-
It is not necessary to rebuild Node.js to enable support for FIPS.
1045-
1046-
See [FIPS mode](doc/api/crypto.md#fips-mode) for more information on how to
1047-
enable FIPS support in Node.js.
1048-
10491050
## Building Node.js with external core modules
10501051

10511052
It is possible to specify one or more JavaScript text files to be bundled in

0 commit comments

Comments
 (0)