搜索资源列表
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 库里的模块来生成证书、公钥文件和私钥文件,后面再利 用生成的证书、私钥和公钥来实现加密解密及数字