openssl/demos/bio/README
Dr. Stephen Henson 3646578ae7 Demo code for SSL_CONF API
Two example programs one for command line argument processing and
one for configuration file processing.
2013-02-26 16:33:05 +00:00

7 lines
229 B
Plaintext

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.