openssl/demos/bio
Matt Caswell c695ebe2a0 Additional comment changes for reformat of 1.0.2
Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-01-22 09:23:58 +00:00
..
accept.cnf Modify sample accept.cnf 2014-02-02 23:05:34 +00:00
client-arg.c Add demo for SSL server using SSL_CONF. 2014-02-02 23:05:15 +00:00
client-conf.c Add demo for SSL server using SSL_CONF. 2014-02-02 23:05:15 +00:00
connect.cnf Demo code for SSL_CONF API 2013-02-26 16:34:23 +00:00
Makefile Demo code for SSL_CONF API 2013-02-26 16:34:23 +00:00
README Update demos/bio/README 2014-02-02 23:05:52 +00:00
saccept.c Additional comment changes for reformat of 1.0.2 2015-01-22 09:23:58 +00:00
sconnect.c Additional comment changes for reformat of 1.0.2 2015-01-22 09:23:58 +00:00
server-arg.c New ctrl to set current certificate. 2014-02-02 23:12:06 +00:00
server-conf.c Fix various typos. 2014-02-02 23:12:06 +00:00
server.pem Update demo. 2014-02-02 23:06:16 +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.