github.com/refraction-networking/utls.CertificateRequestInfo.AcceptableCAs (field)

5 uses

	github.com/refraction-networking/utls (current package)
		common.go#L498: 	AcceptableCAs [][]byte
		common.go#L1525: 	if len(cri.AcceptableCAs) == 0 {
		common.go#L1540: 		for _, ca := range cri.AcceptableCAs {
		handshake_client.go#L1252: 		AcceptableCAs: certReq.certificateAuthorities,
		handshake_client_tls13.go#L943: 		AcceptableCAs:    hs.certReq.certificateAuthorities,