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:33:05 +0000 (16:33 +0000)
commit3646578ae7e29230d7b05a5487ad12990b2ae688
tree89f456e26afdeb6ab41350684a0b30b535f3f82d
parent4365e4aad97fa37e4a97eb2270a64c03e6547014
Demo code for SSL_CONF API

Two example programs one for command line argument processing and
one for configuration file processing.
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]