| ... | ... | @@ -21,6 +21,6 @@ The evaluation/demonstration folder contains source code and scripts to build de |
|
|
|
|
|
|
|
| Folder | Description |
|
|
|
|
| ----------------------- | ----------- |
|
|
|
|
| [Demo 1 - Simple Middlebox](demo1---simple-middlebox) | A simple server that will echo any command back to the client, to demonstrate how to use the API in OpenSSL to build a client, server and middlebox and to set up the connection between them. |
|
|
|
|
| [Demo 1 - Simple Middlebox](Demo-1---Simple-Middlebox) | A simple server that will echo any command back to the client, to demonstrate how to use the API in OpenSSL to build a client, server and middlebox and to set up the connection between them. |
|
|
|
|
| [Demo 2 - Multiple Contexts](demo2---multiple-contexts) | A demonstration of sending data in different contexts and how the permission of the middlebox to inspect the content can be restricted by either the client or the server. |
|
|
|
|
| [Demo 3 - No Reencryption](demo3---no-reencryption) | A demonstration of a middlebox that can change the content, to show that a middlebox can modify the data but does not need to unless the contents are changed. This allows a middlebox to drop out of a connection that it does not need to monitor beyond the setup. | |