]> Cypherpunks repositories - gostls13.git/commit
crypto/tls: export the verified chains.
authorAdam Langley <agl@golang.org>
Thu, 5 May 2011 17:44:36 +0000 (13:44 -0400)
committerAdam Langley <agl@golang.org>
Thu, 5 May 2011 17:44:36 +0000 (13:44 -0400)
commitffd550455cb02fb61331fe3d6dbe5058731c0a67
tree5fa8a4ebe977d74b6169574ee75aea7afaed5f1e
parente1bf165b28f204ede84b46821a04ed14785dd5ea
crypto/tls: export the verified chains.

The verified chains are the chains that were actually verified.

R=bradfitz
CC=golang-dev
https://golang.org/cl/4462046
src/pkg/crypto/tls/common.go
src/pkg/crypto/tls/conn.go