]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Add certificates to --mode=print
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Sun, 21 Apr 2024 19:27:25 +0000 (13:27 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Sun, 21 Apr 2024 19:34:22 +0000 (13:34 -0600)
commit9cfbc58426456d5e3ae150a6414253b6e0147c04
treefe75be538b86dd8379cadcd2336e743cef0e0c9a
parentd5c5dab70da23404073ea6a2ab4f3048f17017c7
Add certificates to --mode=print

This includes .cer files, as well as "certificates" signed object
fields.

Known caveat: The .SignedData.certificates[*].tbsCertificate.extensions
are pretty ugly still.

Progress for #122.
13 files changed:
src/alloc.c
src/alloc.h
src/asn1/asn1c/Certificate.c [new file with mode: 0644]
src/asn1/asn1c/Certificate.h [new file with mode: 0644]
src/asn1/asn1c/CertificateSet.c
src/asn1/asn1c/GeneralizedTime.c
src/asn1/asn1c/Makefile.include
src/asn1/asn1c/SignedAttributes.c
src/common.c
src/common.h
src/object/certificate.c
src/print_file.c
src/types/uri.c