singe/thirdparty/openssl/demos/bio
2023-11-16 22:15:24 -06:00
..
accept.cnf SSL and HTTPS now supported for scripts. 2023-11-16 22:15:24 -06:00
client-arg.c SSL and HTTPS now supported for scripts. 2023-11-16 22:15:24 -06:00
client-conf.c SSL and HTTPS now supported for scripts. 2023-11-16 22:15:24 -06:00
cmod.cnf SSL and HTTPS now supported for scripts. 2023-11-16 22:15:24 -06:00
connect.cnf SSL and HTTPS now supported for scripts. 2023-11-16 22:15:24 -06:00
descrip.mms SSL and HTTPS now supported for scripts. 2023-11-16 22:15:24 -06:00
intca.pem SSL and HTTPS now supported for scripts. 2023-11-16 22:15:24 -06:00
Makefile SSL and HTTPS now supported for scripts. 2023-11-16 22:15:24 -06:00
README.txt SSL and HTTPS now supported for scripts. 2023-11-16 22:15:24 -06:00
root.pem SSL and HTTPS now supported for scripts. 2023-11-16 22:15:24 -06:00
saccept.c SSL and HTTPS now supported for scripts. 2023-11-16 22:15:24 -06:00
sconnect.c SSL and HTTPS now supported for scripts. 2023-11-16 22:15:24 -06:00
server-arg.c SSL and HTTPS now supported for scripts. 2023-11-16 22:15:24 -06:00
server-cmod.c SSL and HTTPS now supported for scripts. 2023-11-16 22:15:24 -06:00
server-conf.c SSL and HTTPS now supported for scripts. 2023-11-16 22:15:24 -06:00
server-ec.pem SSL and HTTPS now supported for scripts. 2023-11-16 22:15:24 -06:00
server.pem SSL and HTTPS now supported for scripts. 2023-11-16 22:15:24 -06:00
shared.opt SSL and HTTPS now supported for scripts. 2023-11-16 22:15:24 -06:00
static.opt SSL and HTTPS now supported for scripts. 2023-11-16 22:15:24 -06: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.