Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prefer GCM ciphers over CBC #1660

Closed
wants to merge 1 commit into from
Closed

Prefer GCM ciphers over CBC #1660

wants to merge 1 commit into from

Commits on May 11, 2015

  1. tls: prefer GCM ciphers over CBC, prefer AES 128 over larger key sizes

    AES-GCM or CHACHA20_POLY1305 ciphers must be used in current version of
    Chrome to avoid an 'obsolete cryptography' warning.
    Prefer 128 bit AES over 192 and 256 bit AES considering attacks that
    specifically affect the larger key sizes but do not affect AES 128.
    Mike MacCana committed May 11, 2015
    Configuration menu
    Copy the full SHA
    1d026c7 View commit details
    Browse the repository at this point in the history