rpki-client: simplify ta_parse()
authortb <tb@openbsd.org>
Thu, 6 Jun 2024 03:29:52 +0000 (03:29 +0000)
committertb <tb@openbsd.org>
Thu, 6 Jun 2024 03:29:52 +0000 (03:29 +0000)
commitb0a0417def623112dc188ff2bfc5a82420f918bb
tree187789589769f3081ae9d076126c33fec8e9c52f
parent7d7f11008918255dab8f845b3a74698fae304605
rpki-client: simplify ta_parse()

Since this is always called after cert_parse_pre(), notBefore and notAfter
are available in struct cert, so we can use time_t comparison.

ok claudio
usr.sbin/rpki-client/cert.c