搜索资源列表
ttian
- { 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->t
XMLDigSig
- XML Signature application, that support detach and enveloped signature. Using bouncy castle component to create X509 certificate as the private key of the system.
OpenSSL_study
- 包含多个OpenSSL实例,可以让初学者很快掌握有关OpenSSL加密,解密,签名,认证函数的使用,VC++ 6.0平台-OpenSSL_study.rar contains multiple instances, allowing beginners to quickly master the use of the functions about OpenSSL encryption, decryption, signature and authentication , VC++ 6.0 Pl
OpenSSLX509
- 此文档主要描述了openssl中生成X509证书的主要函数,对函数的参数以及函数功能都有详细的解析,是不可多得的资料-This document describes the X509 certificate openssl to generate the main function of the parameters of the function and the function has a detailed functional analysis, the data is rare
Chat_WithUsing_X509Certificates
- chat with using x509 certificate
LSM-PKCS11
- A daemon to handle Secure Boxes (cryptographic keys, X509 certificates and data objects), accessible through a PKCS#11 library, supporting non-certified (lite) Hardware or Software Security Modules.
openssls
- 改代码通过openssl生成x509数字证书,代码中首先生成证书请求,然后将证书请求中的内容转换为der;然后创建x509证书结构,从转换的der中获取证书属性设置到x509结构中,将证书写到crt证书文件中;内容丰富,参考性极强.-Change the code generated by the openssl x509 digital certificates, the code first generate a certificate request, then the certifica
证书加密解密
- 本次实验是基于广泛测试的公开加密库来实现数字签名服务。这里选择了 M2Crypto 加密库来实现,M2Crypto 加密库能够完整的支持 OpenSSL 库,所以会 更加方便点。而且这个库中包含有 RSA 非对称加密算法(M2Crypto.RSA),高级 的加密解密接口(M2Crypto.EVP),还能操作 X.509 证书(M2Crypto.X509)。我们 可以先通过 M2Crypto 库里的模块来生成证书、公钥文件和私钥文件,后面再利 用生成的证书、私钥和公钥来实现加密解密及数字