openssl/demos/bio
openssl-machine 486805eb19 Copyright year updates
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Release: yes
2025-09-30 13:03:21 +00:00
..
Makefile Create hierarchical demo Makefile. 2023-10-25 09:21:07 +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 13:03:21 +00:00
sconnect.c Copyright year updates 2025-07-01 12:04:53 +00:00
server-arg.c Copyright year updates 2025-09-30 13:03:21 +00:00
server-cmod.c Copyright year updates 2025-09-30 13:03:21 +00:00
server-conf.c Copyright year updates 2025-09-30 13:03:21 +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.