]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
General pre-release review and testing
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Tue, 14 May 2024 23:51:59 +0000 (17:51 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Tue, 14 May 2024 23:51:59 +0000 (17:51 -0600)
commit295d0cf51934058036a7aca3c8f526ee5272a4d2
tree708a5ca9be48bdd8fb32687ba5d4d754803baa76
parent5fb802f60119d627e643d168d83ba86c4fc47708
General pre-release review and testing

- Employ libssl's OID parsing rather than implement it from scratch.
- Rename `struct signed_object_args` to `struct ee_cert`, since it's
  just a bunch of EE certificate data.
- Remove `struct signed_data`, because it wasn't actually contributing
  anything.
15 files changed:
src/asn1/asn1c/CMSAttribute.c
src/asn1/asn1c/ContentInfo.c
src/asn1/asn1c/EncapsulatedContentInfo.c
src/asn1/asn1c/OBJECT_IDENTIFIER.c
src/asn1/asn1c/OBJECT_IDENTIFIER.h
src/asn1/signed_data.c
src/asn1/signed_data.h
src/nid.c
src/nid.h
src/object/certificate.c
src/object/ghostbusters.c
src/object/manifest.c
src/object/roa.c
src/object/signed_object.c
src/object/signed_object.h