openssl/demos/bio
2013-10-20 22:21:52 +01:00
..
accept.cnf Modify sample accept.cnf 2013-10-20 22:21:52 +01:00
client-arg.c Add demo for SSL server using SSL_CONF. 2013-10-20 22:21:52 +01:00
client-conf.c Add demo for SSL server using SSL_CONF. 2013-10-20 22:21:52 +01:00
connect.cnf Demo code for SSL_CONF API 2013-02-26 16:33:05 +00:00
Makefile Demo code for SSL_CONF API 2013-02-26 16:33:05 +00:00
README Demo code for SSL_CONF API 2013-02-26 16:33:05 +00:00
saccept.c remove redundant code from demo 2012-11-18 14:47:25 +00:00
sconnect.c Fix to build better with DJGPP. 2002-11-14 11:22:01 +00:00
server-arg.c Add demo for SSL server using SSL_CONF. 2013-10-20 22:21:52 +01:00
server-conf.c Add demo for SSL server using SSL_CONF. 2013-10-20 22:21:52 +01:00
server.pem

This directory contains some simple examples of the use of BIO's
to simplify socket programming.

The client-conf and client-arg include examples of how to use the SSL_CONF
API for configuration file or command line processing.