aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2008-03-06 04:51:36 +0000
committerRob Austein <sra@hactrn.net>2008-03-06 04:51:36 +0000
commit28e2314137f4c1f2aaf2947d0224c4086b6d9335 (patch)
tree5949dac37f11bf3930398eda1683142704b5be29
parent1b00eb28baf4bb1b26fcb4567deccbc5a7aacf8c (diff)
Update notes on CRL table
svn path=/rpkid/README; revision=1551
-rw-r--r--rpkid/README9
1 files changed, 8 insertions, 1 deletions
diff --git a/rpkid/README b/rpkid/README
index ba38fbbd..bfbeca1a 100644
--- a/rpkid/README
+++ b/rpkid/README
@@ -269,11 +269,18 @@ TO DO:
general...except that ROAs can only hold prefixes. So left-right
should only allow prefixes, and SQL should only store prefixes.
+ Initial pass at ROA generation is done, not usable yet: ROA
+ maintenance (after initial generation) not done, and the current CRL
+ mechanism needs revision as it's too closely tied to child_cert
+ objects. Need to rewrite with a separate CRL table hanging off the
+ ca_detail object, then clean up excess baggage that currently hangs
+ off the child_cert object.
+
PRIORITY: Required
TIME REQUIRED: Three days
- STATUS: Not started
+ STATUS: Started
- Make rpkid fully event-driven (async tasking model), except for SQL
queries. This probably involves the "twisted" framework.