Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
您遇到了 OpenSSL 缺乏文档的问题。 IBM DeveloperWorks 确实有一篇有关使用 OpenSSL 的文章。
如果您想利用文档更好的库,可以查看 Mozilla NSS。
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.
只是我也在使用 Openssl 并且认为他们的 wiki 页面也有一些很好的信息:
http://wiki.openssl.org/index.php/Main_Page
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
下面是一个对 iOS 开发者特别有用的很好的示例:
remail 电子邮件客户端使用MailCore iOS 电子邮件库包装器,它又使用多用途 libetpan 电子邮件库,该库又使用 SASL< /a>,一个身份验证层,它又使用您喜爱的 openSSL。
因此,如果您相信通过示例学习的方法,那么上面的内容将为您提供很多可以使用和练习的内容。
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.