crypto/tls.clientHandshakeStateTLS13.session (field)
11 uses
crypto/tls (current package)
handshake_client.go#L204: session: session,
handshake_client_tls13.go#L24: session *ClientSessionState
handshake_client_tls13.go#L238: pskSuite := cipherSuiteTLS13ByID(hs.session.cipherSuite)
handshake_client_tls13.go#L244: ticketAge := uint32(c.config.time().Sub(hs.session.receivedAt) / time.Millisecond)
handshake_client_tls13.go#L245: hs.hello.pskIdentities[0].obfuscatedTicketAge = ticketAge + hs.session.ageAdd
handshake_client_tls13.go#L321: if len(hs.hello.pskIdentities) != 1 || hs.session == nil {
handshake_client_tls13.go#L324: pskSuite := cipherSuiteTLS13ByID(hs.session.cipherSuite)
handshake_client_tls13.go#L335: c.peerCertificates = hs.session.serverCertificates
handshake_client_tls13.go#L336: c.verifiedChains = hs.session.verifiedChains
handshake_client_tls13.go#L337: c.ocspResponse = hs.session.ocspResponse
handshake_client_tls13.go#L338: c.scts = hs.session.scts
![]() |
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. |