openssl/demos/bio
Alexander Zhirov 585e25c655 v1.1.1t 2023-05-10 01:08:48 +03:00
..
Makefile v1.1.1t 2023-05-10 01:08:48 +03:00
README v1.1.1t 2023-05-10 01:08:48 +03:00
accept.cnf v1.1.1t 2023-05-10 01:08:48 +03:00
client-arg.c v1.1.1t 2023-05-10 01:08:48 +03:00
client-conf.c v1.1.1t 2023-05-10 01:08:48 +03:00
cmod.cnf v1.1.1t 2023-05-10 01:08:48 +03:00
connect.cnf v1.1.1t 2023-05-10 01:08:48 +03:00
descrip.mms v1.1.1t 2023-05-10 01:08:48 +03:00
intca.pem v1.1.1t 2023-05-10 01:08:48 +03:00
root.pem v1.1.1t 2023-05-10 01:08:48 +03:00
saccept.c v1.1.1t 2023-05-10 01:08:48 +03:00
sconnect.c v1.1.1t 2023-05-10 01:08:48 +03:00
server-arg.c v1.1.1t 2023-05-10 01:08:48 +03:00
server-cmod.c v1.1.1t 2023-05-10 01:08:48 +03:00
server-conf.c v1.1.1t 2023-05-10 01:08:48 +03:00
server-ec.pem v1.1.1t 2023-05-10 01:08:48 +03:00
server.pem v1.1.1t 2023-05-10 01:08:48 +03:00
shared.opt v1.1.1t 2023-05-10 01:08:48 +03:00
static.opt v1.1.1t 2023-05-10 01:08:48 +03: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.