From: pcarana Date: Thu, 14 Nov 2019 00:12:35 +0000 (-0600) Subject: Add minor fixes at docs. X-Git-Tag: v1.2.0~52 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=2e725b22e85be2302ba5cfeedc9f2168e671ec8a;p=thirdparty%2FFORT-validator.git Add minor fixes at docs. --- diff --git a/docs/usage.md b/docs/usage.md index 1ef9f44a..b7fe5d55 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -619,7 +619,9 @@ The configuration options are mostly the same as the ones from the `argv` interf "output": { "roa": "/tmp/fort/roas.csv", "bgpsec": "/tmp/fort/bgpsec.csv" - } + }, + + "asn1-decode-max-stack": 4096 } diff --git a/man/fort.8 b/man/fort.8 index 143ecfb7..6b32512a 100644 --- a/man/fort.8 +++ b/man/fort.8 @@ -156,9 +156,13 @@ happened. .P By default, all the incidences have an action of \fIignore\fR. Currently there are two registered incidences: +.RS 4 +.br \fIincid-hashalg-has-params\fR (Signed Object's hash algorithm has NULL object as parameters). +.br \fIincid-obj-not-der-encoded\fR (Object isn't DER encoded). +.RE .P More information about incidences can be consulted at FORT's web docs. .RE