如何从SSL上下文中加载证书中获取证书详细信息?

时间:2016-07-22 09:28:54

标签: ssl openssl x509certificate x509

我已使用SSL_CTX_use_Cert()将证书加载到SSL上下文中。 在SSL_ctx中存储它?

certstore或在cert

我在NULL收到了certstore->objs。 但是我在cert->key->x509

中获得了一些数据

1 个答案:

答案 0 :(得分:0)

在这里查看openssl源代码https://github.com/openssl/openssl/blob/master/ssl/ssl_rsa.c

它存储在ctx->cert->pkeys[i].x509i是公钥的类型