Change tlsext_tick_lifetime_hint to uint32_t.
authorjsing <jsing@openbsd.org>
Sat, 23 Oct 2021 08:13:02 +0000 (08:13 +0000)
committerjsing <jsing@openbsd.org>
Sat, 23 Oct 2021 08:13:02 +0000 (08:13 +0000)
commit18631d238e17cbab753053e191bc71df71874ad6
treed0ac6233ed5a488b5156a00e23197b5c939d2c4f
parentfa2609d583d05e8c18a775fc58e6276e67e392e2
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@
lib/libssl/ssl_asn1.c
lib/libssl/ssl_clnt.c
lib/libssl/ssl_locl.h
lib/libssl/ssl_txt.c