]> Cypherpunks repositories - gostls13.git/commit
crypto/x509: return a better error when we fail to load system roots.
authorAdam Langley <agl@golang.org>
Mon, 21 Jan 2013 16:25:28 +0000 (11:25 -0500)
committerAdam Langley <agl@golang.org>
Mon, 21 Jan 2013 16:25:28 +0000 (11:25 -0500)
commit5b5d3efcf3003de01e0cd8ecb248c9ef72d30b10
tree4c61de42e1d533a3e7dccaa92eda7f8ca5d25d6f
parent0fb6f5f21b20759a0cdbc25df0c152600fd93b4d
crypto/x509: return a better error when we fail to load system roots.

R=golang-dev, krautz, rsc
CC=golang-dev
https://golang.org/cl/7157044
src/pkg/crypto/x509/root_darwin.go
src/pkg/crypto/x509/root_plan9.go
src/pkg/crypto/x509/root_stub.go
src/pkg/crypto/x509/root_unix.go
src/pkg/crypto/x509/root_windows.go
src/pkg/crypto/x509/verify.go
src/pkg/crypto/x509/verify_test.go