Skip to content

Commit 425e0f4

Browse files
committed
Protocolary updates for release 1.5.2
1 parent 43a5ebe commit 425e0f4

File tree

5 files changed

+15
-30
lines changed

5 files changed

+15
-30
lines changed

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ defaults:
88
layout: "default"
99
image: "/img/logo_validador_og.png"
1010

11-
fort-latest-version: 1.5.1
11+
fort-latest-version: 1.5.2
1212
plugins:
1313
- jekyll-seo-tag
1414
- jekyll-sitemap

docs/intro-fort.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Further information can be found in the subsections below.
3232
| [7318](https://tools.ietf.org/html/rfc7318) (Policy Qualifiers) | 100% |
3333
| [7935](https://tools.ietf.org/html/rfc7935) (RPKI algorithms) | 100% |
3434
| [8182](https://tools.ietf.org/html/rfc8182) (RRDP) | 100% |
35-
| [8209](https://tools.ietf.org/html/rfc8209) (BGPSec Certificates) | 100% |
35+
| [8209](https://tools.ietf.org/html/rfc8209) (BGPSec Certificates) | 0% (This code was [disabled](https://github.com/NICMx/FORT-validator/issues/58#issuecomment-941977925) in version 1.5.2) |
3636
| [8210](https://tools.ietf.org/html/rfc8210) (RTR Version 1) | 100% |
3737
| [8360](https://tools.ietf.org/html/rfc8360) (Validation Reconsidered) | 100% |
3838
| [8416](https://tools.ietf.org/html/rfc8416) (SLURM) | 100% |

docs/usage.md

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -762,18 +762,6 @@ The value specified is utilized in libcurl's option [CURLOPT_CAPATH](https://cur
762762
- **Type:** String (Path to file)
763763
- **Availability:** `argv` and JSON
764764

765-
> Note: The paragraphs below apply to [Fort 1.5.0](https://github.com/NICMx/FORT-validator/releases/tag/v1.5.0).
766-
767-
File where the ROAs (found during each validation run) will be stored (in CSV format).
768-
769-
If the file already exists, it will be overwritten. If it doesn't exist, it will be created. To print to standard output, use a hyphen (`-`). If the RTR server is [enabled](#--mode), then the ROAs will be printed every [`--server.interval.validation`](#--serverintervalvalidation) seconds.
770-
771-
Each line of the result is printed in the following order: _AS, Prefix, Max prefix length_. The first line contains the column names.
772-
773-
If `--output.roa` is omitted, the ROAs are not printed.
774-
775-
> Note: The paragraphs below apply to [Fort master](https://github.com/NICMx/FORT-validator).
776-
777765
File where the ROAs (found during each validation run) will be stored. See [`--output.format`](#--outputformat).
778766

779767
If the file already exists, it will be overwritten. If it doesn't exist, it will be created. To print to standard output, use a hyphen (`-`). If the RTR server is [enabled](#--mode), then the ROAs will be printed every [`--server.interval.validation`](#--serverintervalvalidation) secs.
@@ -806,19 +794,7 @@ If `--output.roa` is omitted, the ROAs are not printed.
806794
- **Type:** String (Path to file)
807795
- **Availability:** `argv` and JSON
808796

809-
> Note: The paragraphs below apply to [Fort 1.5.0](https://github.com/NICMx/FORT-validator/releases/tag/v1.5.0).
810-
811-
File where the BGPsec Router Keys (found during each validation run) will be stored (in CSV format).
812-
813-
Since most of the data (Subject Key Identifier and Subject Public Key Info) is binary, it is base64url-encoded, without trailing pads.
814-
815-
If the file already exists, it will be overwritten. If it doesn't exist, it will be created. To print to standard output console, use a hyphen (`-`). If the RTR server is [enabled](#--mode), the BGPsec Router Keys will be printed every [`--server.interval.validation`](#--serverintervalvalidation) seconds.
816-
817-
Each line of the result is printed in the following order: _AS, Subject Key Identifier, Subject Public Key Info_. The first line contains the column names.
818-
819-
If `--output.bgpsec` is ommited, then the BGPsec Router Keys are not printed.
820-
821-
> Note: The paragraphs below apply to [Fort master](https://github.com/NICMx/FORT-validator).
797+
> ![Warning!](img/warn.svg) BGPsec certificate validation has been disabled in version 1.5.2 because of [this bug](https://github.com/NICMx/FORT-validator/issues/58). It will be restored in version 1.5.3.
822798
823799
File where the BGPsec Router Keys (found during each validation run) will be stored. See [`--output.format`](#--outputformat).
824800

@@ -855,8 +831,6 @@ If `--output.bgpsec` is ommited, then the BGPsec Router Keys are not printed.
855831
- **Availability:** `argv` and JSON
856832
- **Default:** `csv`
857833

858-
> Note: This flag only exists in [Fort master](https://github.com/NICMx/FORT-validator).
859-
860834
Output format for [`--output.roa`](#--outputroa) and [`--output.bgpsec`](#--outputbgpsec).
861835

862836
### `--asn1-decode-max-stack`

man/fort.8

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH fort 8 "2021-08-05" "v1.5.1" "FORT validator"
1+
.TH fort 8 "2021-10-19" "v1.5.2" "FORT validator"
22

33
.SH NAME
44
fort \- RPKI validator and RTR server
@@ -488,6 +488,16 @@ maximum allowed value \fI172800\fR. It must be larger than
488488
.RE
489489
.P
490490

491+
.B \-\-server.deltas.lifetime=\fIUNSIGNED_INTEGER\fR
492+
.RS 4
493+
When routers first connect to Fort, they request a snapshot of the validation results. (ROAs and Router Keys.) Because they need to keep their validated objects updated, and snapshots tend to be relatively large amounts of information, they request deltas afterwards over configurable intervals. ("Deltas" being the differences between snapshots.)
494+
.P
495+
During each validation cycle, Fort generates a new snapshot, as well as the deltas needed to build the new snapshot from the previous one. These are all stored in RAM. \fI--server.deltas.lifetime\fR is the number of iterations a set of deltas will be kept before being deallocated. (Recall that every iteration lasts \fI--server.interval.validation\fR seconds, plus however long the validation takes.)
496+
.P
497+
If a router lags behind, to the point Fort has already deleted the deltas it needs to update the router’s snapshot, Fort will have to fall back to fetch the entire latest snapshot instead.
498+
.RE
499+
.P
500+
491501
.B \-\-log.enabled=\fItrue\fR|\fIfalse\fR
492502
.RS 4
493503
Enables the operation logs.

src/object/certificate.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1853,6 +1853,7 @@ get_certificate_type(X509 *cert, bool is_ta, enum cert_type *result)
18531853
return 0;
18541854
}
18551855

1856+
*result = EE; /* Shuts up nonsense gcc 8.3 warning */
18561857
return pr_val_err("Certificate is not TA, CA nor BGPsec. Ignoring...");
18571858
}
18581859

0 commit comments

Comments
 (0)