# openssl-example **Repository Path**: yanzmgit/openssl-example ## Basic Information - **Project Name**: openssl-example - **Description**: asynchronous examples for openssl using poll/epoll - **Primary Language**: C++ - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-07 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README install ==== make usage ==== ./async-ssl-svr 443 ./async-ssl-cli www.openssl.com 443 ./sync-ssl-svr 443 ./sync-ssl-cli www.openssl.com 443 comments ==== those examples demostrate how to write sync/async openssl programs email ==== dongfuye at 163 dot com