1 From Maurice Gittens <mgittens@gits.nl>
3 Example programs, demonstrating some basic SSLeay crypto library
4 operations, to help you not to make the same mistakes I did.
6 The following files are present.
7 - loadkeys.c Demonstrates the loading and of public and
9 - loadkeys.h The interface for loadkeys.c
10 - example1.c Demonstrates the sealing and opening API's
11 - example2.c Demonstrates rsa encryption and decryption
12 - example3.c Demonstrates the use of symmetric block ciphers
13 - example4.c Demonstrates base64 and decoding
14 - Makefile A makefile you probably will have to adjust for
19 The programs were written by Maurice Gittens <mgittens@gits.nl>
20 with the necesary help from Eric Young <eay@cryptsoft.com>
22 You may do as you please with these programs, but please don't
23 pretend that you wrote them.
25 To be complete: If you use these programs you acknowlegde that
26 you are aware that there is NO warranty of any kind associated
27 with these programs. I don't even claim that the programs work,
28 they are provided AS-IS.