openssl/demos/bio
Rich Salz 7aa0b02246 Dead code cleanup: crypto/*.c, x509v3, demos
Some of the #if 0 code in demo's was kept, but given helpful #ifdef
names, to show more sample code.

Reviewed-by: Andy Polyakov <appro@openssl.org>
2015-02-02 11:08:16 -05:00
..
accept.cnf
client-arg.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
client-conf.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
connect.cnf
Makefile
README Update demos/bio/README 2013-10-21 03:51:44 +01:00
saccept.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
sconnect.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
server-arg.c Dead code cleanup: crypto/*.c, x509v3, demos 2015-02-02 11:08:16 -05:00
server-conf.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
server.pem Update demo. 2013-12-18 13:28:44 +00:00

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.