github.com/refraction-networking/utls.PubClientHelloMsg.TicketSupported (field)
7 uses
github.com/refraction-networking/utls (current package)
u_conn.go#L244: uconn.HandshakeState.Hello.TicketSupported = true
u_conn.go#L251: uconn.HandshakeState.Hello.TicketSupported = true
u_pre_shared_key.go#L158: uc.HandshakeState.Hello.TicketSupported = true // This doesn't matter though, as utls doesn't care about this field. We write this for consistency.
u_public.go#L369: TicketSupported bool
u_public.go#L406: ticketSupported: chm.TicketSupported,
u_public.go#L459: TicketSupported: chm.ticketSupported,
u_session_ticket.go#L30: uc.HandshakeState.Hello.TicketSupported = true // This doesn't really matter, this field is only used to add session ticket ext in go tls.
![]() |
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. |