crypto/tls.Config.SessionTicketsDisabled (field)
12 uses
crypto/tls (current package)
common.go#L688: SessionTicketsDisabled bool
common.go#L851: SessionTicketsDisabled: c.SessionTicketsDisabled,
common.go#L915: if configForClient.SessionTicketsDisabled {
common.go#L929: if c.SessionTicketsDisabled {
handshake_client.go#L283: if c.config.SessionTicketsDisabled || c.config.ClientSessionCache == nil {
handshake_client_tls13.go#L707: if !c.config.SessionTicketsDisabled && c.config.ClientSessionCache != nil {
handshake_client_tls13.go#L728: if c.config.SessionTicketsDisabled || c.config.ClientSessionCache == nil {
handshake_server.go#L408: if c.config.SessionTicketsDisabled {
handshake_server.go#L543: hs.hello.ticketSupported = hs.clientHello.ticketSupported && !c.config.SessionTicketsDisabled
handshake_server_tls13.go#L263: if c.config.SessionTicketsDisabled {
handshake_server_tls13.go#L783: if hs.c.config.SessionTicketsDisabled {
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. |