From be6bb7cbcfe7eb73909fb63d1e8a84bfab5ff7ca Mon Sep 17 00:00:00 2001 From: "S.J.R. van Schaik" Date: Fri, 4 Aug 2017 13:48:01 +0200 Subject: [PATCH] tech-doc: fix transition to untrusted state --- tech-doc/tech-spec.tex | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tech-doc/tech-spec.tex b/tech-doc/tech-spec.tex index 7f47466..29e5f60 100644 --- a/tech-doc/tech-spec.tex +++ b/tech-doc/tech-spec.tex @@ -179,12 +179,13 @@ The communication between the host device and the TBM follows a client-server mo \draw[thick,draw=red!70!black,->] (7.75, 0) -- ++(.5,4) node[midway, sloped, below] {\color{red!70!black}\tt\small\uppercase{1501842512}}; \draw[thick,draw=blue!70!black,->] (9, 4) -- ++(.5,-4) node[midway, sloped, below] {\color{blue!70!black}\tt\small\uppercase{booting }}; -\draw[thick,draw=red!70!black,->] (9.75, 0) -- ++(.5,4) node[midway, sloped, below] {\color{red!70!black}\tt\small\uppercase{ok}}; -\draw[thick,draw=red!70!black,dashed] (12, 0) -- ++(0, 4) node[midway, sloped, above] {\color{red!70!black}\tt\small\uppercase{untrusted}}; +\draw[thick,draw=red!70!black,dashed] (10, 0) -- ++(0, 4) node[midway, sloped, above] {\color{red!70!black}\tt\small\uppercase{untrusted}}; -\draw[thick,draw=blue!70!black,->] (13, 4) -- ++(.5,-4) node[midway, sloped, below] {\color{blue!70!black}\tt\small\uppercase{booting ok}}; -\draw[thick,draw=red!70!black,->] (13.75, 0) -- ++(.5,4) node[midway, sloped, below] {\color{red!70!black}\tt\small\uppercase{ok}}; +\draw[thick,draw=red!70!black,->] (10.5, 0) -- ++(.5,4) node[midway, sloped, below] {\color{red!70!black}\tt\small\uppercase{ok}}; + +\draw[thick,draw=blue!70!black,->] (11.5, 4) -- ++(.5,-4) node[midway, sloped, below] {\color{blue!70!black}\tt\small\uppercase{booting ok}}; +\draw[thick,draw=red!70!black,->] (12.25, 0) -- ++(.5,4) node[midway, sloped, below] {\color{red!70!black}\tt\small\uppercase{ok}}; \end{tikzpicture} \end{adjustbox} \caption{protocol diagram.}