openssl/demos/bio
Matt Caswell 0f84cbc3e2 Update copyright year
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/12595)
2020-08-06 13:22:30 +01:00
..
accept.cnf Remove unnecessary trailing whitespace 2019-02-05 16:25:11 +01:00
client-arg.c
client-conf.c
cmod.cnf
connect.cnf Remove unnecessary trailing whitespace 2019-02-05 16:25:11 +01:00
descrip.mms Fix Typos 2019-07-02 14:22:29 +02:00
intca.pem
Makefile
README.txt Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txt 2020-07-05 11:29:43 +02:00
root.pem
saccept.c
sconnect.c Update copyright year 2020-08-06 13:22:30 +01:00
server-arg.c
server-cmod.c
server-conf.c
server-ec.pem
server.pem
shared.opt
static.opt

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.