/asio-ssl-mutual-auth

Boost asio mutual authentication example.

Primary LanguageC++

#How To

Simple echo server using a boost-asio and ssl to do client and server authentification.

Building

make

Testing

./server <port>
./client <host> <port>