]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Update some dates, add config and slurm examples to dist.
authorpcarana <pc.moreno2099@gmail.com>
Sat, 8 Feb 2020 00:16:39 +0000 (18:16 -0600)
committerpcarana <pc.moreno2099@gmail.com>
Sat, 8 Feb 2020 00:16:39 +0000 (18:16 -0600)
Makefile.am
man/fort.8
src/object/certificate.c

index 44ece00069758bfefab56ca2a7a16971f36d4d9b..de30df2260579d86066b697fc979dd320fe207fe 100644 (file)
@@ -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
index bb8cee31d45d674dd7ef40b75359a58b67a82600..3b308636dc1f83ce81958479f6d35150dbda353c 100644 (file)
@@ -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
index b9bf206c70f98afabdfaceff3c713cadf2ecf1e3..a011ec4021b9819f3f7c580492d2a135d1312ad2 100644 (file)
@@ -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.
         */