crypto/tls.Conn.ticketKeys (field)
6 uses
crypto/tls (current package)
conn.go#L69: ticketKeys []ticketKey
handshake_server.go#L149: c.ticketKeys = originalConfig.ticketKeys(configForClient)
ticket.go#L120: if len(c.ticketKeys) == 0 {
ticket.go#L132: key := c.ticketKeys[0]
ticket.go#L158: for i, candidateKey := range c.ticketKeys {
ticket.go#L167: key := &c.ticketKeys[keyIndex]
![]() |
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. |