openssl/demos/bio
openssl-machine e66332418f Copyright year updates
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
Release: yes
2025-09-02 13:05:45 +00:00
..
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
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
root.pem
saccept.c Copyright year updates 2025-09-02 13:05:45 +00:00
sconnect.c Copyright year updates 2025-09-02 13:05:45 +00:00
server-arg.c Copyright year updates 2025-09-02 13:05:45 +00:00
server-cmod.c Copyright year updates 2025-09-02 13:05:45 +00:00
server-conf.c Copyright year updates 2025-09-02 13:05:45 +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.