You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/api/tls.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1785,7 +1785,7 @@ changes:
1785
1785
See [OpenSSL man pages](https://www.openssl.org/docs/man1.1.1/man3/SSL_CTX_set1_sigalgs_list.html)
1786
1786
for more info.
1787
1787
*`ciphers` {string} Cipher suite specification, replacing the default. For
1788
-
more information, see [modifying the default cipher suite][]. Permitted
1788
+
more information, see [Modifying the default TLS cipher suite][]. Permitted
1789
1789
ciphers can be obtained via [`tls.getCiphers()`][]. Cipher names must be
1790
1790
uppercased in order for OpenSSL to accept them.
1791
1791
*`clientCertEngine` {string} Name of an OpenSSL engine which can provide the
@@ -2087,6 +2087,9 @@ Returns an array with the names of the supported TLS ciphers. The names are
2087
2087
lower-case for historical reasons, but must be uppercased to be used in
2088
2088
the `ciphers` option of [`tls.createSecureContext()`][].
2089
2089
2090
+
Not all supported ciphers are enabled by default. See
2091
+
[Modifying the default TLS cipher suite][].
2092
+
2090
2093
Cipher names that start with `'tls_'` are for TLSv1.3, all the others are for
[Modifying the default TLS cipher suite]: #modifying-the-default-tls-cipher-suite
2158
2162
[Mozilla's publicly trusted list of CAs]: https://hg.mozilla.org/mozilla-central/raw-file/tip/security/nss/lib/ckfw/builtins/certdata.txt
[cipher list format]: https://www.openssl.org/docs/man1.1.1/man1/ciphers.html#CIPHER-LIST-FORMAT
0 commit comments