Extend SSL_SESSION struct for TLSv1.3 PSK
authortb <tb@openbsd.org>
Thu, 20 Oct 2022 15:20:27 +0000 (15:20 +0000)
committertb <tb@openbsd.org>
Thu, 20 Oct 2022 15:20:27 +0000 (15:20 +0000)
commit0bf82b5bdba203ef79b03fda40920c7d060c49db
treed4290e4b09296a65815f7f36e66df2efc2547af2
parent04bb98f1a6cee7108be52cc4d4efc2f62e9dce1d
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
lib/libssl/ssl_locl.h