Skip to content

Commit 972e857

Browse files
committed
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.
1 parent b92c9b5 commit 972e857

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

BUILDING.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ file a new issue.
5858
* [Windows](#windows-4)
5959
* [Configuring OpenSSL config appname](#configure-openssl-appname)
6060
* [Building Node.js with FIPS-compliant OpenSSL](#building-nodejs-with-fips-compliant-openssl)
61+
* [Building Node.js with Temporal support](#building-nodejs-with-temporal-support)
6162
* [Building Node.js with external core modules](#building-nodejs-with-external-core-modules)
6263
* [Unix/macOS](#unixmacos-4)
6364
* [Windows](#windows-5)
@@ -1061,6 +1062,15 @@ configure option:
10611062
./configure --openssl-conf-name=<some_conf_name>
10621063
```
10631064

1065+
## Building Node.js with FIPS-compliant OpenSSL
1066+
1067+
Node.js supports FIPS when statically or dynamically linked with OpenSSL 3 via
1068+
[OpenSSL's provider model](https://docs.openssl.org/3.0/man7/crypto/#OPENSSL-PROVIDERS).
1069+
It is not necessary to rebuild Node.js to enable support for FIPS.
1070+
1071+
See [FIPS mode](doc/api/crypto.md#fips-mode) for more information on how to
1072+
enable FIPS support in Node.js.
1073+
10641074
## Building Node.js with Temporal support
10651075

10661076
Node.js supports the [Temporal](https://github.com/tc39/proposal-temporal) APIs, when
@@ -1071,15 +1081,6 @@ To build Node.js with Temporal support, a Rust toolchain is required:
10711081
* rustc >= 1.82 (with LLVM >= 19)
10721082
* cargo >= 1.82
10731083

1074-
## Building Node.js with FIPS-compliant OpenSSL
1075-
1076-
Node.js supports FIPS when statically or dynamically linked with OpenSSL 3 via
1077-
[OpenSSL's provider model](https://docs.openssl.org/3.0/man7/crypto/#OPENSSL-PROVIDERS).
1078-
It is not necessary to rebuild Node.js to enable support for FIPS.
1079-
1080-
See [FIPS mode](doc/api/crypto.md#fips-mode) for more information on how to
1081-
enable FIPS support in Node.js.
1082-
10831084
## Building Node.js with external core modules
10841085

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

0 commit comments

Comments
 (0)