crypto/tls.serverHelloMsg.ticketSupported (field)
8 uses
crypto/tls (current package)
handshake_client.go#L775: if !hs.serverHello.ticketSupported {
handshake_client_tls13.go#L127: hs.serverHello.ticketSupported ||
handshake_messages.go#L600: ticketSupported bool
handshake_messages.go#L641: if m.ticketSupported {
handshake_messages.go#L766: m.ticketSupported = true
handshake_server.go#L430: hs.hello.ticketSupported = hs.sessionState.usedOldKey
handshake_server.go#L464: hs.hello.ticketSupported = hs.clientHello.ticketSupported && !c.config.SessionTicketsDisabled
handshake_server.go#L710: if !hs.hello.ticketSupported {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |