aboutsummaryrefslogtreecommitdiff
path: root/rpkid
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2010-02-23 18:11:38 +0000
committerRob Austein <sra@hactrn.net>2010-02-23 18:11:38 +0000
commit2e80a2a7da0d83ed44368eba563c5d8a94b64d38 (patch)
tree215c9f610d87d4a8d9e9a4244b5940e04a628a40 /rpkid
parent56c24c456796cb9f8ca494897c5a5907b2d5464c (diff)
Remove some completed tasks
svn path=/rpkid/README; revision=2996
Diffstat (limited to 'rpkid')
-rw-r--r--rpkid/README21
1 files changed, 0 insertions, 21 deletions
diff --git a/rpkid/README b/rpkid/README
index 8fe8ad2b..2f80dd4c 100644
--- a/rpkid/README
+++ b/rpkid/README
@@ -13,19 +13,6 @@ $Revision$
TO DO:
- * Refactor rpkid code that interacts with publication daemon to
- minimize number of round trips. Right now a number of
- operations require far too many lock-step interactions with
- pubd, which is both slow and error prone (due to the way it
- complicates exception handling). Basic model should be more
- along the lines of staging up everything we need pubd to do as
- one honking publication PDU, commit SQL, send publication
- request, process any resulting exceptions, done. Some high
- level operations will still need to loop in order to keep the
- number of outstanding publication operations down to something
- manageable, but should be able to do much better than we do now.
-
- STATUS: Not started.
* Rework handling of surprising responses to up-down requests.
Right now we get confused when we find that parent has issued
@@ -160,14 +147,6 @@ TO DO:
STATUS: Trivial version (required path check) done.
- * Deaddrop of incoming messages, for audit. Absent a better
- theory, steal existing tech for this: preface with minimal RFC
- 2822 header and drop it into a Maildir folder using built-in
- Python Maildir library code, at which point it becomes somebody
- else's problem.
-
- STATUS: Not started
-
* Investigate using EKU (RFC 3280 4.2.1.13) as an alternative to
wiring in BPKI EE certs for left-right protocol.