Skip to content

Commit

Permalink
doc: clarify supported versus enabled TLS ciphers
Browse files Browse the repository at this point in the history
  • Loading branch information
tniessen committed Feb 20, 2022
1 parent 30eb678 commit ef9406e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/api/tls.md
Expand Up @@ -2101,6 +2101,9 @@ Returns an array with the names of the supported TLS ciphers. The names are
lower-case for historical reasons, but must be uppercased to be used in
the `ciphers` option of [`tls.createSecureContext()`][].

Not all supported ciphers are enabled by default. See
[modifying the default cipher suite][].

Cipher names that start with `'tls_'` are for TLSv1.3, all the others are for
TLSv1.2 and below.

Expand Down

0 comments on commit ef9406e

Please sign in to comment.