From 9601fe6f01e4edae35b2941c5fedef728391b54d Mon Sep 17 00:00:00 2001 From: Alex Band Date: Thu, 6 Sep 2018 18:20:44 +0200 Subject: [PATCH 1/2] Add feature roadmap --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f05e7d..19dbc5d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,20 @@ [![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 -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 From 28842e8bccd68f071213937070dca0bd78eff455 Mon Sep 17 00:00:00 2001 From: Martin Hoffmann Date: Thu, 6 Sep 2018 19:45:30 +0200 Subject: [PATCH 2/2] Add a paragraph break. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19dbc5d..7fe9586 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,9 @@ [![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 -written in Rust. We are working towards a full production release over the +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