Any good examples on programming using libssl?

eeknay picture eeknay · Feb 15, 2011 · Viewed 22.6k times · Source

I was wondering whether someone knows any good examples of using libssl as a programming library. Its kind of annoying only digging through the code of libssl trying to make sense of it.

Answer

wkl picture wkl · Feb 15, 2011

You've run into the lack of documentation problem OpenSSL has. IBM DeveloperWorks does have a couple articles about using OpenSSL:

If you want to utilize a better documented library, you can take a look at Mozilla NSS: