Skip to content

michaeljclark/async_tls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Asynchronous TLS

a very simple example of asynchronous TLS using OpenSSL.

Building

requires cmake and openssl.

cmake -G Ninja -B build
cmake --build build -- --verbose

Running

in first terminal

./build/async_tls_echo_server

in second terminal

./build/async_tls_echo_client

About

async TLS example using openssl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published