diff options
author | Rob Austein <sra@hactrn.net> | 2009-06-02 04:07:28 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2009-06-02 04:07:28 +0000 |
commit | 1acd1c9808db79915be5eabfc71c30d037ceed03 (patch) | |
tree | 42707f4aa1af9774b83911a552a5fee525653592 | |
parent | e43c0c6116f9131646b5df0aa1ec03d6478ef9cc (diff) |
Update to account for several big chunks of work done.
svn path=/rpkid/README; revision=2487
-rw-r--r-- | rpkid/README | 36 |
1 files changed, 6 insertions, 30 deletions
diff --git a/rpkid/README b/rpkid/README index be3da4bf..d7c68f95 100644 --- a/rpkid/README +++ b/rpkid/README @@ -14,12 +14,9 @@ $Revision$ TO DO: - * Make rpkid fully event-driven (async tasking model), except for SQL - queries. This may involve the "twisted" framework. + * Make rpkid fully event-driven (async tasking model). - TIME REQUIRED: Two weeks. - - STATUS: Not started + STATUS: Done * Error handling: make sure that exceptions map correctly to up-down error codes, flesh out left-right error codes. Note that the same exception may @@ -51,24 +48,13 @@ TO DO: STATUS: Not started - * Test framework for multiple self-instances per engine-instance (single - self-instance per engine-instance already done). - - DEPENDS ON: Async tasking model. - - TIME REQUIRED: One week - - STATUS: Not started + * Test framework for multiple self-instances per engine-instance. - * Current TLS code (tlslite) is flakey and slow. Unless I can - find a good Python TLS interface that somebody else is - maintaining, best option would be to add TLS support to POW. + STATUS: Done - TIME REQUIRED: 3-4 weeks + * Replace tlslite with something based on OpenSSL TLS code. - DEPENDS ON: Async tasking model. - - STATUS: Not started + STATUS: Done * Resource subsetting (req_* attributes in up-down protocol), full implementation. Requires expanding SQL child_cert table to hold subset @@ -143,16 +129,6 @@ TO DO: STATUS: Not started - * IETF SIDR WG is still talking about ROAs with multiple - signatures. No obvious need for this but IETF may mandate it - anyway. Full implementation would require significant work - revising current SQL table relations and upgrading CMS - support, and would also require nontrivial rewrite of rcynic. - - TIME REQUIRED: Unknown - - STATUS: Not started - * rcynic handling of RPKI trust anchors does not yet match most recent agreement by design team. Currently waiting for an OID assignment for the CMS-wrapped indirection format that the |