CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/12/15 09:59:04
Modified files:
usr.sbin/acme-client: revokeproc.c
Log message:
acme-client: use ASN1_TIME_to_tm()
There is a hand-rolled, only minimally checked implementation converting
an ASN1_TIME into a struc tm. beck has invested a lot of time improving
the time parsing inside libcrypto, so make use of that. That code is safer,
better vetted and more correct.
ok florian
