]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Implement RFC 6493 (Ghostbusters record)
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Wed, 20 Feb 2019 19:12:46 +0000 (13:12 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Wed, 20 Feb 2019 19:12:46 +0000 (13:12 -0600)
commitcdf3da85bc12f53048d673960edf360df296cdc9
treedda2852f52f31f0bfcbba258b639ce4b511e75b8
parent47955dcdce2283fac4594a217ed8d8d61ceb6671
Implement RFC 6493 (Ghostbusters record)

Issue: I implemented 6493, but not 6350. Only the 6493-defined vCard
requirements are checked.
26 files changed:
src/Makefile.am
src/asn1/oid.h
src/common.c
src/common.h
src/log.c
src/object/certificate.c
src/object/crl.c
src/object/ghostbusters.c [new file with mode: 0644]
src/object/ghostbusters.h [new file with mode: 0644]
src/object/manifest.c
src/object/name.c [new file with mode: 0644]
src/object/name.h [new file with mode: 0644]
src/object/roa.c
src/object/signed_object.c
src/object/signed_object.h
src/object/vcard.c [new file with mode: 0644]
src/object/vcard.h [new file with mode: 0644]
src/rpp.c
src/rpp.h
src/rsync/rsync.c
src/state.c
test/Makefile.am
test/impersonator.c [new file with mode: 0644]
test/line_file_test.c
test/rsync_test.c
test/vcard_test.c [new file with mode: 0644]