]> Cypherpunks repositories - gostls13.git/commit
crypto/tls: better error messages for certificate issues.
authorAdam Langley <agl@golang.org>
Mon, 11 Oct 2010 14:39:56 +0000 (10:39 -0400)
committerAdam Langley <agl@golang.org>
Mon, 11 Oct 2010 14:39:56 +0000 (10:39 -0400)
commitf6e2eab8e02c3797d03987b5f394b2cb775b5518
tree471a12556880356a22717af369ce6dd7f215525f
parent1e66a21348e51cebf877005de0eaaef60a5bb01c
crypto/tls: better error messages for certificate issues.

        Fixes #1146.

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