Richard Levitte 27bad5ad3d Don't fuss with the demo binaries há 22 anos atrás
..
.cvsignore 27bad5ad3d Don't fuss with the demo binaries há 22 anos atrás
Makefile 71f080935a Updated some demos. há 25 anos atrás
README d02b48c63a Import of old SSLeay release: SSLeay 0.8.1b há 26 anos atrás
cert.pem d02b48c63a Import of old SSLeay release: SSLeay 0.8.1b há 26 anos atrás
example1.c a89cf50c59 Fix buggy if-condition (thomas poindessous <poinde_t@epita.fr>). há 22 anos atrás
example2.c 71f080935a Updated some demos. há 25 anos atrás
example3.c 581f1c8494 Modify EVP cipher behaviour in a similar way há 23 anos atrás
example4.c 71f080935a Updated some demos. há 25 anos atrás
loadkeys.c cb7fd76f57 Modernise and fix (ancient) "maurice" demos. há 23 anos atrás
loadkeys.h ec577822f9 Change #include filenames from <foo.h> to <openssl.h>. há 25 anos atrás
privkey.pem d02b48c63a Import of old SSLeay release: SSLeay 0.8.1b há 26 anos atrás

README

From Maurice Gittens
--
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
with the necesary help from Eric Young

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