]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
More certificate validation
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Thu, 29 Nov 2018 21:52:13 +0000 (15:52 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Thu, 29 Nov 2018 21:52:37 +0000 (15:52 -0600)
commit60c1716ab28d2eaa124bb6b87d43597f54ea4aac
tree756122feceb22d06f3949e7b03956535f33c559a
parent10823e2de05e34a32c16ae14772d070ba92f5625
More certificate validation

Includes an implementation of RFC 3779.

There's a lot of diff pollution due to another log.c refactor.
I can't seem to nail the right implementation of that thing.
37 files changed:
src/Makefile.am
src/address.c [new file with mode: 0644]
src/address.h [new file with mode: 0644]
src/asn1/content_info.c
src/asn1/content_info.h
src/asn1/decode.c
src/asn1/decode.h
src/asn1/oid.c
src/asn1/oid.h
src/asn1/signed_data.c
src/asn1/signed_data.h
src/common.c
src/common.h
src/file.c
src/file.h
src/log.c
src/log.h
src/main.c
src/object/certificate.c
src/object/certificate.h
src/object/crl.c
src/object/crl.h
src/object/manifest.c
src/object/manifest.h
src/object/roa.c
src/object/roa.h
src/object/signed_object.c
src/object/signed_object.h
src/resource.c [new file with mode: 0644]
src/resource.h [new file with mode: 0644]
src/sorted_array.c [new file with mode: 0644]
src/sorted_array.h [new file with mode: 0644]
src/state.c
src/state.h
test/Makefile.am
test/address_test.c [new file with mode: 0644]
test/tal_test.c