Before calling ASN1_time_parse() initialize the struct tm. While
authorclaudio <claudio@openbsd.org>
Tue, 11 May 2021 11:32:51 +0000 (11:32 +0000)
committerclaudio <claudio@openbsd.org>
Tue, 11 May 2021 11:32:51 +0000 (11:32 +0000)
commit4ce9ae2a87c80f476a77c95d1301b1f761e179f8
treedca45ffb4139a45b9b5f6f27ac038e2beec7875f
parent7a4fb79041a0ff4cceaaf896b445b8d74914dda4
Before calling ASN1_time_parse() initialize the struct tm. While
recent libressl version initalise the struct tm properly older
versions did not and so -portable runs into problem on systems
with older libressl versions installed.
Problem found by job@
OK tb@
usr.sbin/rpki-client/mft.c
usr.sbin/rpki-client/parser.c
usr.sbin/rpki-client/roa.c