Richard Levitte 5e73e6baac Following the license change, modify the boilerplates in demos/ 5 years ago
..
Makefile ab3e8f6315 Rearrange link line so the libraries come after the source. 7 years ago
README ea131a0644 Update demos/bio/README 10 years ago
accept.cnf 3656ea1c22 Fixup BIO demos for OpenSSL 1.1.x 7 years ago
client-arg.c 5e73e6baac Following the license change, modify the boilerplates in demos/ 5 years ago
client-conf.c 5e73e6baac Following the license change, modify the boilerplates in demos/ 5 years ago
cmod.cnf 46f4e1bec5 Many spelling fixes/typo's corrected. 6 years ago
connect.cnf 3646578ae7 Demo code for SSL_CONF API 11 years ago
descrip.mms 8c88c88b5a Crude VMS build files for demos/bio/ 7 years ago
intca.pem 741f0c32b5 Update certificates in demos/bio, demos/cms, demos/smime 6 years ago
root.pem 741f0c32b5 Update certificates in demos/bio, demos/cms, demos/smime 6 years ago
saccept.c 5e73e6baac Following the license change, modify the boilerplates in demos/ 5 years ago
sconnect.c 5e73e6baac Following the license change, modify the boilerplates in demos/ 5 years ago
server-arg.c 5e73e6baac Following the license change, modify the boilerplates in demos/ 5 years ago
server-cmod.c 5e73e6baac Following the license change, modify the boilerplates in demos/ 5 years ago
server-conf.c 5e73e6baac Following the license change, modify the boilerplates in demos/ 5 years ago
server-ec.pem 741f0c32b5 Update certificates in demos/bio, demos/cms, demos/smime 6 years ago
server.pem 741f0c32b5 Update certificates in demos/bio, demos/cms, demos/smime 6 years ago
shared.opt 8c88c88b5a Crude VMS build files for demos/bio/ 7 years ago
static.opt 8c88c88b5a Crude VMS build files for demos/bio/ 7 years ago

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.