crypto/tls.Config.ClientCAs (field)

11 uses

	crypto/tls (current package)
		common.go#L705: 	ClientCAs *x509.CertPool
		common.go#L1017: 		ClientCAs:                           c.ClientCAs,
		handshake_server.go#L528: 		Roots:       c.config.ClientCAs,
		handshake_server.go#L670: 		if c.config.ClientCAs != nil {
		handshake_server.go#L671: 			certReq.certificateAuthorities = c.config.ClientCAs.Subjects()
		handshake_server.go#L969: 			Roots:         c.config.ClientCAs,
		handshake_server_tls13.go#L375: 			Roots:       c.config.ClientCAs,
		handshake_server_tls13.go#L837: 		if c.config.ClientCAs != nil {
		handshake_server_tls13.go#L838: 			certReq.certificateAuthorities = c.config.ClientCAs.Subjects()

	github.com/jackc/pgx/v5/pgconn
		config.go#L771: 		tlsConfig.ClientCAs = caCertPool