README 1.1 KB

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