get Authority Information Access (AIA) from CA & EE certs
authorjob <job@openbsd.org>
Tue, 16 Feb 2021 07:58:30 +0000 (07:58 +0000)
committerjob <job@openbsd.org>
Tue, 16 Feb 2021 07:58:30 +0000 (07:58 +0000)
commitebd5581623e41f42ead738fa0f7a54b09b976cc9
tree9ab4ecdc55119cd951bec73eb35a5d5636afb93b
parentf22573b003fc0ba43e37333805e25e0f8cff76be
get Authority Information Access (AIA) from CA & EE certs

In the context of the RPKI, the AIA extension identifies the publication
point of the certificate of the issuer of the certificate in which the
extension appears. A single reference to the publication point of the
immediate superior certificate MUST be present, except for a
"self-signed" certificate.

Thanks tb@ for review

OK claudio@
usr.sbin/rpki-client/cert.c
usr.sbin/rpki-client/extern.h
usr.sbin/rpki-client/gbr.c
usr.sbin/rpki-client/mft.c
usr.sbin/rpki-client/roa.c
usr.sbin/rpki-client/x509.c