/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to network-protocol.txt

  • Committer: Teddy Hogeborn
  • Date: 2008-08-07 22:30:45 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080807223045-58y7vw4bcqlmesv5
* network-protocol.txt: Flip table.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
from a file at start time) which binary blob to give the client.  No
10
10
other authentication or authorization is done by the server.
11
11
 
12
 
| Mandos server   |     | Mandos client                              |
13
 
|                 |     | <Connect>                                  |
14
 
|                 | <-  | "1\r\n"                                    |
15
 
| <TLS handshake> | <-> | <TLS handshake>                            |
16
 
|                 | <-  | OpenPGP public key (part of TLS handshake) |
17
 
| <Binary blob>   | ->  |                                            |
18
 
| <Close>         |     |                                            |
 
12
| Mandos Client                              |     | Mandos Server |
 
13
|--------------------------------------------+-----+---------------|
 
14
| Connect                                    |     |               |
 
15
| "1\r\n"                                    | ->  |               |
 
16
| TLS handshake                              | <-> | TLS handshake |
 
17
| OpenPGP public key (part of TLS handshake) | ->  |               |
 
18
|                                            | <-  | Binary blob   |
 
19
|                                            |     | Close         |