github.com/refraction-networking/utls.Config.SessionTicketsDisabled (field)
15 uses
github.com/refraction-networking/utls (current package)
common.go#L759: SessionTicketsDisabled bool
common.go#L1004: SessionTicketsDisabled: c.SessionTicketsDisabled,
common.go#L1074: if configForClient.SessionTicketsDisabled {
common.go#L1088: if c.SessionTicketsDisabled {
handshake_client.go#L404: if c.config.SessionTicketsDisabled || c.config.ClientSessionCache == nil {
handshake_client_tls13.go#L1015: if !c.config.SessionTicketsDisabled && c.config.ClientSessionCache != nil {
handshake_client_tls13.go#L1035: if c.config.SessionTicketsDisabled || c.config.ClientSessionCache == nil {
handshake_server.go#L454: if c.config.SessionTicketsDisabled {
handshake_server.go#L589: hs.hello.ticketSupported = hs.clientHello.ticketSupported && !c.config.SessionTicketsDisabled
handshake_server_tls13.go#L333: if c.config.SessionTicketsDisabled {
handshake_server_tls13.go#L943: if hs.c.config.SessionTicketsDisabled {
u_conn.go#L166: if cfg := uconn.config; cfg.SessionTicketsDisabled || cfg.ClientSessionCache == nil {
u_conn.go#L226: if uconn.config.SessionTicketsDisabled || uconn.config.ClientSessionCache == nil {
u_conn.go#L237: if uconn.config.SessionTicketsDisabled || uconn.config.ClientSessionCache == 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. |