Re: fix rpki-client on alpine using libressl

2021-05-11 Thread Theo Buehler
On Tue, May 11, 2021 at 01:01:13PM +0200, Claudio Jeker wrote: > So on Alpine Linux the libressl version is older then the fix to > ASN1_time_parse (rev 1.16 of lib/libcrypto/asn1/a_time_tm.c). > Because of this the expire times shown in the CSV and JSON output are all > over the place. > > Lets a

fix rpki-client on alpine using libressl

2021-05-11 Thread Claudio Jeker
So on Alpine Linux the libressl version is older then the fix to ASN1_time_parse (rev 1.16 of lib/libcrypto/asn1/a_time_tm.c). Because of this the expire times shown in the CSV and JSON output are all over the place. Lets add explicit memset before calling ASN1_time_parse() to make this work even