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.
我正在尝试按照此处所述实现 OpenSSL 的 OCSP 功能,它需要 X509_STORE 对象作为参数。我有要检查吊销状态的 x.509 证书,它是颁发者证书和 OCSP 主机的 URL。如何正确初始化具有此信息的 X509_STORE 对象?(我在 XCode 和 OpenSSL v.1.0.0g 中使用 C/C++)