微软加密 API 书
我需要使用 Microsoft CryptoAPI 编写自己的 SSL 套接字(CSocket ansestor)并进行服务器端证书验证。
您能告诉我哪本书对我有帮助(或任何其他用户友好的信息来源)吗?
I need to write my own SSL socket (CSocket ansestor) with server side certificate validation using Microsoft CryptoAPI.
Can you tell me which book will help me (or any other user friendly source of information)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
尽管它不是一本书,但该指南也可能有所帮助。
CAPI
This pointer might also help, although it is not a book.
CAPI
我推荐 SSL 和 TLS by Eric Rescorla(ssldump 的作者)以真正深入了解 SSL。 它对协议及其解决的问题进行了很好的介绍,并且可以选择深入了解细节。
我还强烈建议不要编写自己的实现,除非您确实必须这样做。
I recommend SSL and TLS by Eric Rescorla (author of ssldump) to get a really good understanding of SSL. It provides a great introduction to the protocol and the problems it solves, with the option to go as deep as you want into the details.
I would also strongly recommend not writing your own implementation unless you really have to.
库CSslSocket - 支持 SSL/TLS 的 CSocket
及其工作原理使用 Schannel 创建安全连接
Library CSslSocket - SSL/TLS enabled CSocket
and how it works Creating a Secure Connection Using Schannel