aboutsummaryrefslogtreecommitdiff
path: root/rpkid.without_tls/doc/rpkid-bpki.eps
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2010-09-16 21:30:30 +0000
committerRob Austein <sra@hactrn.net>2010-09-16 21:30:30 +0000
commitbe7b735fa44c0158d8ab0bc65157df45a7b45783 (patch)
tree87cfad3c536758d9eeaf96a3d16d2ad57ba5e7a5 /rpkid.without_tls/doc/rpkid-bpki.eps
parent46f13adda8ac616fa45410dc2e28a2dcc006e973 (diff)
Preliminary version of rpkid et al with all the TLS code ripped out.
Not quite ready for cutover yet, may need some conversion tools and instructions, but checking this into a branch (well, sort of) so that others can look at the code changes involved, try it out themselves, etc. At some point this will merge back into rpkid/ directory and there will be only one, without TLS, but converting the testbed is going to require a flag day, so need to keep the TLS version around until then. svn path=/rpkid.without_tls; revision=3449
Diffstat (limited to 'rpkid.without_tls/doc/rpkid-bpki.eps')
-rw-r--r--rpkid.without_tls/doc/rpkid-bpki.eps1067
1 files changed, 1067 insertions, 0 deletions
diff --git a/rpkid.without_tls/doc/rpkid-bpki.eps b/rpkid.without_tls/doc/rpkid-bpki.eps
new file mode 100644
index 00000000..d9ec02d6
--- /dev/null
+++ b/rpkid.without_tls/doc/rpkid-bpki.eps
@@ -0,0 +1,1067 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%%Creator: graphviz version 2.26.3 (20100126.1600)
+%%Title: bpki_rpkid
+%%Pages: 1
+%%BoundingBox: 36 36 1044 274
+%%EndComments
+save
+%%BeginProlog
+/DotDict 200 dict def
+DotDict begin
+
+/setupLatin1 {
+mark
+/EncodingVector 256 array def
+ EncodingVector 0
+
+ISOLatin1Encoding 0 255 getinterval putinterval
+EncodingVector 45 /hyphen put
+
+% Set up ISO Latin 1 character encoding
+/starnetISO {
+ dup dup findfont dup length dict begin
+ { 1 index /FID ne { def }{ pop pop } ifelse
+ } forall
+ /Encoding EncodingVector def
+ currentdict end definefont
+} def
+/Times-Roman starnetISO def
+/Times-Italic starnetISO def
+/Times-Bold starnetISO def
+/Times-BoldItalic starnetISO def
+/Helvetica starnetISO def
+/Helvetica-Oblique starnetISO def
+/Helvetica-Bold starnetISO def
+/Helvetica-BoldOblique starnetISO def
+/Courier starnetISO def
+/Courier-Oblique starnetISO def
+/Courier-Bold starnetISO def
+/Courier-BoldOblique starnetISO def
+cleartomark
+} bind def
+
+%%BeginResource: procset graphviz 0 0
+/coord-font-family /Times-Roman def
+/default-font-family /Times-Roman def
+/coordfont coord-font-family findfont 8 scalefont def
+
+/InvScaleFactor 1.0 def
+/set_scale {
+ dup 1 exch div /InvScaleFactor exch def
+ scale
+} bind def
+
+% styles
+/solid { [] 0 setdash } bind def
+/dashed { [9 InvScaleFactor mul dup ] 0 setdash } bind def
+/dotted { [1 InvScaleFactor mul 6 InvScaleFactor mul] 0 setdash } bind def
+/invis {/fill {newpath} def /stroke {newpath} def /show {pop newpath} def} bind def
+/bold { 2 setlinewidth } bind def
+/filled { } bind def
+/unfilled { } bind def
+/rounded { } bind def
+/diagonals { } bind def
+
+% hooks for setting color
+/nodecolor { sethsbcolor } bind def
+/edgecolor { sethsbcolor } bind def
+/graphcolor { sethsbcolor } bind def
+/nopcolor {pop pop pop} bind def
+
+/beginpage { % i j npages
+ /npages exch def
+ /j exch def
+ /i exch def
+ /str 10 string def
+ npages 1 gt {
+ gsave
+ coordfont setfont
+ 0 0 moveto
+ (\() show i str cvs show (,) show j str cvs show (\)) show
+ grestore
+ } if
+} bind def
+
+/set_font {
+ findfont exch
+ scalefont setfont
+} def
+
+% draw text fitted to its expected width
+/alignedtext { % width text
+ /text exch def
+ /width exch def
+ gsave
+ width 0 gt {
+ [] 0 setdash
+ text stringwidth pop width exch sub text length div 0 text ashow
+ } if
+ grestore
+} def
+
+/boxprim { % xcorner ycorner xsize ysize
+ 4 2 roll
+ moveto
+ 2 copy
+ exch 0 rlineto
+ 0 exch rlineto
+ pop neg 0 rlineto
+ closepath
+} bind def
+
+/ellipse_path {
+ /ry exch def
+ /rx exch def
+ /y exch def
+ /x exch def
+ matrix currentmatrix
+ newpath
+ x y translate
+ rx ry scale
+ 0 0 1 0 360 arc
+ setmatrix
+} bind def
+
+/endpage { showpage } bind def
+/showpage { } def
+
+/layercolorseq
+ [ % layer color sequence - darkest to lightest
+ [0 0 0]
+ [.2 .8 .8]
+ [.4 .8 .8]
+ [.6 .8 .8]
+ [.8 .8 .8]
+ ]
+def
+
+/layerlen layercolorseq length def
+
+/setlayer {/maxlayer exch def /curlayer exch def
+ layercolorseq curlayer 1 sub layerlen mod get
+ aload pop sethsbcolor
+ /nodecolor {nopcolor} def
+ /edgecolor {nopcolor} def
+ /graphcolor {nopcolor} def
+} bind def
+
+/onlayer { curlayer ne {invis} if } def
+
+/onlayers {
+ /myupper exch def
+ /mylower exch def
+ curlayer mylower lt
+ curlayer myupper gt
+ or
+ {invis} if
+} def
+
+/curlayer 0 def
+
+%%EndResource
+%%EndProlog
+%%BeginSetup
+14 default-font-family set_font
+1 setmiterlimit
+% /arrowlength 10 def
+% /arrowwidth 5 def
+
+% make sure pdfmark is harmless for PS-interpreters other than Distiller
+/pdfmark where {pop} {userdict /pdfmark /cleartomark load put} ifelse
+% make '<<' and '>>' safe on PS Level 1 devices
+/languagelevel where {pop languagelevel}{1} ifelse
+2 lt {
+ userdict (<<) cvn ([) cvn load put
+ userdict (>>) cvn ([) cvn load put
+} if
+
+%%EndSetup
+setupLatin1
+%%Page: 1 1
+%%PageBoundingBox: 36 36 1044 274
+%%PageOrientation: Portrait
+0 0 1 beginpage
+gsave
+36 36 1008 238 boxprim clip newpath
+0.838602 0.838602 set_scale 0 rotate 46.9286 47.9286 translate
+% TA
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+newpath 417.87 250.54 moveto
+417.87 265.46 lineto
+399.2 276 lineto
+372.8 276 lineto
+354.13 265.46 lineto
+354.13 250.54 lineto
+372.8 240 lineto
+399.2 240 lineto
+closepath stroke
+0 0 0 nodecolor
+9 /Times set_font
+368.5 254.9 moveto 35 (BPKI TA) alignedtext
+grestore
+% rpkid
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+newpath 0 149 moveto
+0 203 lineto
+140 203 lineto
+140 149 lineto
+closepath stroke
+0 0 0 nodecolor
+9 /Times set_font
+8 172.9 moveto 21 (rpkid) alignedtext
+1 setlinewidth
+0 0 0 nodecolor
+newpath 37 149 moveto
+37 203 lineto
+stroke
+0 0 0 nodecolor
+9 /Times set_font
+61.5 190.9 moveto 54 (HTTPS server) alignedtext
+1 setlinewidth
+0 0 0 nodecolor
+newpath 37 185 moveto
+140 185 lineto
+stroke
+0 0 0 nodecolor
+9 /Times set_font
+45 172.9 moveto 87 (HTTPS left-right client) alignedtext
+1 setlinewidth
+0 0 0 nodecolor
+newpath 37 167 moveto
+140 167 lineto
+stroke
+0 0 0 nodecolor
+9 /Times set_font
+61 154.9 moveto 55 (CMS left-right) alignedtext
+grestore
+% TA->rpkid
+gsave
+1 setlinewidth
+dotted
+0 0 0 edgecolor
+newpath 353.88 251.92 moveto
+309.91 243.33 228.39 226.44 150.1 204.2 curveto
+stroke
+0 0 0 edgecolor
+newpath 150.65 200.71 moveto
+140.07 201.31 lineto
+148.72 207.44 lineto
+closepath fill
+1 setlinewidth
+solid
+0 0 0 edgecolor
+newpath 150.65 200.71 moveto
+140.07 201.31 lineto
+148.72 207.44 lineto
+closepath stroke
+grestore
+% irdbd
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+newpath 157.5 158 moveto
+157.5 194 lineto
+298.5 194 lineto
+298.5 158 lineto
+closepath stroke
+0 0 0 nodecolor
+9 /Times set_font
+165.5 172.9 moveto 20 (irdbd) alignedtext
+1 setlinewidth
+0 0 0 nodecolor
+newpath 193.5 158 moveto
+193.5 194 lineto
+stroke
+0 0 0 nodecolor
+9 /Times set_font
+201.5 181.9 moveto 89 (HTTPS left-right server) alignedtext
+1 setlinewidth
+0 0 0 nodecolor
+newpath 193.5 176 moveto
+298.5 176 lineto
+stroke
+0 0 0 nodecolor
+9 /Times set_font
+218.5 163.9 moveto 55 (CMS left-right) alignedtext
+grestore
+% TA->irdbd
+gsave
+1 setlinewidth
+dotted
+0 0 0 edgecolor
+newpath 362.35 245.72 moveto
+338.58 233.39 301.37 214.08 272.14 198.91 curveto
+stroke
+0 0 0 edgecolor
+newpath 273.44 195.64 moveto
+262.95 194.14 lineto
+270.21 201.85 lineto
+closepath fill
+1 setlinewidth
+solid
+0 0 0 edgecolor
+newpath 273.44 195.64 moveto
+262.95 194.14 lineto
+270.21 201.85 lineto
+closepath stroke
+grestore
+% irbe
+gsave
+1 setlinewidth
+0 0 0 nodecolor
+newpath 315.5 158 moveto
+315.5 194 lineto
+456.5 194 lineto
+456.5 158 lineto
+closepath stroke
+0 0 0 nodecolor
+9 /Times set_font
+323.5 172.9 moveto 22 (IRBE) alignedtext
+1 setlinewidth
+0 0 0 nodecolor
+newpath 353.5 158 moveto
+353.5 194 lineto
+stroke
+0 0 0 nodecolor
+9 /Times set_font
+361.5 181.9 moveto 87 (HTTPS left-right client) alignedtext
+1 setlinewidth
+0 0 0 nodecolor
+newpath 353.5 176 moveto
+456.5 176 lineto
+stroke
+0 0 0 nodecolor
+9 /Times set_font
+377.5 163.9 moveto 55 (CMS left-right) alignedtext
+grestore
+% TA->irbe
+gsave
+1 setlinewidth
+dotted
+0 0 0 edgecolor
+newpath 386 239.8 moveto
+386 229.4 386 216.12 386 204.38 curveto
+stroke
+0 0 0 edgecolor
+newpath 389.5 204.15 moveto
+386 194.15 lineto
+382.5 204.15 lineto
+closepath fill
+1 setlinewidth
+solid
+0 0 0 edgecolor
+newpath 389.5 204.15 moveto
+386 194.15 lineto
+382.5 204.15 lineto
+closepath stroke
+grestore
+% Alice_CA
+gsave
+1 setlinewidth
+0.66667 1 1 nodecolor
+newpath 518 194 moveto
+473.91 176 lineto
+518 158 lineto
+562.09 176 lineto
+closepath stroke
+0.66667 1 1 nodecolor
+9 /Times set_font
+499 172.9 moveto 38 (Alice_CA) alignedtext
+grestore
+% TA->Alice_CA
+gsave
+1 setlinewidth
+solid
+0 0 0 edgecolor
+newpath 407.5 244.64 moveto
+430.53 230.33 467.1 207.62 491.8 192.28 curveto
+stroke
+0 0 0 edgecolor
+newpath 493.67 195.24 moveto
+500.31 186.99 lineto
+489.97 189.29 lineto
+closepath fill
+1 setlinewidth
+solid
+0 0 0 edgecolor
+newpath 493.67 195.24 moveto
+500.31 186.99 lineto
+489.97 189.29 lineto
+closepath stroke
+grestore
+% Ellen_CA
+gsave
+1 setlinewidth
+0.66667 1 1 nodecolor
+newpath 897 194 moveto
+852.91 176 lineto
+897 158 lineto
+941.09 176 lineto
+closepath stroke
+0.66667 1 1 nodecolor
+9 /Times set_font
+878 172.9 moveto 38 (Ellen_CA) alignedtext
+grestore
+% TA->Ellen_CA
+gsave
+1 setlinewidth
+solid
+0 0 0 edgecolor
+newpath 417.97 252.87 moveto
+506.6 238.65 755.48 198.71 855.05 182.73 curveto
+stroke
+0 0 0 edgecolor
+newpath 855.73 186.17 moveto
+865.05 181.13 lineto
+854.62 179.26 lineto
+closepath fill
+1 setlinewidth
+solid
+0 0 0 edgecolor
+newpath 855.73 186.17 moveto
+865.05 181.13 lineto
+854.62 179.26 lineto
+closepath stroke
+grestore
+% Alice_EE
+gsave
+1 setlinewidth
+0.66667 1 1 nodecolor
+newpath 208 75 moveto
+208 111 lineto
+358 111 lineto
+358 75 lineto
+closepath stroke
+0.66667 1 1 nodecolor
+9 /Times set_font
+221.5 94.9 moveto 21 (Alice) alignedtext
+0.66667 1 1 nodecolor
+9 /Times set_font
+216 84.9 moveto 32 (BSC EE) alignedtext
+1 setlinewidth
+0.66667 1 1 nodecolor
+newpath 256 75 moveto
+256 111 lineto
+stroke
+0.66667 1 1 nodecolor
+9 /Times set_font
+264 98.9 moveto 86 (HTTPS up-down client) alignedtext
+1 setlinewidth
+0.66667 1 1 nodecolor
+newpath 256 93 moveto
+358 93 lineto
+stroke
+0.66667 1 1 nodecolor
+9 /Times set_font
+280 80.9 moveto 54 (CMS up-down) alignedtext
+grestore
+% Alice_CA->Alice_EE
+gsave
+1 setlinewidth
+dotted
+0.66667 1 1 edgecolor
+newpath 499.78 165.25 moveto
+489.74 159.63 476.94 152.9 465 148 curveto
+432.63 134.7 395.85 122.98 363.87 113.82 curveto
+stroke
+0.66667 1 1 edgecolor
+newpath 364.68 110.41 moveto
+354.11 111.06 lineto
+362.78 117.15 lineto
+closepath fill
+1 setlinewidth
+solid
+0.66667 1 1 edgecolor
+newpath 364.68 110.41 moveto
+354.11 111.06 lineto
+362.78 117.15 lineto
+closepath stroke
+grestore
+% Bob_CA
+gsave
+1 setlinewidth
+0 1 1 nodecolor
+newpath 416 111 moveto
+375.99 93 lineto
+416 75 lineto
+456.01 93 lineto
+closepath stroke
+0 1 1 nodecolor
+9 /Times set_font
+399.5 89.9 moveto 33 (Bob_CA) alignedtext
+grestore
+% Alice_CA->Bob_CA
+gsave
+1 setlinewidth
+solid
+0.66667 1 1 edgecolor
+newpath 502.95 163.75 moveto
+485.88 149.86 457.88 127.08 438.28 111.13 curveto
+stroke
+0.66667 1 1 edgecolor
+newpath 440.42 108.36 moveto
+430.45 104.76 lineto
+436 113.79 lineto
+closepath fill
+1 setlinewidth
+solid
+0.66667 1 1 edgecolor
+newpath 440.42 108.36 moveto
+430.45 104.76 lineto
+436 113.79 lineto
+closepath stroke
+grestore
+% Carol_CA
+gsave
+1 setlinewidth
+0 1 1 nodecolor
+newpath 518 111 moveto
+473.91 93 lineto
+518 75 lineto
+562.09 93 lineto
+closepath stroke
+0 1 1 nodecolor
+9 /Times set_font
+499 89.9 moveto 38 (Carol_CA) alignedtext
+grestore
+% Alice_CA->Carol_CA
+gsave
+1 setlinewidth
+solid
+0.66667 1 1 edgecolor
+newpath 518 157.99 moveto
+518 147.3 518 133.5 518 121.37 curveto
+stroke
+0.66667 1 1 edgecolor
+newpath 521.5 121.26 moveto
+518 111.26 lineto
+514.5 121.26 lineto
+closepath fill
+1 setlinewidth
+solid
+0.66667 1 1 edgecolor
+newpath 521.5 121.26 moveto
+518 111.26 lineto
+514.5 121.26 lineto
+closepath stroke
+grestore
+% Dave_CA
+gsave
+1 setlinewidth
+0 1 1 nodecolor
+newpath 623 111 moveto
+580.22 93 lineto
+623 75 lineto
+665.78 93 lineto
+closepath stroke
+0 1 1 nodecolor
+9 /Times set_font
+604.5 89.9 moveto 37 (Dave_CA) alignedtext
+grestore
+% Alice_CA->Dave_CA
+gsave
+1 setlinewidth
+solid
+0.66667 1 1 edgecolor
+newpath 533.04 164.11 moveto
+550.59 150.24 579.77 127.17 600.13 111.08 curveto
+stroke
+0.66667 1 1 edgecolor
+newpath 602.31 113.82 moveto
+607.98 104.87 lineto
+597.97 108.33 lineto
+closepath fill
+1 setlinewidth
+solid
+0.66667 1 1 edgecolor
+newpath 602.31 113.82 moveto
+607.98 104.87 lineto
+597.97 108.33 lineto
+closepath stroke
+grestore
+% Ellen_EE
+gsave
+1 setlinewidth
+0.66667 1 1 nodecolor
+newpath 684 75 moveto
+684 111 lineto
+834 111 lineto
+834 75 lineto
+closepath stroke
+0.66667 1 1 nodecolor
+9 /Times set_font
+697.5 94.9 moveto 21 (Ellen) alignedtext
+0.66667 1 1 nodecolor
+9 /Times set_font
+692 84.9 moveto 32 (BSC EE) alignedtext
+1 setlinewidth
+0.66667 1 1 nodecolor
+newpath 732 75 moveto
+732 111 lineto
+stroke
+0.66667 1 1 nodecolor
+9 /Times set_font
+740 98.9 moveto 86 (HTTPS up-down client) alignedtext
+1 setlinewidth
+0.66667 1 1 nodecolor
+newpath 732 93 moveto
+834 93 lineto
+stroke
+0.66667 1 1 nodecolor
+9 /Times set_font
+756 80.9 moveto 54 (CMS up-down) alignedtext
+grestore
+% Ellen_CA->Ellen_EE
+gsave
+1 setlinewidth
+dotted
+0.66667 1 1 edgecolor
+newpath 878.96 165.15 moveto
+858.48 152.83 824.47 132.38 797.88 116.38 curveto
+stroke
+0.66667 1 1 edgecolor
+newpath 799.55 113.31 moveto
+789.18 111.15 lineto
+795.94 119.3 lineto
+closepath fill
+1 setlinewidth
+solid
+0.66667 1 1 edgecolor
+newpath 799.55 113.31 moveto
+789.18 111.15 lineto
+795.94 119.3 lineto
+closepath stroke
+grestore
+% Frank_CA
+gsave
+1 setlinewidth
+0 1 1 nodecolor
+newpath 897 111 moveto
+851.78 93 lineto
+897 75 lineto
+942.22 93 lineto
+closepath stroke
+0 1 1 nodecolor
+9 /Times set_font
+877 89.9 moveto 40 (Frank_CA) alignedtext
+grestore
+% Ellen_CA->Frank_CA
+gsave
+1 setlinewidth
+solid
+0.66667 1 1 edgecolor
+newpath 897 157.99 moveto
+897 147.3 897 133.5 897 121.37 curveto
+stroke
+0.66667 1 1 edgecolor
+newpath 900.5 121.26 moveto
+897 111.26 lineto
+893.5 121.26 lineto
+closepath fill
+1 setlinewidth
+solid
+0.66667 1 1 edgecolor
+newpath 900.5 121.26 moveto
+897 111.26 lineto
+893.5 121.26 lineto
+closepath stroke
+grestore
+% Ginny_CA
+gsave
+1 setlinewidth
+0 1 1 nodecolor
+newpath 1005 111 moveto
+959.78 93 lineto
+1005 75 lineto
+1050.22 93 lineto
+closepath stroke
+0 1 1 nodecolor
+9 /Times set_font
+985 89.9 moveto 40 (Ginny_CA) alignedtext
+grestore
+% Ellen_CA->Ginny_CA
+gsave
+1 setlinewidth
+solid
+0.66667 1 1 edgecolor
+newpath 912.47 164.11 moveto
+930.52 150.24 960.54 127.17 981.47 111.08 curveto
+stroke
+0.66667 1 1 edgecolor
+newpath 983.76 113.74 moveto
+989.55 104.87 lineto
+979.49 108.19 lineto
+closepath fill
+1 setlinewidth
+solid
+0.66667 1 1 edgecolor
+newpath 983.76 113.74 moveto
+989.55 104.87 lineto
+979.49 108.19 lineto
+closepath stroke
+grestore
+% Harry_CA
+gsave
+1 setlinewidth
+0 1 1 nodecolor
+newpath 1125 111 moveto
+1080.09 93 lineto
+1125 75 lineto
+1169.91 93 lineto
+closepath stroke
+0 1 1 nodecolor
+9 /Times set_font
+1105.5 89.9 moveto 39 (Harry_CA) alignedtext
+grestore
+% Ellen_CA->Harry_CA
+gsave
+1 setlinewidth
+solid
+0.66667 1 1 edgecolor
+newpath 920.54 167.43 moveto
+961.24 152.61 1044.89 122.16 1091.59 105.16 curveto
+stroke
+0.66667 1 1 edgecolor
+newpath 1093.05 108.36 moveto
+1101.25 101.65 lineto
+1090.65 101.78 lineto
+closepath fill
+1 setlinewidth
+solid
+0.66667 1 1 edgecolor
+newpath 1093.05 108.36 moveto
+1101.25 101.65 lineto
+1090.65 101.78 lineto
+closepath stroke
+grestore
+% Bob_EE
+gsave
+1 setlinewidth
+0 1 1 nodecolor
+newpath 329.5 1 moveto
+329.5 37 lineto
+442.5 37 lineto
+442.5 1 lineto
+closepath stroke
+0 1 1 nodecolor
+9 /Times set_font
+337.5 20.9 moveto 17 (Bob) alignedtext
+0 1 1 nodecolor
+9 /Times set_font
+339.5 10.9 moveto 13 (EE) alignedtext
+1 setlinewidth
+0 1 1 nodecolor
+newpath 362.5 1 moveto
+362.5 37 lineto
+stroke
+0 1 1 nodecolor
+9 /Times set_font
+370.5 24.9 moveto 64 (HTTPS up-down) alignedtext
+1 setlinewidth
+0 1 1 nodecolor
+newpath 362.5 19 moveto
+442.5 19 lineto
+stroke
+0 1 1 nodecolor
+9 /Times set_font
+375.5 6.9 moveto 54 (CMS up-down) alignedtext
+grestore
+% Bob_CA->Bob_EE
+gsave
+1 setlinewidth
+solid
+0 1 1 edgecolor
+newpath 409.78 77.67 moveto
+406.17 68.75 401.5 57.24 397.26 46.78 curveto
+stroke
+0 1 1 edgecolor
+newpath 400.37 45.14 moveto
+393.37 37.19 lineto
+393.89 47.77 lineto
+closepath fill
+1 setlinewidth
+solid
+0 1 1 edgecolor
+newpath 400.37 45.14 moveto
+393.37 37.19 lineto
+393.89 47.77 lineto
+closepath stroke
+grestore
+% Carol_EE
+gsave
+1 setlinewidth
+0 1 1 nodecolor
+newpath 459.5 1 moveto
+459.5 37 lineto
+576.5 37 lineto
+576.5 1 lineto
+closepath stroke
+0 1 1 nodecolor
+9 /Times set_font
+467.5 20.9 moveto 21 (Carol) alignedtext
+0 1 1 nodecolor
+9 /Times set_font
+471.5 10.9 moveto 13 (EE) alignedtext
+1 setlinewidth
+0 1 1 nodecolor
+newpath 496.5 1 moveto
+496.5 37 lineto
+stroke
+0 1 1 nodecolor
+9 /Times set_font
+504.5 24.9 moveto 64 (HTTPS up-down) alignedtext
+1 setlinewidth
+0 1 1 nodecolor
+newpath 496.5 19 moveto
+576.5 19 lineto
+stroke
+0 1 1 nodecolor
+9 /Times set_font
+509.5 6.9 moveto 54 (CMS up-down) alignedtext
+grestore
+% Carol_CA->Carol_EE
+gsave
+1 setlinewidth
+solid
+0 1 1 edgecolor
+newpath 518 74.71 moveto
+518 66.46 518 56.54 518 47.36 curveto
+stroke
+0 1 1 edgecolor
+newpath 521.5 47.08 moveto
+518 37.08 lineto
+514.5 47.08 lineto
+closepath fill
+1 setlinewidth
+solid
+0 1 1 edgecolor
+newpath 521.5 47.08 moveto
+518 37.08 lineto
+514.5 47.08 lineto
+closepath stroke
+grestore
+% Dave_EE
+gsave
+1 setlinewidth
+0 1 1 nodecolor
+newpath 593.5 1 moveto
+593.5 37 lineto
+710.5 37 lineto
+710.5 1 lineto
+closepath stroke
+0 1 1 nodecolor
+9 /Times set_font
+601.5 20.9 moveto 21 (Dave) alignedtext
+0 1 1 nodecolor
+9 /Times set_font
+605.5 10.9 moveto 13 (EE) alignedtext
+1 setlinewidth
+0 1 1 nodecolor
+newpath 630.5 1 moveto
+630.5 37 lineto
+stroke
+0 1 1 nodecolor
+9 /Times set_font
+638.5 24.9 moveto 64 (HTTPS up-down) alignedtext
+1 setlinewidth
+0 1 1 nodecolor
+newpath 630.5 19 moveto
+710.5 19 lineto
+stroke
+0 1 1 nodecolor
+9 /Times set_font
+643.5 6.9 moveto 54 (CMS up-down) alignedtext
+grestore
+% Dave_CA->Dave_EE
+gsave
+1 setlinewidth
+solid
+0 1 1 edgecolor
+newpath 629.15 77.31 moveto
+632.65 68.37 637.14 56.91 641.21 46.53 curveto
+stroke
+0 1 1 edgecolor
+newpath 644.55 47.6 moveto
+644.94 37.01 lineto
+638.03 45.05 lineto
+closepath fill
+1 setlinewidth
+solid
+0 1 1 edgecolor
+newpath 644.55 47.6 moveto
+644.94 37.01 lineto
+638.03 45.05 lineto
+closepath stroke
+grestore
+% Frank_EE
+gsave
+1 setlinewidth
+0 1 1 nodecolor
+newpath 809.5 1 moveto
+809.5 37 lineto
+928.5 37 lineto
+928.5 1 lineto
+closepath stroke
+0 1 1 nodecolor
+9 /Times set_font
+817.5 20.9 moveto 23 (Frank) alignedtext
+0 1 1 nodecolor
+9 /Times set_font
+822.5 10.9 moveto 13 (EE) alignedtext
+1 setlinewidth
+0 1 1 nodecolor
+newpath 848.5 1 moveto
+848.5 37 lineto
+stroke
+0 1 1 nodecolor
+9 /Times set_font
+856.5 24.9 moveto 64 (HTTPS up-down) alignedtext
+1 setlinewidth
+0 1 1 nodecolor
+newpath 848.5 19 moveto
+928.5 19 lineto
+stroke
+0 1 1 nodecolor
+9 /Times set_font
+861.5 6.9 moveto 54 (CMS up-down) alignedtext
+grestore
+% Frank_CA->Frank_EE
+gsave
+1 setlinewidth
+solid
+0 1 1 edgecolor
+newpath 891.06 77.31 moveto
+887.68 68.37 883.35 56.91 879.42 46.53 curveto
+stroke
+0 1 1 edgecolor
+newpath 882.63 45.13 moveto
+875.82 37.01 lineto
+876.08 47.61 lineto
+closepath fill
+1 setlinewidth
+solid
+0 1 1 edgecolor
+newpath 882.63 45.13 moveto
+875.82 37.01 lineto
+876.08 47.61 lineto
+closepath stroke
+grestore
+% Ginny_EE
+gsave
+1 setlinewidth
+0 1 1 nodecolor
+newpath 945.5 1 moveto
+945.5 37 lineto
+1064.5 37 lineto
+1064.5 1 lineto
+closepath stroke
+0 1 1 nodecolor
+9 /Times set_font
+953.5 20.9 moveto 23 (Ginny) alignedtext
+0 1 1 nodecolor
+9 /Times set_font
+958.5 10.9 moveto 13 (EE) alignedtext
+1 setlinewidth
+0 1 1 nodecolor
+newpath 984.5 1 moveto
+984.5 37 lineto
+stroke
+0 1 1 nodecolor
+9 /Times set_font
+992.5 24.9 moveto 64 (HTTPS up-down) alignedtext
+1 setlinewidth
+0 1 1 nodecolor
+newpath 984.5 19 moveto
+1064.5 19 lineto
+stroke
+0 1 1 nodecolor
+9 /Times set_font
+997.5 6.9 moveto 54 (CMS up-down) alignedtext
+grestore
+% Ginny_CA->Ginny_EE
+gsave
+1 setlinewidth
+solid
+0 1 1 edgecolor
+newpath 1005 74.71 moveto
+1005 66.46 1005 56.54 1005 47.36 curveto
+stroke
+0 1 1 edgecolor
+newpath 1008.5 47.08 moveto
+1005 37.08 lineto
+1001.5 47.08 lineto
+closepath fill
+1 setlinewidth
+solid
+0 1 1 edgecolor
+newpath 1008.5 47.08 moveto
+1005 37.08 lineto
+1001.5 47.08 lineto
+closepath stroke
+grestore
+% Harry_EE
+gsave
+1 setlinewidth
+0 1 1 nodecolor
+newpath 1081.5 1 moveto
+1081.5 37 lineto
+1194.5 37 lineto
+1194.5 1 lineto
+closepath stroke
+0 1 1 nodecolor
+9 /Times set_font
+1089.5 20.9 moveto 17 (Bob) alignedtext
+0 1 1 nodecolor
+9 /Times set_font
+1091.5 10.9 moveto 13 (EE) alignedtext
+1 setlinewidth
+0 1 1 nodecolor
+newpath 1114.5 1 moveto
+1114.5 37 lineto
+stroke
+0 1 1 nodecolor
+9 /Times set_font
+1122.5 24.9 moveto 64 (HTTPS up-down) alignedtext
+1 setlinewidth
+0 1 1 nodecolor
+newpath 1114.5 19 moveto
+1194.5 19 lineto
+stroke
+0 1 1 nodecolor
+9 /Times set_font
+1127.5 6.9 moveto 54 (CMS up-down) alignedtext
+grestore
+% Harry_CA->Harry_EE
+gsave
+1 setlinewidth
+solid
+0 1 1 edgecolor
+newpath 1128.02 75.84 moveto
+1129.51 67.31 1131.36 56.78 1133.06 47.12 curveto
+stroke
+0 1 1 edgecolor
+newpath 1136.54 47.56 moveto
+1134.82 37.1 lineto
+1129.64 46.35 lineto
+closepath fill
+1 setlinewidth
+solid
+0 1 1 edgecolor
+newpath 1136.54 47.56 moveto
+1134.82 37.1 lineto
+1129.64 46.35 lineto
+closepath stroke
+grestore
+endpage
+showpage
+grestore
+%%PageTrailer
+%%EndPage: 1
+%%Trailer
+end
+restore
+%%EOF