]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Support RFC8630, TALs can have comments and HTTPS URIs.
authorpcarana <pc.moreno2099@gmail.com>
Wed, 13 Nov 2019 23:47:58 +0000 (17:47 -0600)
committerpcarana <pc.moreno2099@gmail.com>
Wed, 13 Nov 2019 23:47:58 +0000 (17:47 -0600)
commita9853d35b12bb262509821f32f0c89a03089066f
tree402c216a5e587723c251f4cf5756b741e7ace6c5
parent9b703ab67b55a96c8f897cdcb236609822b3a097
Support RFC8630, TALs can have comments and HTTPS URIs.

-Remove all references to RFC 7730 (docs and source comments), now obsolete.
-Indicate full RFC 8630 compliance at docs.
-Implement full validation of AIA (RFC 6487 section 4.8.7), since HTTPS URIs loaded from a TAL can cause the current validation to fail.
-The AIA validation function is now exposed, so that CAs and EEs can do it when the current certificate is being validated (and already loaded at heap).
-Allow to create uris that start with 'https://', let uri.c ready to validate https and/or rsync uris.
-Parse comments and https URIs from a tal file, comments are ignored. Whenever and https URI is found and utilized, the file is downloaded using the previously commited HTTP module.
14 files changed:
docs/intro-fort.md
docs/usage.md
man/fort.8
src/asn1/signed_data.c
src/cert_stack.c
src/certificate_refs.c
src/config.c
src/line_file.c
src/object/certificate.c
src/object/certificate.h
src/object/tal.c
src/object/tal.h
src/uri.c
src/uri.h