]> Cypherpunks repositories - gostls13.git/commit
crypto/tls: tidy up a little and add test.
authorAdam Langley <agl@golang.org>
Thu, 2 Apr 2015 23:19:46 +0000 (16:19 -0700)
committerIan Lance Taylor <iant@golang.org>
Sat, 4 Apr 2015 00:06:21 +0000 (00:06 +0000)
commit7b850ec6917acada87482bbdea76abb57aa5f9cd
tree3d373b69962da6802ce996cdd4b24eab253387e3
parent8e9c6431f06da0c2e4f77dab23b86c0b98b9174c
crypto/tls: tidy up a little and add test.

This is a follow on to 28f33b4a which removes one of the boolean flags
and adds a test for the key-driven cipher selection.

Change-Id: If2a400de807eb19110352912a9f467491cc8986c
Reviewed-on: https://go-review.googlesource.com/8428
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Adam Langley <agl@golang.org>
Reviewed-by: Jacob Haven <jacob@cloudflare.com>
src/crypto/tls/common.go
src/crypto/tls/handshake_server.go
src/crypto/tls/handshake_server_test.go