CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/10/23 02:13:02
Modified files:
lib/libssl : ssl_asn1.c ssl_clnt.c ssl_locl.h ssl_txt.c
Log message:
Change tlsext_tick_lifetime_hint to uint32_t.
Now that SSL_SESSION is opaque, change tlsext_tick_lifetime_hint from long
to uint32_t (matching RFC4507), rather than continuing to work around an
inappropriate type choice.
ok tb@
