diff options
author | Rob Austein <sra@hactrn.net> | 2007-05-08 19:57:06 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-05-08 19:57:06 +0000 |
commit | a78a6675024057f78b4baca032e963a34045269e (patch) | |
tree | 71058b219f313e44411c750b259f191b2b55084d /docs/left-right-protocol | |
parent | c653dce2051e72d8a0b5e769a2b853cae94f53b0 (diff) |
"SIA Head" => "SIA Base"
svn path=/docs/left-right-protocol; revision=594
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 |