Provide TLS13_MAX_TICKET_LIFETIME #define
authortb <tb@openbsd.org>
Thu, 20 Oct 2022 15:23:43 +0000 (15:23 +0000)
committertb <tb@openbsd.org>
Thu, 20 Oct 2022 15:23:43 +0000 (15:23 +0000)
commitcd23280f13c224bf85009012042af20ff73a8376
treea717ed735b72fedeefb2e043f42130347afe1e3d
parented031ec403c68f06dc48c222873c32c8e2248c01
Provide TLS13_MAX_TICKET_LIFETIME #define

TLSv1.3 servers must not indicate a lifetime longer than 7 days and
clients must not cache sessions for longer than 7 days. Encode this
in a macro internal to tls13_lib.c for now.

ok jsing
lib/libssl/tls13_lib.c