1
0
mirror of https://github.com/NLnetLabs/routinator.git synced 2024-05-19 06:50:04 +00:00

Add feature roadmap

This commit is contained in:
Alex Band
2018-09-06 18:20:44 +02:00
committed by GitHub
parent e3e3508e07
commit 9601fe6f01

View File

@ -3,7 +3,20 @@
[![Travis Build Status](https://travis-ci.com/NLnetLabs/routinator.svg?branch=master)](https://travis-ci.com/NLnetLabs/routinator) [![Travis Build Status](https://travis-ci.com/NLnetLabs/routinator.svg?branch=master)](https://travis-ci.com/NLnetLabs/routinator)
Introducing Routinator 3000, an experimental RPKI relying party software Introducing Routinator 3000, an experimental RPKI relying party software
written in Rust. written in Rust. We are working towards a full production release over the
next few months. Features on the roadmap are:
* [x] Fetch certificates and ROAs via rsync
* [x] Perform crypotographic validation
* [x] Export validated ROAs in CSV, JSON and RPSL format
* [ ] Exhaustive interoperability and compliance testing
* [ ] Implement the RPKI-RTR protocol for pushing RPKI data to supported routers ([RFC 6810](https://tools.ietf.org/html/rfc6810))
* [ ] Implement the RRDP protocol for fetching ([RFC 8182](https://tools.ietf.org/html/rfc8182))
* [ ] Add local exceptions and overrides
* [ ] Implement a basic web-based user interface and Command Line Interface
* [ ] Expose an API
* [ ] Add the ability to process Internet Routing Registry data
* [ ] Integration with alerting and monitoring services so that route hijacks, misconfigurations, connectivity and application problems can be flagged.
## RPKI ## RPKI