Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要使用 Microsoft CryptoAPI 编写自己的 SSL 套接字(CSocket ansestor)和服务器端证书验证。
你能告诉我哪本书对我有帮助(或任何其他用户友好的信息来源)?
这个指针也可能有帮助,尽管它不是一本书。 CAPI
我推荐Eric Rescorla(ssldump的作者)的SSL 和 TLS,以便更好地理解 SSL。它很好地介绍了协议及其解决的问题,并可选择深入了解细节。
我也强烈建议不要编写自己的实现,除非你真的必须这样做。
库CSSlSocket - 启用 SSL/TLS 的 CSocket
及其工作原理使用 Schannel 创建安全连接