I was wondering whether someone knows any good examples on using libssl as a programming library. Its kind of annoying only digging through the code of libssl trying to make sense of it. In the worst case I'll just keep going @ try and error.

Cheers, eeknay

link|improve this question

50% accept rate
feedback

2 Answers

This is an example that I downloaded and found useful when trying to figure things out with OpenSSL.

A book that I found to be extremely helpful is Network Security with OpenSSL. Even at the full price of $40, it doesn't have to save very much of your time to make it well worth the cost.

link|improve this answer
feedback

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:

link|improve this answer
Tanks for the hint on NSS, did not know that yet – eeknay Feb 16 '11 at 7:40
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.