• Adam Langley's avatar
    crypto/tls: change advertised ciphersuite order. · 966e8896
    Adam Langley authored
    TLS clients send ciphersuites in preference order (most prefereable
    first). This change alters the order so that ECDHE comes before plain
    RSA, and RC4 comes before AES (because of the Lucky13 attack).
    
    This is unlikely to have much effect: as a server, the code uses the
    client's ciphersuite order by default and, as a client, the non-Go
    server probably imposes its order.
    
    R=golang-dev, r, raggi, jsing
    CC=golang-dev
    https://golang.org/cl/10372045
    966e8896
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...