openssl/demos/bio
Dr. Stephen Henson e2f06800bc New ctrl to set current certificate.
New ctrl sets current certificate based on certain criteria. Currently
two options: set the first valid certificate as current and set the
next valid certificate as current. Using these an application can
iterate over all certificates in an SSL_CTX or SSL structure.
(cherry picked from commit 0f78819c8c)
2014-02-02 23:12:06 +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 Fix various typos. 2014-02-02 23:12:06 +00:00
sconnect.c Fix to build better with DJGPP. 2002-11-14 11:22:01 +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.