Skip to content

0.9.3

Compare
Choose a tag to compare
@lolepezy lolepezy released this 25 Jun 16:21
· 168 commits to master since this release
3d6018f
  • Fix an issue when occasionally a fetcher process would die with 'Problem deserialising binary log message: [rpki-prover: forkOS_entry: interrupted], error: "Base64-encoded bytestring requires padding for ... etc.' message.
  • Fix a bug when validator gets stuck with old manifests when running over an old cache.
  • Fixes for robustness-related issues found by fuzzy-testing (https://arxiv.org/abs/2312.01872)
  • Add --no-async-fetch option to switch off asynchronous fetching.
  • Add limit of 30 minutes for CPU time used my a fetcher, it will die with an appropriate error after using that much CPU time.
  • Add /api/manifests?aki=$aki API end-point for investigating manifests for CAs
  • Make it an error for RRDP URIs to have different host names (https://datatracker.ietf.org/doc/draft-ietf-sidrops-rrdp-same-origin/)
  • Log timestamps up to a millisecond