© 2009 Mitch Richling

OpenSSL Example Programs

While the OpenSSL library is most commonly used for SSL, I find that my most frequent, direct use of the library has nothing to do with SSL. Some of these non-SSL aspects of the OpenSSL library are illustrated below. The makefile is here.

BIO Basics

bio_hello0.c
bio_hello1.c
bio_hello2.c
bio_cp.c

BIO Encoding

bio_base64.c
bio_unbase64.c

Digests (BIO & EVP)

bio_dgst.c
evp_dgst.c

EVP Encryption

evp_decrypt.c
evp_encrypt.c

Misc

unixCrypt.c



© 2009 Mitch Richling