summaryrefslogtreecommitdiff
path: root/src/cmd/go/test.go
diff options
context:
space:
mode:
authorAdam Langley <agl@golang.org>2013-06-19 16:46:53 -0400
committerAdam Langley <agl@golang.org>2013-06-19 16:46:53 -0400
commit4a62af7b08cdef5045a12db02e349ddb15a14490 (patch)
treed782f873f2ebb5fe38580b5addc15ab2f8461ac5 /src/cmd/go/test.go
parent1480fee75a600aa535e799a6ebe38ff92034e212 (diff)
downloadgo-4a62af7b08cdef5045a12db02e349ddb15a14490.tar.gz
crypto/tls: change advertised ciphersuite order.
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://codereview.appspot.com/10372045
Diffstat (limited to 'src/cmd/go/test.go')
0 files changed, 0 insertions, 0 deletions