crypto/tls.ClientSessionState.verifiedChains (field)
6 uses
crypto/tls (current package)
common.go#L338: verifiedChains [][]*x509.Certificate // Certificate chains we built for verification
handshake_client.go#L277: if len(session.verifiedChains) == 0 {
handshake_client.go#L735: c.verifiedChains = hs.session.verifiedChains
handshake_client.go#L797: verifiedChains: c.verifiedChains,
handshake_client_tls13.go#L336: c.verifiedChains = hs.session.verifiedChains
handshake_client_tls13.go#L672: verifiedChains: c.verifiedChains,
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)