• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..16-Jun-201421

cert.pemH A D25-Feb-20144.3 KiB

example1.cH A D25-Feb-20143.4 KiB

example2.cH A D25-Feb-20141.5 KiB

example3.cH A D25-Feb-20141.6 KiB

example4.cH A D25-Feb-20141.8 KiB

loadkeys.cH A D25-Feb-20141.1 KiB

loadkeys.hH A D25-Feb-2014352

MakefileH A D25-Feb-20141.4 KiB

privkey.pemH A D25-Feb-20141.6 KiB

READMEH A D25-Feb-20141.1 KiB

README

1From 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
6	The following files are present.
7	- loadkeys.c 	Demonstrates the loading and of public and 
8			private keys.
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
15			your environment
16	- README	this file
17
18
19	The programs were written by Maurice Gittens <mgittens@gits.nl>
20	with the necesary help from Eric Young <eay@cryptsoft.com> 
21	
22	You may do as you please with these programs, but please don't
23	pretend that you wrote them. 
24
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.
29
30 	January 1997
31
32	Maurice	
33
34
35