• Adam Langley's avatar
    crypto/tls: support SSLv3 · a775fbf8
    Adam Langley authored
    It would be nice not to have to support this since all the clients
    that we care about support TLSv1 by now. However, due to buggy
    implementations of SSLv3 on the Internet which can't do version
    negotiation correctly, browsers will sometimes switch to SSLv3. Since
    there's no good way for a browser tell a network problem from a buggy
    server, this downgrade can occur even if the server in question is
    actually working correctly.
    
    So we need to support SSLv3 for robustness :(
    
    Fixes #1703.
    
    R=bradfitz
    CC=golang-dev
    https://golang.org/cl/5018045
    a775fbf8
Name
Last commit
Last update
..
aes Loading commit data...
blowfish Loading commit data...
cast5 Loading commit data...
cipher Loading commit data...
des Loading commit data...
dsa Loading commit data...
ecdsa Loading commit data...
elliptic Loading commit data...
hmac Loading commit data...
md4 Loading commit data...
md5 Loading commit data...
ocsp Loading commit data...
openpgp Loading commit data...
rand Loading commit data...
rc4 Loading commit data...
ripemd160 Loading commit data...
rsa Loading commit data...
sha1 Loading commit data...
sha256 Loading commit data...
sha512 Loading commit data...
subtle Loading commit data...
tls Loading commit data...
twofish Loading commit data...
x509 Loading commit data...
xtea Loading commit data...
Makefile Loading commit data...
crypto.go Loading commit data...