diff options
author | Russ Allbery <rra@stanford.edu> | 2008-04-10 16:28:46 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2008-04-10 16:28:46 +0000 |
commit | 9213f6ee6939f05c960ab64ecb4a8f4da0b64cff (patch) | |
tree | 4f96c1f01776c0b25614b923a5079f3f5a18445a | |
parent | 709667f047edc1fc97d669d714d047e8ef960923 (diff) |
Add WebAuth keyring object backend.
-rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -54,6 +54,10 @@ Release 1.0: * Write the PTS ACL verifier. +* Write a WebAuth keyring object store. It should support attributes + saying how long to keep old keys and how far in advance to create new + keys and update the keyring as needed on object download. + * Rename Wallet::ACL::* to Wallet::Verifier::*. Add Wallet::ACL as a generic interface with Wallet::ACL::Database and Wallet::ACL::List implementations (or some similar name) so that we can create and check |