]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Impose a certificate chain length limit by configuration
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Sat, 2 Feb 2019 00:08:51 +0000 (18:08 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Sat, 2 Feb 2019 00:08:51 +0000 (18:08 -0600)
commit28ba7c93bf7b19ce04754f36dc5cdd2398e9a0e3
tree4058c8fe40dc9afa2699376dc661223aab619e93
parent9913c35e60f83cec136bd98065a22efb6ca853c9
Impose a certificate chain length limit by configuration

Also add a configuration module, and patch a ROA address iteration
bug.
12 files changed:
src/Makefile.am
src/asn1/signed_data.c
src/common.c
src/common.h
src/config.c [new file with mode: 0644]
src/config.h [new file with mode: 0644]
src/main.c
src/object/certificate.c
src/object/roa.c
src/rsync/rsync.c
src/rsync/rsync.h
src/uri.c