有没有使用 libssl 编程的好例子?

发布于 2024-10-17 16:43:29 字数 1536 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

墨落成白 2024-10-24 16:43:29

您遇到了 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.

圈圈圆圆圈圈 2024-10-24 16:43:29

只是我也在使用 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

就此别过 2024-10-24 16:43:29

下面是一个对 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文