aboutsummaryrefslogtreecommitdiffstats
path: root/demos/bio/README
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2013-02-26 16:33:05 +0000
committerDr. Stephen Henson <steve@openssl.org>2013-02-26 16:33:05 +0000
commit3646578ae7e29230d7b05a5487ad12990b2ae688 (patch)
tree89f456e26afdeb6ab41350684a0b30b535f3f82d /demos/bio/README
parent4365e4aad97fa37e4a97eb2270a64c03e6547014 (diff)
downloadopenssl-3646578ae7e29230d7b05a5487ad12990b2ae688.tar.gz
Demo code for SSL_CONF API
Two example programs one for command line argument processing and one for configuration file processing.
Diffstat (limited to 'demos/bio/README')
-rw-r--r--demos/bio/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/demos/bio/README b/demos/bio/README
index 0b24e5b80c..fab5789959 100644
--- a/demos/bio/README
+++ b/demos/bio/README
@@ -1,3 +1,6 @@
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.
+