crypto/tls.CertificateRequestInfo.AcceptableCAs (field)

5 uses

	crypto/tls (current package)
		common.go#L471: 	AcceptableCAs [][]byte
		common.go#L1325: 	if len(cri.AcceptableCAs) == 0 {
		common.go#L1340: 		for _, ca := range cri.AcceptableCAs {
		handshake_client.go#L1032: 		AcceptableCAs: certReq.certificateAuthorities,
		handshake_client_tls13.go#L635: 		AcceptableCAs:    hs.certReq.certificateAuthorities,