在 iOS 上,OpenSSL 相对于使用 CFStream、CFNetwork 等安全套接字有什么好处?

发布于 2024-10-07 00:39:20 字数 81 浏览 5 评论 0原文

一个明显的好处似乎是使用 OpenSSL 获得的低级别访问权限。但是,我想知道您是否可以使用 OpenSSL 做任何(重要的)事情,而不是其他事情。

One obvious benefit seems to be the low level access you gain from using OpenSSL. But, I'd like to know if there's anything (important) that you can do with OpenSSL and not otherwise.

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

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

发布评论

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

评论(2

山有枢 2024-10-14 00:39:20

安全传输(SSL/自版本 4.2.1 起,在 Mac OS X 上可用的 TLS 实现在 iOS 上不可用。第三方开发人员必须使用 URL 加载系统或 CFNetwork(后者可选地与 NSStream)。

Secure Transport (the SSL/TLS implementation available on Mac OS X) is not available on iOS as of version 4.2.1. Third-party developers have to use the URL Loading System or CFNetwork (the latter optionally together with NSStream).

作死小能手 2024-10-14 00:39:20

我再次检查了这一点,OpenSSL 的唯一好处似乎是它支持的密码套件范围。此外,OpenSSL 还可以让您对整个过程进行更精细的控制,但这对于大多数应用程序来说可能是多余的。

I checked this again and the only benefit of OpenSSL seems to be it's range of cipher suites supported. Also, OpenSSL gives you a much granular control of the entire process, but this may be superfluous for most applications.

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