CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/11/13 03:56:19
Modified files:
lib/libtls : tls_ocsp.c
Log message:
Remove last caller of ASN1_time_parse(3) in libtls
This one is slightly annoying since ASN1_TIME_to_tm(3) doesn't provide a
direct check for a GeneralizedTime, so call ASN1_GENERALIZEDTIME_check()
as well. This means LibreSSL parses the time twice. Shrug.
ok beck
