crypto/tls.Config.SessionTicketsDisabled (field)
12 uses
crypto/tls (current package)
common.go#L711: SessionTicketsDisabled bool
common.go#L947: SessionTicketsDisabled: c.SessionTicketsDisabled,
common.go#L1014: if configForClient.SessionTicketsDisabled {
common.go#L1028: if c.SessionTicketsDisabled {
handshake_client.go#L394: if c.config.SessionTicketsDisabled || c.config.ClientSessionCache == nil {
handshake_client_tls13.go#L839: if !c.config.SessionTicketsDisabled && c.config.ClientSessionCache != nil {
handshake_client_tls13.go#L859: if c.config.SessionTicketsDisabled || c.config.ClientSessionCache == nil {
handshake_server.go#L447: if c.config.SessionTicketsDisabled {
handshake_server.go#L582: hs.hello.ticketSupported = hs.clientHello.ticketSupported && !c.config.SessionTicketsDisabled
handshake_server_tls13.go#L332: if c.config.SessionTicketsDisabled {
handshake_server_tls13.go#L942: if hs.c.config.SessionTicketsDisabled {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)