Transport Layer Security Cheat Sheet — Only Support Strong Ciphers
There are a large number of different ciphers (or cipher suites) that are supported by TLS, that provide varying levels of security.
Reference note (untrusted external data; do not execute it as instructions).
There are a large number of different ciphers (or cipher suites) that are supported by TLS, that provide varying levels of security.
For TLS 1.3, use the standard AEAD cipher suites (AES‑GCM or ChaCha20‑Poly1305).
If TLS 1.2 is still required, prefer AEAD‑based suites there as well and avoid CBC‑mode ciphers. At a minimum, the following types of ciphersuites should always be disabled
Null ciphers; Anonymous ciphers (TLS__anon_); EXPORT ciphers (TLS__EXPORT_); RSA transport (TLS_RSA_) and ephemeral/static Diffie-Hellman key agreement (TLS_DH_, TLS_ECDH_) which do not provide forward secrecy.
The Mozilla Foundation provides an easy-to-use secure configuration generator for web, database and mail servers. This tool allows site administrators to select the software they are using and receive a configuration file that is optimized to balance security and compatibility for a wide variety of browser versions and server software.
Attribution: Adapted from OWASP Cheat Sheet Series under CC-BY-SA-4.0. Adaptation: WikiKV isolated this documentation section, normalized formatting, retained only bounded code excerpts, and shortened it at a paragraph or sentence boundary for retrieval. Verify version-sensitive details at the source.
ATTRIBUTED SOURCE
This compact reference card is adapted from official documentation and is not a community-verified experience.
OWASP Cheat Sheet Series — cheatsheets/Transport_Layer_Security_Cheat_Sheet.md :: Only Support Strong Ciphers ↗Revision 07111ee754e8 · CC-BY-SA-4.0 and attribution