
openssl
文章平均质量分 53
wujinzi_ujn
这个作者很懒,什么都没留下…
展开
-
openssl 数据结构
证书: R 031105233205Z 951009233205Z 01 certs/00000001 / CN = DragonKing证书状态字段 V(valid)有效 R(revoked)吊销 E(Expire)过期第二字段 证书到期时间字段,保存的时间已经换算成格林威治时间,这个证书到期的时间是03.11.5号23:32:5。第三个字段是证书生效时间,生效时间是可原创 2012-02-22 12:23:25 · 506 阅读 · 0 评论 -
函数介绍openssl
在OpenSSL加密和解密开发中,加密函数为:EVP_EncryptInit_ex、EVP_EncryptUpdate、EVP_EncryptFinal_ex,解密函数为:EVP_DecryptInit_ex、EVP_DecryptUpdate、EVP_DecryptFinel_ex。数据加密函数:EVP_EncryptUpdate参数说明数据加密结束函数:EVP_En原创 2012-02-29 22:12:48 · 624 阅读 · 0 评论 -
CA的要求
确保cA用于签名证书的非对称密钥的质量和安全性。为了防止被破译,cA用于签名的私钥长度必须足够长,并且私钥必须由硬件卡产生.私钥不出卡。KMc的主要工作:通过与cA模块进行通信,进行密钥备份及恢复。用户由于某些原因将解密数据的密钥丢失.从而使已被加密的密文无法解开。为避免这种情况的发生,PKl提供了密钥备份与密钥恢复机制,当用户证书生成时.加原创 2012-03-05 14:55:00 · 655 阅读 · 0 评论 -
CRL_Class
// CRL_Class.h: interface for the CRL_Class class.////////////////////////////////////////////////////////////////////////#if !defined(AFX_CRL_CLASS_H__704A9F6C_E660_454A_9F93_112B4A36BF83__IN原创 2012-06-10 09:32:33 · 754 阅读 · 0 评论 -
X509_REQ_Class
// X509_REQ_Class.h: interface for the X509_REQ_Class class.////////////////////////////////////////////////////////////////////////#if !defined(AFX_X509_REQ_CLASS_H__BBC4D6D4_0067_4804_ADAA原创 2012-06-10 09:42:26 · 2626 阅读 · 0 评论 -
RSA_Class
// RSA_Class.h: interface for the RSA_Class class.////////////////////////////////////////////////////////////////////////#include #include #include #include #include #if !defined(A原创 2012-06-10 09:37:44 · 1979 阅读 · 0 评论 -
EC_Class
// EC_Class.h: interface for the EC_Class class.////////////////////////////////////////////////////////////////////////#if !defined(AFX_EC_CLASS_H__360A35F7_DB6B_4390_810E_FFEF59954245__INC原创 2012-06-10 09:34:17 · 1534 阅读 · 0 评论 -
X509_Cert_Class
// X509_Cert_Class.h: interface for the X509_Cert_Class class.////////////////////////////////////////////////////////////////////////#if !defined(AFX_X509_CERT_CLASS_H__CFDD9091_CC06_404A_9原创 2012-06-10 09:40:38 · 1334 阅读 · 0 评论