crypto/tls.ClientSessionState.vers (field)
6 uses
crypto/tls (current package)
common.go#L334: vers uint16 // TLS version negotiated for the session
handshake_client.go#L264: if v == session.vers {
handshake_client.go#L292: if session.vers != VersionTLS13 {
handshake_client.go#L722: if hs.session.vers != c.vers {
handshake_client.go#L793: vers: c.vers,
handshake_client_tls13.go#L668: vers: c.vers,
![]() |
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. |