From: pcarana Date: Sat, 8 Feb 2020 00:16:39 +0000 (-0600) Subject: Update some dates, add config and slurm examples to dist. X-Git-Tag: v1.2.0~2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=f5a0a0f55fa9af20614a0db95fd7eaedbe06a055;p=thirdparty%2FFORT-validator.git Update some dates, add config and slurm examples to dist. --- diff --git a/Makefile.am b/Makefile.am index 44ece000..de30df22 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,3 +17,5 @@ EXTRA_DIST = examples/tal/afrinic.tal EXTRA_DIST += examples/tal/apnic.tal EXTRA_DIST += examples/tal/lacnic.tal EXTRA_DIST += examples/tal/ripe.tal +EXTRA_DIST += examples/config.json +EXTRA_DIST += examples/demo.slurm diff --git a/man/fort.8 b/man/fort.8 index bb8cee31..3b308636 100644 --- a/man/fort.8 +++ b/man/fort.8 @@ -1,4 +1,4 @@ -.TH fort 8 "2020-01-14" "v1.2.0" "FORT validator" +.TH fort 8 "2020-02-07" "v1.2.0" "FORT validator" .SH NAME fort \- RPKI certificate path validator and RTR server diff --git a/src/object/certificate.c b/src/object/certificate.c index b9bf206c..a011ec40 100644 --- a/src/object/certificate.c +++ b/src/object/certificate.c @@ -1861,7 +1861,7 @@ certificate_validate_aia(struct rpki_uri *caIssuers, X509 *cert) * of the certificate where this Issuer is the subject (the issuer's * immediate superior certificate)." * - * November 2019: this isn't a problem, all five RIRs are using one URI + * January 2020: this isn't a problem, all five RIRs are using one URI * at their TALs, that matches AIA from the first level root certificate * childs. Anyways, we'll try to consult the subject at IETF. */