github.com/refraction-networking/utls.SessionState.EarlyData (field)
10 uses
github.com/refraction-networking/utls (current package)
handshake_client.go#L524: if session.EarlyData && mutualCipherSuiteTLS13(hello.cipherSuites, session.cipherSuite) != nil {
handshake_client_tls13.go#L1067: session.EarlyData = c.quic != nil && msg.maxEarlyData == 0xffffffff // RFC 9001, Section 4.6.1
handshake_server_tls13.go#L443: sessionState.EarlyData && sessionState.cipherSuite == hs.suite.id &&
handshake_server_tls13.go#L994: 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.8.4. (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. |