]> Cypherpunks repositories - gostls13.git/commit
crypto/tls: return better error message in the case of an SSLv2 handshake.
authorAdam Langley <agl@golang.org>
Thu, 23 Aug 2012 20:44:44 +0000 (16:44 -0400)
committerAdam Langley <agl@golang.org>
Thu, 23 Aug 2012 20:44:44 +0000 (16:44 -0400)
commit0a115d72c16961f60a0c2e559b5fab3ca1046993
tree2744bb57128cd32ca3e21b77623430baf12b3dbf
parent6cf77f2af483b562e76556aec1f51ece00756d34
crypto/tls: return better error message in the case of an SSLv2 handshake.

Update #3930
Return a better error message in this situation.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/6474055
src/pkg/crypto/tls/conn.go