We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30eb678 commit ef9406eCopy full SHA for ef9406e
doc/api/tls.md
@@ -2101,6 +2101,9 @@ Returns an array with the names of the supported TLS ciphers. The names are
2101
lower-case for historical reasons, but must be uppercased to be used in
2102
the `ciphers` option of [`tls.createSecureContext()`][].
2103
2104
+Not all supported ciphers are enabled by default. See
2105
+[modifying the default cipher suite][].
2106
+
2107
Cipher names that start with `'tls_'` are for TLSv1.3, all the others are for
2108
TLSv1.2 and below.
2109
0 commit comments