const crypto/tls.maxSessionTicketLifetime
5 uses
crypto/tls (current package)
common.go#L743: const maxSessionTicketLifetime = 7 * 24 * time.Hour
handshake_client_tls13.go#L652: if lifetime > maxSessionTicketLifetime {
handshake_server.go#L382: if c.config.time().Sub(createdAt) > maxSessionTicketLifetime {
handshake_server_tls13.go#L280: if c.config.time().Sub(createdAt) > maxSessionTicketLifetime {
handshake_server_tls13.go#L756: m.lifetime = uint32(maxSessionTicketLifetime / time.Second)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)