freebsd-dev/crypto/openssl/demos/maurice
Mark Murray 5c87c606cd Vendor import of OpenSSL release 0.9.7. This release includes
support for AES and OpenBSD's hardware crypto.
2003-01-28 21:43:22 +00:00
..
cert.pem Initial import of OpenSSL 0.9.4, sans IDEA and RSA code for patent 2000-01-10 06:22:05 +00:00
example1.c Vendor import of OpenSSL release 0.9.7. This release includes 2003-01-28 21:43:22 +00:00
example2.c Initial import of OpenSSL 0.9.4, sans IDEA and RSA code for patent 2000-01-10 06:22:05 +00:00
example3.c Vendor import of OpenSSL release 0.9.7. This release includes 2003-01-28 21:43:22 +00:00
example4.c Initial import of OpenSSL 0.9.4, sans IDEA and RSA code for patent 2000-01-10 06:22:05 +00:00
loadkeys.c Vendor import of OpenSSL release 0.9.7. This release includes 2003-01-28 21:43:22 +00:00
loadkeys.h Initial import of OpenSSL 0.9.4, sans IDEA and RSA code for patent 2000-01-10 06:22:05 +00:00
Makefile Initial import of OpenSSL 0.9.4, sans IDEA and RSA code for patent 2000-01-10 06:22:05 +00:00
privkey.pem Initial import of OpenSSL 0.9.4, sans IDEA and RSA code for patent 2000-01-10 06:22:05 +00:00
README Initial import of OpenSSL 0.9.4, sans IDEA and RSA code for patent 2000-01-10 06:22:05 +00:00

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