This question shows research effort; it is useful and clear
1
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我在 Windows 上使用 OpenSSL,并希望将 Windows 证书存储中的证书用作具有CASSL_CTX_load_verify_locations(). 不幸的是,OpenSSL 只支持 PEM文件并且不允许直接访问 Windows 证书存储。如何在 Windows 上完成这项工作,我是否必须使用 Windows CryptoAPI 并将证书作为 PEM 文件转储到磁盘,或者有更好的方法吗?