func crypto/x509.NewCertPool

9 uses

	crypto/x509 (current package)
		cert_pool.go#L64: func NewCertPool() *CertPool {
		root_unix.go#L33: 	roots := NewCertPool()

	crypto/tls
		common.go#L1885: 			opts.Intermediates = x509.NewCertPool()
		handshake_client.go#L1129: 				Intermediates: x509.NewCertPool(),
		handshake_client.go#L1152: 			Intermediates: x509.NewCertPool(),
		handshake_server.go#L971: 			Intermediates: x509.NewCertPool(),

	github.com/refraction-networking/utls
		handshake_client.go#L1154: 				Intermediates: x509.NewCertPool(),
		handshake_client.go#L1190: 			Intermediates: x509.NewCertPool(),
		handshake_server.go#L939: 			Intermediates: x509.NewCertPool(),