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,