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.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |