# handy-ssl **Repository Path**: null_272_2533/handy-ssl ## Basic Information - **Project Name**: handy-ssl - **Description**: openssl surpport for handy - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-28 - **Last Updated**: 2021-11-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README install ==== this project is part of handy. because license is different, so this project is seperated. first you install the openssl-devel. then make handy usage ==== for use of openssl server and openssl client example ==== ./ssl-svr 443 ./ssl-cli 内置的openssl工具 ==== ssl服务器 echo abcd | openssl s_server -accept 2009 -key server.pem -cert server.pem ssl客户端 openssl s_client -connect localhost:2009