etlegacy-libs/openssl/demos/bio
2019-12-19 17:25:15 +01:00
..
accept.cnf lib: add openssl 1.1.1b to project 2019-03-11 20:18:04 +01:00
client-arg.c lib: add openssl 1.1.1b to project 2019-03-11 20:18:04 +01:00
client-conf.c lib: add openssl 1.1.1b to project 2019-03-11 20:18:04 +01:00
cmod.cnf lib: add openssl 1.1.1b to project 2019-03-11 20:18:04 +01:00
connect.cnf lib: add openssl 1.1.1b to project 2019-03-11 20:18:04 +01:00
descrip.mms libs: updated to OpenSSL 1.1.1d 2019-12-19 17:25:15 +01:00
intca.pem lib: add openssl 1.1.1b to project 2019-03-11 20:18:04 +01:00
Makefile lib: add openssl 1.1.1b to project 2019-03-11 20:18:04 +01:00
README lib: add openssl 1.1.1b to project 2019-03-11 20:18:04 +01:00
root.pem lib: add openssl 1.1.1b to project 2019-03-11 20:18:04 +01:00
saccept.c lib: add openssl 1.1.1b to project 2019-03-11 20:18:04 +01:00
sconnect.c lib: add openssl 1.1.1b to project 2019-03-11 20:18:04 +01:00
server-arg.c lib: add openssl 1.1.1b to project 2019-03-11 20:18:04 +01:00
server-cmod.c lib: add openssl 1.1.1b to project 2019-03-11 20:18:04 +01:00
server-conf.c lib: add openssl 1.1.1b to project 2019-03-11 20:18:04 +01:00
server-ec.pem lib: add openssl 1.1.1b to project 2019-03-11 20:18:04 +01:00
server.pem lib: add openssl 1.1.1b to project 2019-03-11 20:18:04 +01:00
shared.opt lib: add openssl 1.1.1b to project 2019-03-11 20:18:04 +01:00
static.opt lib: add openssl 1.1.1b to project 2019-03-11 20:18:04 +01: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.