• Adam Langley's avatar
    crypto/tls: support CBC ciphers · eedf5c45
    Adam Langley authored
    This is largely based on ality's CL 2747042.
    
    crypto/rc4: API break in order to conform to crypto/cipher's
    Stream interface
    
    cipher/cipher: promote to the default build
    
    Since CBC differs between TLS 1.0 and 1.1, we downgrade and
    support only 1.0 at the current time. 1.0 is what most of the
    world uses.
    
    Given this CL, it would be trival to add support for AES 256,
    SHA 256 etc, but I haven't in order to keep the change smaller.
    
    R=rsc
    CC=ality, golang-dev
    https://golang.org/cl/3659041
    eedf5c45
Name
Last commit
Last update
..
cmd Loading commit data...
lib9 Loading commit data...
libbio Loading commit data...
libmach Loading commit data...
pkg Loading commit data...
Make.ccmd Loading commit data...
Make.clib Loading commit data...
Make.cmd Loading commit data...
Make.common Loading commit data...
Make.inc Loading commit data...
Make.pkg Loading commit data...
all.bash Loading commit data...
clean.bash Loading commit data...
env.bash Loading commit data...
make.bash Loading commit data...
quietgcc.bash Loading commit data...
run.bash Loading commit data...
sudo.bash Loading commit data...
version.bash Loading commit data...