openssl/demos/bio
2022-12-15 23:49:32 +08:00
..
accept.cnf 源码提交 2022-12-15 23:49:32 +08:00
client-arg.c 源码提交 2022-12-15 23:49:32 +08:00
client-conf.c 源码提交 2022-12-15 23:49:32 +08:00
connect.cnf 源码提交 2022-12-15 23:49:32 +08:00
Makefile 源码提交 2022-12-15 23:49:32 +08:00
README 源码提交 2022-12-15 23:49:32 +08:00
saccept.c 源码提交 2022-12-15 23:49:32 +08:00
sconnect.c 源码提交 2022-12-15 23:49:32 +08:00
server-arg.c 源码提交 2022-12-15 23:49:32 +08:00
server-conf.c 源码提交 2022-12-15 23:49:32 +08:00
server.pem 源码提交 2022-12-15 23:49:32 +08:00

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.