hdb: Make maximum ticket lifetime and renew time signed integers
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Tue, 16 May 2023 05:07:07 +0000 (17:07 +1200)
committerJoseph Sutton <josephsutton@catalyst.net.nz>
Mon, 26 Jun 2023 00:50:44 +0000 (12:50 +1200)
commit02cb64531d2c4a9f75d33f5e04c9448e307cf24b
treebfa7f24afa6268b9d28b33edeff2e4c1d344359b
parent94ab64159927385502b67d38f10d42b528e50147
hdb: Make maximum ticket lifetime and renew time signed integers

This allows for negative lifetimes to be encoded, and fits in better
with our use elsewhere of time_t, which in POSIX is a signed integer
type.

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
lib/hdb/hdb.asn1