commit | 690d59fa3e980ff20cc3d72d7d157467c8362ac1 | [log] [tgz] |
---|---|---|
author | Louis Kruger <louisk@google.com> | Tue Oct 11 13:07:32 2011 -0400 |
committer | Russ Cox <rsc@golang.org> | Tue Oct 11 13:07:32 2011 -0400 |
tree | 5b6ddfa15233f369ee47743b350d4e2edfadaf9c | |
parent | 3b654b1cc47ed757c43e954c3cf9730972f93b81 [diff] |
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