Star0
22
代码介绍
代码
Issues2
Pull Requests4
流水线
Actions
讨论
Wiki
项目成员35
分析
项目设置
Star0
22
  1. third_party_openssl
  2. /
  3. demos
  4. /
  5. bio
kcxmkcxmdemos/bio/sconnect.c: Free ssl_bio on error to avoid memory leak
ade0eca6创建于 2025年5月27日历史提交
文件最后提交记录最后更新时间
Makefile
tar -xf openssl-openssl-3.0.7.tar.gz3 年前
README.txt
tar -xf openssl-openssl-3.0.7.tar.gz3 年前
accept.cnf
tar -xf openssl-openssl-3.0.7.tar.gz3 年前
client-arg.c
tar -xf openssl-openssl-3.0.7.tar.gz3 年前
client-conf.c
tar -xf openssl-openssl-3.0.7.tar.gz3 年前
cmod.cnf
tar -xf openssl-openssl-3.0.7.tar.gz3 年前
connect.cnf
tar -xf openssl-openssl-3.0.7.tar.gz3 年前
descrip.mms
huangjun42@huawei.com4 年前
intca.pem
huangjun42@huawei.com4 年前
root.pem
huangjun42@huawei.com4 年前
saccept.c
tar -xf openssl-openssl-3.0.7.tar.gz3 年前
sconnect.c
demos/bio/sconnect.c: Free ssl_bio on error to avoid memory leak1 年前
server-arg.c
tar -xf openssl-openssl-3.0.7.tar.gz3 年前
server-cmod.c
tar -xf openssl-openssl-3.0.7.tar.gz3 年前
server-conf.c
tar -xf openssl-openssl-3.0.7.tar.gz3 年前
server-ec.pem
huangjun42@huawei.com4 年前
server.pem
huangjun42@huawei.com4 年前
shared.opt
huangjun42@huawei.com4 年前
static.opt
huangjun42@huawei.com4 年前
README.txt

This directory contains some simple examples of the use of BIO's to simplify socket programming.

The client-conf, server-conf, client-arg and client-conf include examples of how to use the SSL_CONF API for configuration file or command line processing.