You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nan Xiao b000a2f95b demos: Add clean target for bio/Makefile
CLA: trivial

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14661)
2 years ago
..
Makefile demos: Add clean target for bio/Makefile 2 years ago
README.txt Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txt 3 years ago
accept.cnf Remove unnecessary trailing whitespace 4 years ago
client-arg.c Update copyright year 2 years ago
client-conf.c Update copyright year 2 years ago
cmod.cnf Many spelling fixes/typo's corrected. 6 years ago
connect.cnf Remove unnecessary trailing whitespace 4 years ago
descrip.mms Fix Typos 4 years ago
intca.pem Update certificates in demos/bio, demos/cms, demos/smime 5 years ago
root.pem Update certificates in demos/bio, demos/cms, demos/smime 5 years ago
saccept.c Following the license change, modify the boilerplates in demos/ 5 years ago
sconnect.c Update copyright year 3 years ago
server-arg.c Following the license change, modify the boilerplates in demos/ 5 years ago
server-cmod.c Following the license change, modify the boilerplates in demos/ 5 years ago
server-conf.c Following the license change, modify the boilerplates in demos/ 5 years ago
server-ec.pem Update certificates in demos/bio, demos/cms, demos/smime 5 years ago
server.pem Update certificates in demos/bio, demos/cms, demos/smime 5 years ago
shared.opt Crude VMS build files for demos/bio/ 7 years ago
static.opt Crude VMS build files for demos/bio/ 7 years ago

README.txt

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.