diff options
author | Rob Austein <sra@hactrn.net> | 2007-11-12 20:26:01 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-11-12 20:26:01 +0000 |
commit | 8fff9fbcbc986dcaa706831592f26f84e40d8a00 (patch) | |
tree | 0ba9a635211bb10359a2e90148c122737b5249f8 /scripts | |
parent | 3f13483f815eca28bfd4ab3e8ff4e61a86ead0ab (diff) |
More notes on CRL and revocation
svn path=/scripts/README; revision=1278
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/README | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/scripts/README b/scripts/README index b5cdb458..67339b1c 100644 --- a/scripts/README +++ b/scripts/README @@ -1,4 +1,4 @@ -$Id$ +$Id$ -*- Text -*- Python RPKI production tools. @@ -84,6 +84,21 @@ Current TO DO list: the cert is still live, otherwise is the date after which it should be added to the CRL. + Yes, but... every example of delayed revocation in the Common + Management Tasks page in the APNIC Wiki is triggered by the child, + not the parent. This suggests that revocation by the parent is + always immediate, whether it's due to overclaim or a child's class + going away or a child requesting revocation (as in key rollover). + + So apparently it's the child (probably ca_detail object) that needs + timestamps. Other text in Common Management Tasks suggests that + ca_detail also needs deferred transitions from pending to active. + + How to model this? An enumerated state value (already have that, + may need to rename states) and a timestamp (which may be NULL) for + next scheduled transition? Is the next state always predictable + from the current state or do we also need a next-state field? + - Publication protocol and implementation thereof. Defer until core functionality in the main engine is done. |