commit | 7e767791b983d0260773b98135a37a86f5fc9712 | [log] [tgz] |
---|---|---|
author | Adam Langley <agl@golang.org> | Tue Jul 02 19:58:56 2013 -0400 |
committer | Adam Langley <agl@golang.org> | Tue Jul 02 19:58:56 2013 -0400 |
tree | d0d07a070030f07257825ba6fbd75f09fbe808e7 | |
parent | 1f954e5c45497a1c3f03ce4a87208ed9da1d29d6 [diff] |
crypto/tls: implement TLS 1.2. This does not include AES-GCM yet. Also, it assumes that the handshake and certificate signature hash are always SHA-256, which is true of the ciphersuites that we currently support. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/10762044