搜索:X509
找到约 2 项符合「X509」的查询结果
结果 2
https://www.eeworm.com/dl/519/100503.html
加密解密
openssl 0.9.6版本
openssl 0.9.6版本,含多种加密算法,ssl,密钥管理,x509证书,pkcs标准等实现
https://www.eeworm.com/dl/534/301682.html
其他
{ OCSP REQUEST*req=NULL if ((req=OCSP一 REQUEST new())一NULL) goto err if (name) /* optional*/ f
{ OCSP REQUEST*req=NULL
if ((req=OCSP一 REQUEST new())一NULL) goto err
if (name) /* optional*/
f if (!(req->tbsRequest->requestorName=GENERAL-NAME_ new())) goto er
req->tbsRequest->requestorName->type=GEN一 DIRNAME
req->tbsRequest->requestorName->d.dim=X509一 NAM几dup(name)
...