TLSBufferComm
|
A TLS encrypted client and server written in C++. This project uses the Boost Asio library with OpenSSL on Linux. Both the server and client use an OpenSSL certificate and private key to validate each other.
The above build instructions also build the tests. To run the tests do this following:
The documentation for this project is here.