Edit

IABSD.fr/src/usr.sbin/ocspcheck

Branch :

  • Show log

    Commit

  • Author : beck
    Date : 2024-03-24 11:30:12
    Hash : ac059987
    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@