polardbxengine/extra/openssl-1.1.0l/demos/bio
dengwendi 1d6524707e INIT 2023-11-15 15:04:10 +08:00
..
Makefile INIT 2023-11-15 15:04:10 +08:00
README INIT 2023-11-15 15:04:10 +08:00
accept.cnf INIT 2023-11-15 15:04:10 +08:00
client-arg.c INIT 2023-11-15 15:04:10 +08:00
client-conf.c INIT 2023-11-15 15:04:10 +08:00
cmod.cnf INIT 2023-11-15 15:04:10 +08:00
connect.cnf INIT 2023-11-15 15:04:10 +08:00
descrip.mms INIT 2023-11-15 15:04:10 +08:00
intca.pem INIT 2023-11-15 15:04:10 +08:00
root.pem INIT 2023-11-15 15:04:10 +08:00
saccept.c INIT 2023-11-15 15:04:10 +08:00
sconnect.c INIT 2023-11-15 15:04:10 +08:00
server-arg.c INIT 2023-11-15 15:04:10 +08:00
server-cmod.c INIT 2023-11-15 15:04:10 +08:00
server-conf.c INIT 2023-11-15 15:04:10 +08:00
server-ec.pem INIT 2023-11-15 15:04:10 +08:00
server.pem INIT 2023-11-15 15:04:10 +08:00
shared.opt INIT 2023-11-15 15:04:10 +08:00
static.opt INIT 2023-11-15 15:04:10 +08:00

README

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.