openssl/demos/bio
slontis 66f4782f14 Create hierarchical demo Makefile.
Adds a Makefile with all, clean, and test targets.
This has only been added for demos that already contain Makefiles.
For problematic tests that require inputs, the test target does nothing.

(Note: Demos should be self contained and not require unknown external
inputs. This PR does not attempt to fix this.)

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20546)
2023-10-25 09:21:07 +01:00
..
accept.cnf Add config_diagnostics to our configuration files. 2021-08-04 08:15:14 +10: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
intca.pem
Makefile Create hierarchical demo Makefile. 2023-10-25 09:21:07 +01:00
README.txt
root.pem
saccept.c
sconnect.c
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.