]> Cypherpunks repositories - gostls13.git/commit
crypto/tls: add 3DES ciphersuites
authorLouis Kruger <louisk@google.com>
Tue, 11 Oct 2011 17:07:32 +0000 (13:07 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 11 Oct 2011 17:07:32 +0000 (13:07 -0400)
commit690d59fa3e980ff20cc3d72d7d157467c8362ac1
tree5b6ddfa15233f369ee47743b350d4e2edfadaf9c
parent3b654b1cc47ed757c43e954c3cf9730972f93b81
crypto/tls: add 3DES ciphersuites

The following ciphersuites are added:
TLS_RSA_WITH_3DES_EDE_CBC_SHA
TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA
This change helps conform to the TLS1.1 standard because
the first ciphersuite is "mandatory" in RFC4346

R=golang-dev, agl, rsc
CC=golang-dev
https://golang.org/cl/5164042
src/pkg/crypto/tls/cipher_suites.go
src/pkg/crypto/tls/handshake_server_test.go
src/pkg/crypto/tls/parse-gnutls-cli-debug-log.py