# ssl_communication **Repository Path**: flyoutsan/ssl_client ## Basic Information - **Project Name**: ssl_communication - **Description**: 使用openssl进行socket通信。 - **Primary Language**: C - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2018-07-11 - **Last Updated**: 2022-12-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ssl_commuincation #### 项目描述 使用openssl进行socket通信。 #### 开发环境 MAC OS High Sierra 10.13.5 LibreSSL 2.2.7 clang 9.1.0 #### 编译运行 ##### 编译 cd ./build cmake .. ##### 运行 启动server: ``` ./ssl_server port cert key c_cert ``` 启动client: ```./ssl_client hostname port cert key message```