summaryrefslogtreecommitdiffstats
path: root/demos/bio/README.txt
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2020-06-10 14:15:28 +0200
committerDr. David von Oheimb <David.von.Oheimb@siemens.com>2020-07-05 11:29:43 +0200
commit036cbb6bbf30955abdcffaf6e52cd926d8d8ee75 (patch)
tree1929b9d33c7041858cbbed980f8c981d8eb77c3c /demos/bio/README.txt
parent915e7e75a49343ff5ddd23a54219eb32f57aa01c (diff)
Rename NOTES*, README*, VERSION, HACKING, LICENSE to .md or .txt
Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12109)
Diffstat (limited to 'demos/bio/README.txt')
-rw-r--r--demos/bio/README.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/demos/bio/README.txt b/demos/bio/README.txt
new file mode 100644
index 0000000000..a8467cda64
--- /dev/null
+++ b/demos/bio/README.txt
@@ -0,0 +1,6 @@
+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.