func crypto/x509.NewCertPool
6 uses
crypto/x509 (current package)
cert_pool.go#L59: func NewCertPool() *CertPool {
root_unix.go#L33: roots := NewCertPool()
crypto/tls
handshake_client.go#L862: Intermediates: x509.NewCertPool(),
handshake_server.go#L817: Intermediates: x509.NewCertPool(),
google.golang.org/grpc/credentials
tls.go#L173: cp := x509.NewCertPool()
net/http/httptest
server.go#L172: certpool := x509.NewCertPool()
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)