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 0f78819c8ccb7c526edbe90d5b619281366ce75c)
2014-02-02 23:12:06 +00:00
..
2014-02-02 23:05:34 +00:00
2013-02-26 16:34:23 +00:00
2013-02-26 16:34:23 +00:00
2014-02-02 23:05:52 +00:00
2014-02-02 23:12:06 +00:00
2002-11-14 11:22:01 +00:00
2014-02-02 23:12:06 +00:00
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.