Move the notBefore and notAfter checks from proc_parser_root_cert()
authorclaudio <claudio@openbsd.org>
Thu, 20 Jan 2022 16:36:19 +0000 (16:36 +0000)
committerclaudio <claudio@openbsd.org>
Thu, 20 Jan 2022 16:36:19 +0000 (16:36 +0000)
commit4fc676bcf7dfc80749a728247649c500203ca847
treed1da0cf147ff5df4e833f02ac572390f331cdd55
parentce6743a3b05387e650bcbabf73c82d33d634a9dc
Move the notBefore and notAfter checks from proc_parser_root_cert()
to ta_parse(). This fits better there. Also drop extracting and
printing the x509 subject of the TAs. The subject is more or less
the filename anyway which is already printed.
OK tb@
usr.sbin/rpki-client/cert.c
usr.sbin/rpki-client/parser.c