crypto/tls.SessionState.EarlyData (field)
10 uses
crypto/tls (current package)
handshake_client.go#L378: if c.quic != nil && session.EarlyData {
handshake_client_tls13.go#L764: session.EarlyData = c.quic != nil && msg.maxEarlyData == 0xffffffff // RFC 9001, Section 4.6.1
handshake_server_tls13.go#L367: sessionState.EarlyData && sessionState.cipherSuite == hs.suite.id &&
handshake_server_tls13.go#L838: state.EarlyData = earlyData
ticket.go#L78: EarlyData bool
ticket.go#L132: if s.EarlyData {
ticket.go#L158: if s.EarlyData {
ticket.go#L217: ss.EarlyData = false
ticket.go#L219: ss.EarlyData = true
ticket.go#L261: if ss.EarlyData {
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |