CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2022/10/20 09:23:43
Modified files: lib/libssl : tls13_lib.c Log message: 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