CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/03/24 05:30:12
Modified files:
lib/libcrypto/ocsp: ocsp_cl.c
lib/libcrypto/ts: ts_rsp_sign.c
lib/libtls : tls_conninfo.c tls_ocsp.c
usr.sbin/ocspcheck: ocspcheck.c
Log message:
Convert libressl to use the BoringSSL style time conversions
This gets rid of our last uses of timegm and gmtime in the
library and things that ship with it. It includes a bit
of refactoring in ocsp_cl.c to remove some obvious ugly.
ok tb@
