Make tlsext_tick_lifetime_hint an unsigned long (from signed long).
authorMatt Caswell <matt@openssl.org>
Sun, 8 Feb 2015 15:42:46 +0000 (15:42 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 10 Feb 2015 22:53:24 +0000 (22:53 +0000)
commit75ea3632bd4d647dae8191da4b228f491bec975d
treefb06422bd15c80a1b77798f1f620996bea2e59d6
parent5afc296aa69d5c8d6aed9078c0ab4cc532cf2457
Make tlsext_tick_lifetime_hint an unsigned long (from signed long).

From RFC4507:
"The ticket_lifetime_hint field contains a hint from the server about how
long the ticket should be stored.  The value indicates the lifetime in
seconds as a 32-bit unsigned integer in network byte order."

Reviewed-by: Tim Hudson <tjh@openssl.org>
ssl/ssl_locl.h