FdaSilvaYY 38c23e647f Spelling doc #3580 il y a 7 ans
..
Makefile 0430efa62f Crude Makefile for demos/bio/ il y a 8 ans
README ea131a0644 Update demos/bio/README il y a 11 ans
accept.cnf d575693883 Fixup BIO demos for OpenSSL 1.1.x il y a 8 ans
client-arg.c f506d82477 Fixup BIO demos for OpenSSL 1.1.x il y a 8 ans
client-conf.c f506d82477 Fixup BIO demos for OpenSSL 1.1.x il y a 8 ans
cmod.cnf 38c23e647f Spelling doc #3580 il y a 7 ans
connect.cnf 3646578ae7 Demo code for SSL_CONF API il y a 12 ans
descrip.mms 9c067c8991 Crude VMS build files for demos/bio/ il y a 8 ans
intca.pem 3d9ebc373f Update demo. il y a 9 ans
root.pem 3d9ebc373f Update demo. il y a 9 ans
saccept.c f506d82477 Fixup BIO demos for OpenSSL 1.1.x il y a 8 ans
sconnect.c f506d82477 Fixup BIO demos for OpenSSL 1.1.x il y a 8 ans
server-arg.c f506d82477 Fixup BIO demos for OpenSSL 1.1.x il y a 8 ans
server-cmod.c b90348c7c5 Fixup BIO demos for OpenSSL 1.1.x il y a 8 ans
server-conf.c b90348c7c5 Fixup BIO demos for OpenSSL 1.1.x il y a 8 ans
server-ec.pem 43d956fa65 Demo server using SSL_CTX_config il y a 9 ans
server.pem 919ba00942 DANE support structures, constructructors and accessors il y a 9 ans
shared.opt 9c067c8991 Crude VMS build files for demos/bio/ il y a 8 ans
static.opt 9c067c8991 Crude VMS build files for demos/bio/ il y a 8 ans

README

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.