Add an 'expires' column to CSV & JSON output
authorjob <job@openbsd.org>
Thu, 6 May 2021 17:03:57 +0000 (17:03 +0000)
committerjob <job@openbsd.org>
Thu, 6 May 2021 17:03:57 +0000 (17:03 +0000)
commita66158d7f8cdffc32bf2f8aa5d8bbed1f08a3a3d
treebff814d029c61df8f8f47ed8b50898e3dec88883
parent2ee2628e8ee67f79326d359576fe97094a95654f
Add an 'expires' column to CSV & JSON output

The 'expires' value contains a reasonable earliest moment a VRP would expire,
in light of the currently available set of CAs and CRLs. The 'expires' value
can be used to avoid route selection based on stale data when generating VRP
sets, when faced with loss of communication between consumer and valdiator,
or validator and CA repository.

OK claudio@
regress/usr.sbin/rpki-client/Makefile.inc
regress/usr.sbin/rpki-client/openssl11/Makefile
regress/usr.sbin/rpki-client/test-roa.c
usr.sbin/rpki-client/extern.h
usr.sbin/rpki-client/output-csv.c
usr.sbin/rpki-client/output-json.c
usr.sbin/rpki-client/parser.c
usr.sbin/rpki-client/roa.c
usr.sbin/rpki-client/rpki-client.8