1.添加签发证书统计计数线程
2.修改Send接口,新增公钥和证书信息
This commit is contained in:
fengweihao
2018-06-28 11:05:53 +08:00
parent a45c39aa78
commit d443240210
3 changed files with 114 additions and 39 deletions

View File

@@ -46,9 +46,8 @@ struct cert_trapper_t{
int thread_id;
EVP_PKEY *key;
X509 *root;
char *cert;
X509 *root;
struct request_t *req;