]> Cypherpunks repositories - gostls13.git/commit
crypto/tls: always send a Certificate message if one was requested.
authorAdam Langley <agl@golang.org>
Mon, 19 Mar 2012 16:34:35 +0000 (12:34 -0400)
committerAdam Langley <agl@golang.org>
Mon, 19 Mar 2012 16:34:35 +0000 (12:34 -0400)
commitaa1d4170a4f586bf2d9c68097f049977146bd31c
tree84580e6679f10de030e90990d60e93d766039c73
parentd05b3869286a48afbc228992b314f0bf817afc48
crypto/tls: always send a Certificate message if one was requested.

If a CertificateRequest is received we have to reply with a
Certificate message, even if we don't have a certificate to offer.

Fixes #3339.

R=golang-dev, r, ality
CC=golang-dev
https://golang.org/cl/5845067
src/pkg/crypto/tls/handshake_client.go