Skip to content

Prefer GCM ciphers over CBC

Rodrigo Muino Tomonari requested to merge github/fork/mikemaccana/master into master

AES-GCM or CHACHA20_POLY1305 ciphers must be used in current version of Chrome to avoid an 'obsolete cryptography' warning. See http://www.chromium.org/Home/chromium-security/education/tls#TOC-Deprecation-of-TLS-Features-Algorithms-in-Chrome

This list comes from the Mozilla Server Side TLS project https://github.com/mozilla/server-side-tls

Merge request reports

Loading