Any good examples on programming using libssl? [closed]
Asked Answered
B

3

29

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.

Burkitt answered 15/2, 2011 at 20:42 Comment(1)
This question does not necessarily ask for an off-site resource, hence my reopen vote.Freesia
A
13

You've run into the lack of documentation problem OpenSSL has. IBM DeveloperWorks does have an article about using OpenSSL.

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

Arnulfo answered 15/2, 2011 at 20:46 Comment(2)
Tanks for the hint on NSS, did not know that yetBurkitt
Links are redirect to developer.ibm.com/technologies/linux ... can you update your answer with updated links?Raleigh
L
3

Just that I'm using Openssl too and think their wiki page also has some good info: http://wiki.openssl.org/index.php/Main_Page

Lampoon answered 12/11, 2013 at 3:7 Comment(1)
yes but at the time the question came, this wiki didn't exist yet. BTW it is a WIKI then is in constant improvment.Surbased
E
1

Here is a good working example that's especially useful for iOS developers:

the remail email client uses MailCore iOS email library wrapper, which in turn uses the multi-purpose libetpan email library, which in turn uses SASL, an authentication layer, which in turn uses your beloved openSSL.

So if you're a believer in the learn-by-example methodology, the above gives you a lot to work with and practice on.

Eba answered 27/2, 2013 at 6:15 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.