有关 SSL 和 HTTPS 的好文章值得一读吗?

发布于 2024-08-30 10:46:59 字数 236 浏览 6 评论 0原文

我在 iPhone 程序中接受无效的 SSL 证书时遇到问题。这个问题现在已经解决了,但是我开始明白,我对整个事情到底是如何工作有非常抽象的想法:

  • 网络浏览器如何验证收到的证书是否真正用于它通信的主机,而不是被中间的同一方伪造?
  • 浏览器是否与某个第三方(CA?)对话来进行证书检查?

和许多其他问题... 有人可以推荐良好的信息源,并对所有部件如何组合在一起进行足够深入的描述吗?

I had a problem with accepting invalid SSL certificate in my iPhone program. That problem is solved now, however I came to understanding that I have very abstract idea on how exactly the whole thing is working:

  • how web browser is verifying that received certificate is really for host it communicates to and not faked by same party in the middle?
  • if browser talks to some 3rd party (CA?) to do certificate check?

and many other questions...
Would someone please recommend good source of information with in-depth enough description of how all parts click together?

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

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

发布评论

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

评论(4

街角卖回忆 2024-09-06 10:46:59

这里有大量详细信息:https 连接的前几毫秒

关于该主题的权威书籍:SSL 和 TLS:设计和构建安全系统

赴月观长安 2024-09-06 10:46:59

查看此处的文章,特别是“SSL 简介”和“构建客户端-服务器环境的用户身份验证系统。”

Check the articles here, specifically "Introduction to SSL" and "Building user authentication systems for client-server environments."

慈悲佛祖 2024-09-06 10:46:59

这是 BlakHat 关于现代 SSL 攻击的精彩演讲:
http://www.thoughtcrime.org/software/sslstrip/
Chrome 最近为 https 引入了“严格传输安全”,部分解决了 Moxie Marlen Spikes 攻击。

This is an excellent BlakHat talk on modern attacks against SSL:
http://www.thoughtcrime.org/software/sslstrip/
Chrome recently introduced "Strict Transport Security" for https which partially addresses Moxie Marlen Spikes attacks.

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