Skip to content

Commit ef9406e

Browse files
committed
doc: clarify supported versus enabled TLS ciphers
1 parent 30eb678 commit ef9406e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/api/tls.md

+3
Original file line numberDiff line numberDiff line change
@@ -2101,6 +2101,9 @@ Returns an array with the names of the supported TLS ciphers. The names are
21012101
lower-case for historical reasons, but must be uppercased to be used in
21022102
the `ciphers` option of [`tls.createSecureContext()`][].
21032103

2104+
Not all supported ciphers are enabled by default. See
2105+
[modifying the default cipher suite][].
2106+
21042107
Cipher names that start with `'tls_'` are for TLSv1.3, all the others are for
21052108
TLSv1.2 and below.
21062109

0 commit comments

Comments
 (0)