You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wanggang fa9676e010
迁移到华为云
6 years ago
..
Makefile 迁移到华为云 6 years ago
README 迁移到华为云 6 years ago
cert.pem 迁移到华为云 6 years ago
example1.c 迁移到华为云 6 years ago
example2.c 迁移到华为云 6 years ago
example3.c 迁移到华为云 6 years ago
example4.c 迁移到华为云 6 years ago
loadkeys.c 迁移到华为云 6 years ago
loadkeys.h 迁移到华为云 6 years ago
privkey.pem 迁移到华为云 6 years ago

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