diff options
author | Rob Austein <sra@hactrn.net> | 2007-04-17 04:02:42 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-04-17 04:02:42 +0000 |
commit | 49b2d3c867b908802b3d5272421a9d517bdf115d (patch) | |
tree | 394c269f4f659177f7600f548643ff6d048be143 /docs | |
parent | 306a5ffc92a3cf02277cd089cdbae7afa4c09561 (diff) |
Comment many-many mapping
svn path=/docs/images/whiteboard-object-model.dot; revision=577
Diffstat (limited to 'docs')
-rw-r--r-- | docs/images/whiteboard-object-model.dot | 4 | ||||
-rw-r--r-- | docs/left-right-protocol | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/docs/images/whiteboard-object-model.dot b/docs/images/whiteboard-object-model.dot index ee1d0a55..3c61f3ab 100644 --- a/docs/images/whiteboard-object-model.dot +++ b/docs/images/whiteboard-object-model.dot @@ -11,6 +11,10 @@ // Blue: visible in left-right protocol // Green: created on the fly +// Explanation for many-many mapping beween CA and child objects +// (courtesy of RobL): Each child is an entity; each CA can have +// multiple children, and each child can hold certs from multiple CAs. + digraph rpki_engine_objects { rotate=90; size="11,8.5"; splines=true; ratio=fill; node [ shape=record ]; diff --git a/docs/left-right-protocol b/docs/left-right-protocol index ba5d1019..8770eb3f 100644 --- a/docs/left-right-protocol +++ b/docs/left-right-protocol @@ -78,6 +78,11 @@ ;;; SHA-256, option for higher SHA functions, we expect crypto world ;;; to hand us new hash functions within a few years). +;;; Explanation for many-many mapping beween CA and child objects +;;; (courtesy of RobL): Each child is an entity; each CA can have +;;; multiple children, and each child can hold certs from multiple +;;; CAs. + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; ;;; Protocol operations between IRBE and RE. |