CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2025/09/11 02:21:00
Modified files: usr.sbin/rpki-client: ccr.c extern.h mft.c rpki-asn1.h x509.c Log message: rpki-client: add x509_get_generalized_time() helper Instead of having four stanzas of this code first in mft.c then copied to ccr.c, deduplicate all this by adding a helper. ok job