]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Remove the incidence framework
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Thu, 23 May 2019 20:56:00 +0000 (15:56 -0500)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Thu, 23 May 2019 21:04:47 +0000 (16:04 -0500)
commitc719f7a79ea307b609be0747d1a080b3452917d7
treeea8ce48da38912acdf8cc75fc7c9ad46a3ccb825
parentf2552379f5e0bfe9e5f61423f41468ea0b75d965
Remove the incidence framework

The two incidences I had planned to include have been resolved as
"wontfix," basically:

1. A re-read of RFC 3370 has revealed that whether the parameters
   field is supposed to be absent or NULL is completely ambiguous,
   so we'll accept both now.
2. As for rsaEncryption vs sha256WithRSAEncryption for public keys,
   the relevant sidr mailing list thread is currently favoring the
   former. And the vast majority of the global RPKI does the same,
   so there's no error to silence.
14 files changed:
docs/doc/incidence.md [deleted file]
docs/doc/index.md
docs/doc/usage.md
src/Makefile.am
src/algorithm.c
src/config.c
src/config/incidences.c [deleted file]
src/config/incidences.h [deleted file]
src/incidence/incidence.c [deleted file]
src/incidence/incidence.h [deleted file]
src/log.c
src/log.h
src/main.c
src/object/certificate.c