openssl/demos/bio
openssl-machine b08f255364 Copyright year updates
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Release: yes
2025-09-30 12:55:37 +00:00
..
Makefile demos: tidy up makefiles, fix warnings 2023-11-15 08:43:23 +01:00
README.txt
accept.cnf
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
connect.cnf
descrip.mms
intca.pem
root.pem
saccept.c Copyright year updates 2025-09-30 12:55:37 +00:00
sconnect.c Copyright year updates 2025-07-01 11:59:57 +00:00
server-arg.c Copyright year updates 2025-09-30 12:55:37 +00:00
server-cmod.c Copyright year updates 2025-09-30 12:55:37 +00:00
server-conf.c Copyright year updates 2025-09-30 12:55:37 +00:00
server-ec.pem
server.pem
shared.opt
static.opt

README.txt

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.