crypto/tls.CertificateRequestInfo.AcceptableCAs (field)
5 uses
crypto/tls (current package)
common.go#L478: AcceptableCAs [][]byte
common.go#L1405: if len(cri.AcceptableCAs) == 0 {
common.go#L1420: for _, ca := range cri.AcceptableCAs {
handshake_client.go#L1167: AcceptableCAs: certReq.certificateAuthorities,
handshake_client_tls13.go#L776: AcceptableCAs: hs.certReq.certificateAuthorities,
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |