Demo code for SSL_CONF API
authorDr. Stephen Henson <steve@openssl.org>
Tue, 26 Feb 2013 16:33:05 +0000 (16:33 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 26 Feb 2013 16:34:23 +0000 (16:34 +0000)
commitc46990b13b0d29c8cb868ca9a4aea0150369a716
tree842e58cfebaa26db895ad58576e06b1c7ed45a0c
parent1510b1f4c22ea80b22f6a383f15b11ce3eb0539b
Demo code for SSL_CONF API

Two example programs one for command line argument processing and
one for configuration file processing.
(cherry picked from commit 3646578ae7e29230d7b05a5487ad12990b2ae688)
demos/bio/Makefile
demos/bio/README
demos/bio/client-arg.c [new file with mode: 0644]
demos/bio/client-conf.c [new file with mode: 0644]
demos/bio/connect.cnf [new file with mode: 0644]