修改certstore对中间证书实体证书加载方式支持

删除certstore对p12、crt二进制证书加载支持
Closes #10
This commit is contained in:
fengweihao
2019-06-14 13:25:46 +08:00
parent 4c23caa451
commit 874bec0be4
3 changed files with 74 additions and 68 deletions

View File

@@ -36,7 +36,7 @@ struct request_t{
struct pxy_obj_keyring{
int keyring_id;
int ref_cnt;
atomic64_t ref_cnt;
char keyring_type[CT_ARRARY_LEN];
uint64_t expire_after;
char public_algo[CT_STRING_MAX];