CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2022/10/20 09:20:27
Modified files: lib/libssl : ssl_locl.h Log message: Extend SSL_SESSION struct for TLSv1.3 PSK Add members necessary to store the "ticket_age_add" value and the resumption master secret needed in the TLSv1.3 version of session resumption. ok jsing