crypto/tls.CertificateRequestInfo.AcceptableCAs (field)
5 uses
crypto/tls (current package)
common.go#L456: AcceptableCAs [][]byte
common.go#L1226: if len(cri.AcceptableCAs) == 0 {
common.go#L1241: for _, ca := range cri.AcceptableCAs {
handshake_client.go#L885: AcceptableCAs: certReq.certificateAuthorities,
handshake_client_tls13.go#L555: AcceptableCAs: hs.certReq.certificateAuthorities,
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)