CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2021/10/07 02:30:39
Modified files: usr.sbin/rpki-client: cert.c x509.c extern.h Log message: Add x509_get_expire() to extract the not-after time from a certificate as a epoch time_t. Store the expire time for certs, crls will follow after. OK tb@