From: Job Snijders Subject: Re: rpki-client: start reworking CMS signed object parsers To: Theo Buehler Cc: tech@openbsd.org Date: Wed, 17 Jun 2026 07:16:02 +0000 On Tue, Jun 16, 2026 at 09:24:50PM +0200, Theo Buehler wrote: > job didn't like passing in the signtime to the validate functions > because that's only really needed for manifests and a bit of a weird > thing to do. So avoid this for now and deal with this in a later step. > > So this diff leaves the ->signtime and ->mftsize parts alone and drops > the signtime argument from the validate functions. It is otherwise > identical to the previous one. also OK job@