diff options
Diffstat (limited to 'docs/left-right-protocol')
-rw-r--r-- | docs/left-right-protocol | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/docs/left-right-protocol b/docs/left-right-protocol index 1244f671..7a558db7 100644 --- a/docs/left-right-protocol +++ b/docs/left-right-protocol @@ -2,6 +2,11 @@ ;;; $URL$ ;;; $Id$ ;;; +;;; NB: This file is obsolete and kept only for reference during +;;; transition. It has been replaced by +;;; http://subvert-rpki.hactrn.net/docs/left-right-protocol-message-passing +;;; and at some point that file will be renamed to overwrite this one. +;;; ;;; Scratch pad for working out API design for RPKI engine. ;;; ;;; This file is psuedocode, I just wanted to take advantage of @@ -125,13 +130,13 @@ :uri uri) => () -(get-parent-sia-head :self-id 42 +(get-parent-sia-base :self-id 42 :parent foo) -=> (sia-head) +=> (sia-base) -(set-parent-sia-head :self-id 42 +(set-parent-sia-base :self-id 42 :parent foo - :sia-head bar) + :sia-base bar) => () (get-parent-biz-signing-context :self-id 42 |