Any good examples on programming using libssl? [closed]

╄→гoц情女王★ 提交于 2019-12-02 22:06:33

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:

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

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.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!