]> Cypherpunks repositories - gostls13.git/commit
crypto/tls: fix TLS 1.2 client certificates.
authorAdam Langley <agl@golang.org>
Mon, 16 Sep 2013 20:39:42 +0000 (16:39 -0400)
committerAdam Langley <agl@golang.org>
Mon, 16 Sep 2013 20:39:42 +0000 (16:39 -0400)
commit6a1022a094ce66c5fe101d53d1953a5b6f91c3c0
treebe9db85d394c080a8df3fe6694075b953547ba07
parent5ffc0f8fbbde7306cdac750b4ce74841ba650e97
crypto/tls: fix TLS 1.2 client certificates.

With TLS 1.2, when sending client certificates the code was omitting
the new (in TLS 1.2) signature and hash fields.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/13413050
src/pkg/crypto/tls/handshake_client.go
src/pkg/crypto/tls/handshake_client_test.go
src/pkg/crypto/tls/handshake_server.go
src/pkg/crypto/tls/prf.go