crypto/tls.SessionState.EarlyData (field)
10 uses
crypto/tls (current package)
handshake_client.go#L487: if session.EarlyData && mutualCipherSuiteTLS13(hello.cipherSuites, session.cipherSuite) != nil {
handshake_client_tls13.go#L901: session.EarlyData = c.quic != nil && msg.maxEarlyData == 0xffffffff // RFC 9001, Section 4.6.1
handshake_server_tls13.go#L407: sessionState.EarlyData && sessionState.cipherSuite == hs.suite.id &&
handshake_server_tls13.go#L882: state.EarlyData = earlyData
ticket.go#L78: EarlyData bool
ticket.go#L133: if s.EarlyData {
ticket.go#L159: if s.EarlyData {
ticket.go#L218: ss.EarlyData = false
ticket.go#L220: ss.EarlyData = true
ticket.go#L262: if ss.EarlyData {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |