File tree Expand file tree Collapse file tree 5 files changed +5994
-11
lines changed Expand file tree Collapse file tree 5 files changed +5994
-11
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,8 @@ release.
2828</tr >
2929<tr >
3030 <td valign="top">
31- <b ><a href =" doc/changelogs/CHANGELOG_V11.md#11.14.0 " >11.14.0</a ></b ><br />
31+ <b ><a href =" doc/changelogs/CHANGELOG_V11.md#11.15.0 " >11.15.0</a ></b ><br />
32+ <a href =" doc/changelogs/CHANGELOG_V11.md#11.14.0 " >11.14.0</a ><br />
3233<a href =" doc/changelogs/CHANGELOG_V11.md#11.13.0 " >11.13.0</a ><br />
3334<a href =" doc/changelogs/CHANGELOG_V11.md#11.12.0 " >11.12.0</a ><br />
3435<a href =" doc/changelogs/CHANGELOG_V11.md#11.11.0 " >11.11.0</a ><br />
Original file line number Diff line number Diff line change @@ -445,47 +445,47 @@ with crypto support (default).
445445
446446### ` --tls-max-v1.2 `
447447<!-- YAML
448- added: REPLACEME
448+ added: v11.15.0
449449-->
450450
451451Set [ ` tls.DEFAULT_MAX_VERSION ` ] [ ] to 'TLSv1.2'. Use to disable support for
452452TLSv1.3.
453453
454454### ` --tls-max-v1.3 `
455455<!-- YAML
456- added: REPLACEME
456+ added: v11.15.0
457457-->
458458
459459Set default [ ` tls.DEFAULT_MAX_VERSION ` ] [ ] to 'TLSv1.3'. Use to enable support
460460for TLSv1.3.
461461
462462### ` --tls-min-v1.0 `
463463<!-- YAML
464- added: REPLACEME
464+ added: v11.15.0
465465-->
466466
467467Set default [ ` tls.DEFAULT_MIN_VERSION ` ] [ ] to 'TLSv1'. Use for compatibility with
468468old TLS clients or servers.
469469
470470### ` --tls-min-v1.1 `
471471<!-- YAML
472- added: REPLACEME
472+ added: v11.15.0
473473-->
474474
475475Set default [ ` tls.DEFAULT_MIN_VERSION ` ] [ ] to 'TLSv1.1'. Use for compatibility
476476with old TLS clients or servers.
477477
478478### ` --tls-min-v1.2 `
479479<!-- YAML
480- added: REPLACEME
480+ added: v11.15.0
481481-->
482482
483483Set default [ ` minVersion ` ] [ ] to ` 'TLSv1.2' ` . Use to disable support for TLSv1
484484and TLSv1.1 in favour of TLSv1.2, which is more secure.
485485
486486### ` --tls-min-v1.3 `
487487<!-- YAML
488- added: REPLACEME
488+ added: v11.15.0
489489-->
490490
491491Set default [ ` tls.DEFAULT_MIN_VERSION ` ] [ ] to 'TLSv1.3'. Use to disable support
Original file line number Diff line number Diff line change @@ -1256,7 +1256,7 @@ argument.
12561256<!-- YAML
12571257added: v0.11.13
12581258changes:
1259- - version: REPLACEME
1259+ - version: v11.15.0
12601260 pr-url: https://github.com/nodejs/node/pull/26209
12611261 description: TLSv1.3 support added.
12621262 - version: v11.5.0
You can’t perform that action at this time.
0 commit comments