github.com/refraction-networking/utls.TLS13OnlyState.EarlySecret (field)
9 uses
github.com/refraction-networking/utls (current package)
u_handshake_client.go#L441: if c.HandshakeState.State13.EarlySecret != nil && session != nil {
u_handshake_client.go#L443: earlySecret = tls13.NewEarlySecretFromSecret(cipherSuite.hash.New, c.HandshakeState.State13.EarlySecret)
u_handshake_client.go#L542: if c.HandshakeState.State13.EarlySecret != nil && session.cipherSuite != 0 {
u_handshake_client.go#L543: hs13.earlySecret = tls13.NewEarlySecretFromSecret(cipherSuiteTLS13ByID(session.cipherSuite).hash.New, c.HandshakeState.State13.EarlySecret)
u_public.go#L52: EarlySecret []byte
u_public.go#L116: EarlySecret: chs13.earlySecret.Secret(),
u_session_controller.go#L201: s.uconnRef.HandshakeState.State13.EarlySecret = pskCommon.EarlySecret
u_session_controller.go#L206: uAssert(s.uconnRef.HandshakeState.Session == pskCommon.Session && sliceEq(s.uconnRef.HandshakeState.State13.EarlySecret, pskCommon.EarlySecret) &&
u_session_controller.go#L311: s.uconnRef.HandshakeState.State13.EarlySecret = nil
![]() |
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. |