openssl/demos/bio
Andrew Dinh ef39dd058b Change "a SSL" to "an SSL"
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/25868)
2024-11-13 17:24:40 +01:00
..
accept.cnf
build.info Convert demos to primary build system 2024-04-12 08:02:19 -04:00
client-arg.c
client-conf.c
cmod.cnf
connect.cnf
descrip.mms
intca.pem
Makefile demos: tidy up makefiles, fix warnings 2023-11-15 08:43:23 +01:00
README.txt
root.pem
saccept.c Copyright year updates 2024-09-05 09:35:49 +02:00
sconnect.c Change "a SSL" to "an SSL" 2024-11-13 17:24:40 +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.