@@ -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
10661076Node.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
10851086It is possible to specify one or more JavaScript text files to be bundled in
0 commit comments