summaryrefslogtreecommitdiffstats
path: root/demos/maurice/README
diff options
context:
space:
mode:
authorTim Hudson <tjh@openssl.org>2014-07-22 05:26:17 +1000
committerTim Hudson <tjh@openssl.org>2014-07-22 07:26:15 +1000
commit469665f6586a2d7ddbe04e991738257ca2de8bd2 (patch)
tree86b0dccc842e8407aac1ce9e229c36cf6c8a7b08 /demos/maurice/README
parentc4eb02bcaa2c99d595c841dadde1b2c615896f19 (diff)
Remove old unused and unmaintained demonstration code.
Reviewed-by: Dr. Stephen Henson <steve@openssl.org> (cherry picked from commit 62352b8138018775a4c085a105fccd9cdcb6323f)
Diffstat (limited to 'demos/maurice/README')
-rw-r--r--demos/maurice/README34
1 files changed, 0 insertions, 34 deletions
diff --git a/demos/maurice/README b/demos/maurice/README
deleted file mode 100644
index 29778d55cb..0000000000
--- a/demos/maurice/README
+++ /dev/null
@@ -1,34 +0,0 @@
-From Maurice Gittens <mgittens@gits.nl>
---
- Example programs, demonstrating some basic SSLeay crypto library
- operations, to help you not to make the same mistakes I did.
-
- The following files are present.
- - loadkeys.c Demonstrates the loading and of public and
- private keys.
- - loadkeys.h The interface for loadkeys.c
- - example1.c Demonstrates the sealing and opening API's
- - example2.c Demonstrates rsa encryption and decryption
- - example3.c Demonstrates the use of symmetric block ciphers
- - example4.c Demonstrates base64 and decoding
- - Makefile A makefile you probably will have to adjust for
- your environment
- - README this file
-
-
- The programs were written by Maurice Gittens <mgittens@gits.nl>
- with the necesary help from Eric Young <eay@cryptsoft.com>
-
- You may do as you please with these programs, but please don't
- pretend that you wrote them.
-
- To be complete: If you use these programs you acknowlegde that
- you are aware that there is NO warranty of any kind associated
- with these programs. I don't even claim that the programs work,
- they are provided AS-IS.
-
- January 1997
-
- Maurice
-
-