@@ -51,7 +51,7 @@ For Node.js >= 10.16.0:
51
51
* OpenSSL version: 1.1.1
52
52
* Allowed shared OpenSSL version: 1.1.0 or 1.1.1
53
53
* Default minimum TLS version is TLSv1, default maximum is TLSv1.2. It is
54
- expected that TLS1.3 support will be backported to 10.x, but it will * not * be
54
+ expected that TLS1.3 support will be backported to 10.x, but it will _ not _ be
55
55
supported by default, only by explicit run-time configuration.
56
56
* FIPS: not supported
57
57
@@ -102,7 +102,7 @@ For Node.js >= 11.9.0:
102
102
* OpenSSL version: 1.1.0
103
103
* Allowed shared OpenSSL version: 1.1.0 or 1.1.1
104
104
* Default minimum TLS version is TLSv1, default maximum is TLSv1.2. It is
105
- expected that TLS1.3 support will be backported to 11.x, but it will * not * be
105
+ expected that TLS1.3 support will be backported to 11.x, but it will _ not _ be
106
106
supported by default, only by explicit run-time configuration.
107
107
* FIPS: not supported
108
108
@@ -111,7 +111,7 @@ For Node.js >= 11.9.0:
111
111
* OpenSSL version: 1.1.1
112
112
* Allowed shared OpenSSL version: 1.1.1
113
113
* Default minimum TLS version is TLSv1.2, default maximum is TLSv1.3. TLSv1
114
- and TLSv1.1 are * not * supported by default, only by explicit run-time
114
+ and TLSv1.1 are _ not _ supported by default, only by explicit run-time
115
115
configuration.
116
116
* FIPS: not supported
117
117
@@ -124,13 +124,13 @@ Node.js EOL dates:
124
124
## Node.js version 15.x (est. Oct 2020) (EOL Jun 2021)
125
125
126
126
* quictls/OpenSSL version: 1.1.1+quic
127
- Node.js currently uses a temporary OpenSSL fork, which closely tracks the main
128
- openssl/openssl releases with the addition of APIs to support the QUIC protocol.
129
- Details on the fork, as well as the latest sources, can be found at
130
- < https://github.com/quictls/openssl > .
127
+ Node.js currently uses a temporary OpenSSL fork, which closely tracks the main
128
+ openssl/openssl releases with the addition of APIs to support the QUIC protocol.
129
+ Details on the fork, as well as the latest sources, can be found at
130
+ < https://github.com/quictls/openssl > .
131
131
* Allowed shared OpenSSL version: 1.1.1
132
132
* Default minimum TLS version is TLSv1.2, default maximum is TLSv1.3. TLSv1
133
- and TLSv1.1 are * not * supported by default, only by explicit run-time
133
+ and TLSv1.1 are _ not _ supported by default, only by explicit run-time
134
134
configuration.
135
135
* FIPS: not supported
136
136
@@ -142,14 +142,14 @@ of 15.x (which is only about 8 months), that experimental support for OpenSSL
142
142
## Node.js version 16.x (est Apr 2021) (EOL Apr 2024)
143
143
144
144
* quictls/OpenSSL version: openssl-3.0.0+quic
145
- Node.js currently uses a temporary OpenSSL fork, which closely tracks the main
146
- openssl/openssl releases with the addition of APIs to support the QUIC protocol.
147
- This will be used until OpenSSL releases support for the QUIC protocol. Details
148
- on the fork, as well as the latest sources, can be found at
149
- < https://github.com/quictls/openssl > .
145
+ Node.js currently uses a temporary OpenSSL fork, which closely tracks the main
146
+ openssl/openssl releases with the addition of APIs to support the QUIC protocol.
147
+ This will be used until OpenSSL releases support for the QUIC protocol. Details
148
+ on the fork, as well as the latest sources, can be found at
149
+ < https://github.com/quictls/openssl > .
150
150
* Allowed shared OpenSSL version: 3.0.0, 3.0.0+quic, 1.1.1, 1.1.1+quic
151
151
* Default minimum TLS version is TLSv1.2, default maximum is TLSv1.3. TLSv1
152
- and TLSv1.1 are * not * supported by default, only by explicit run-time
152
+ and TLSv1.1 are _ not _ supported by default, only by explicit run-time
153
153
configuration.
154
154
* FIPS: unpredictable, see below
155
155
@@ -166,19 +166,19 @@ building against OpenSSL 1.1.1 out-of-tree, even if OpenSSL 3.x was in-tree.
166
166
The plan described above is to:
167
167
168
168
* Once OpenSSL has been updated with support for the QUIC protocol replace the
169
- temporary quictls/openssl depencency with it.
169
+ temporary quictls/openssl depencency with it.
170
170
171
171
Challenges are:
172
172
173
173
1 . OpenSSL 3.x moved many algorithms into a legacy library, that is only
174
- accessible as a dynamically loaded provider, so cannot ship with Node.js
174
+ accessible as a dynamically loaded provider, so cannot ship with Node.js
175
175
2 . Node.js has a build system wrapped around OpenSSL 1.1.1, it is currently
176
- incompatible with the OpenSSL 3.x build system (effort to fix this is
177
- unknown).
176
+ incompatible with the OpenSSL 3.x build system (effort to fix this is
177
+ unknown).
178
178
3 . OpenSSL 3.x has compile-time warning-deprecated a number of OpenSSL 1.1.1
179
- APIs, but the alternatives to those deprecated APIs do not exist in OpenSSL
180
- 1.1.1. So, Node.js 16.x either needs to ship calling deprecated APIs, or
181
- break compatibility with OpenSSL 1.1.1 (so it will _ only build with 3.x_ ).
179
+ APIs, but the alternatives to those deprecated APIs do not exist in OpenSSL
180
+ 1.1.1. So, Node.js 16.x either needs to ship calling deprecated APIs, or
181
+ break compatibility with OpenSSL 1.1.1 (so it will _ only build with 3.x_ ).
182
182
183
183
Tracking issue: < https://github.com/nodejs/node/issues/29817 >
184
184
@@ -197,7 +197,7 @@ for more information about OpenSSL-compatible libraries.
197
197
198
198
Shared OpenSSL libraries will lack our floating patches, and may also not be the
199
199
latest OpenSSL patch release. Node.js supports being configured to build against
200
- a shared OpenSSL library. Node.js does * not * support the resulting Node.js
200
+ a shared OpenSSL library. Node.js does _ not _ support the resulting Node.js
201
201
binaries built with this non-default configuration, doing so is the
202
202
responsibility of the distributor.
203
203
@@ -241,7 +241,7 @@ Currently, there are three supported versions of OpenSSL as per the
241
241
* Version 1.1.0: supported until 2019-09-11, not a LTS release line
242
242
* Version 1.1.1: supported until 2023-09-11, designated Long-term Support (LTS)
243
243
* Version 3.0.0: first release: Q4 2020 (estimated), designation as LTS:
244
- * unknown *
244
+ _ unknown _
245
245
246
246
### OpenSSL 1.0.2 and FIPS
247
247
@@ -281,7 +281,7 @@ means that Node.js 6.x and 8.x are the only versions of Node.js that currently
281
281
support FIPS.
282
282
283
283
In particular, note that Node.js 10.x, the most recent Node.js LTS release
284
- line, does not and * will not * support FIPS.
284
+ line, does not and _ will not _ support FIPS.
285
285
286
286
Aside from some manual configuration that is
287
287
required in order to support GYP builds (instead of the Perl-based Configure
@@ -338,7 +338,7 @@ support TLS 1.3, however Node.js' TLS1.3 support requires at least OpenSSL
338
338
339
339
The next release of OpenSSL will be 3.0.0. It is skipping 2.0 because that
340
340
version has been used for OpenSSL FIPS. It is a major re-architecting, and while
341
- it is expected to be API compatible with OpenSSL 1.1.1, it is * not * expected to
341
+ it is expected to be API compatible with OpenSSL 1.1.1, it is _ not _ expected to
342
342
be ABI compatible, re-compilation will be necessary to upgrade from OpenSSL
343
343
1.1.1 to 3.0.0.
344
344
0 commit comments