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 Add config_diagnostics to our configuration files. 2021-08-04 08:15:14 +10:00
build.info Convert demos to primary build system 2024-04-12 08:02:19 -04:00
client-arg.c Copyright year updates 2023-09-07 09:59:15 +01:00
client-conf.c Copyright year updates 2023-09-07 09:59:15 +01:00
cmod.cnf Add config_diagnostics to our configuration files. 2021-08-04 08:15:14 +10:00
connect.cnf Add config_diagnostics to our configuration files. 2021-08-04 08:15:14 +10:00
descrip.mms Fix Typos 2019-07-02 14:22:29 +02:00
intca.pem
Makefile demos: tidy up makefiles, fix warnings 2023-11-15 08:43:23 +01:00
README.txt Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txt 2020-07-05 11:29:43 +02:00
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 Following the license change, modify the boilerplates in demos/ 2018-12-06 15:38:19 +01:00
server-cmod.c Following the license change, modify the boilerplates in demos/ 2018-12-06 15:38:19 +01:00
server-conf.c Following the license change, modify the boilerplates in demos/ 2018-12-06 15:38:19 +01:00
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.