type crypto/tls.ticketKey
9 uses
crypto/tls (current package)
common.go#L698: sessionTicketKeys []ticketKey
common.go#L701: autoSessionTicketKeys []ticketKey
common.go#L719: type ticketKey struct {
common.go#L732: func (c *Config) ticketKeyFromBytes(b [32]byte) (key ticketKey) {
common.go#L814: c.sessionTicketKeys = []ticketKey{c.ticketKeyFromBytes(c.SessionTicketKey)}
common.go#L828: func (c *Config) ticketKeys(configForClient *Config) []ticketKey {
common.go#L870: valid := make([]ticketKey, 0, len(c.autoSessionTicketKeys)+1)
common.go#L901: newKeys := make([]ticketKey, len(keys))
conn.go#L69: ticketKeys []ticketKey
![]() |
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. |