diff options
author | Rob Austein <sra@hactrn.net> | 2010-04-30 16:29:16 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-04-30 16:29:16 +0000 |
commit | ad2f3c45ae1c6c8bea657e13b1691eff8bc547ab (patch) | |
tree | 6565ad14994974cbe3fba5bd84bfb32f5b77714a | |
parent | 156f647cdc4ec0c8e8984b004a6690d8e4c41b21 (diff) |
Update status of a few tasks
svn path=/rpkid/README; revision=3230
-rw-r--r-- | rpkid/README | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/rpkid/README b/rpkid/README index 3f6ef854..88a79ee9 100644 --- a/rpkid/README +++ b/rpkid/README @@ -149,7 +149,12 @@ TO DO: Class and method design is intended to make it easy to drop in additional checks if needed. - STATUS: Trivial version (required path check) done. + We have now moved this problem into the out-of-band setup + mechanism (signed publication referals), so the simple check + already implemented is now all we need at runtime. + + STATUS: Trivial version (required path check) done; complex + version no longer needed; so, done. * Investigate using EKU (RFC 3280 4.2.1.13) as an alternative to wiring in BPKI EE certs for left-right protocol. @@ -233,7 +238,9 @@ TO DO: TIME REQUIRED: Two weeks. - STATUS: Not started + STATUS: Mostly done. POW is still hanging off to the side, + but the myrpki/ directory has now been merged into rpkid/, and + various other bits have been cleaned up. * Autoconf review. Right now we're making minimal use of autoconf, just enough to get the code running on Mac OS and |