=== modified file 'network-protocol.txt' --- network-protocol.txt 2008-08-07 21:45:41 +0000 +++ network-protocol.txt 2008-08-07 22:30:45 +0000 @@ -9,10 +9,11 @@ from a file at start time) which binary blob to give the client. No other authentication or authorization is done by the server. -| Mandos server | | Mandos client | -| | | | -| | <- | "1\r\n" | -| | <-> | | -| | <- | OpenPGP public key (part of TLS handshake) | -| | -> | | -| | | | +| Mandos Client | | Mandos Server | +|--------------------------------------------+-----+---------------| +| Connect | | | +| "1\r\n" | -> | | +| TLS handshake | <-> | TLS handshake | +| OpenPGP public key (part of TLS handshake) | -> | | +| | <- | Binary blob | +| | | Close |