1.添加对上报文件中CRL分发节点的添加

2.修改redis断开后本地签发证书处理
3.修改使用本地读取json文件时的bug
This commit is contained in:
fengweihao
2018-09-20 10:11:15 +08:00
parent 80de57b199
commit aefc29f997
6 changed files with 109 additions and 75 deletions

View File

@@ -20,6 +20,7 @@
struct request_t{
#define DATALEN 128
int thread_id;
int is_valid;
char *odata;
X509 *origin;
int keyring_id;
@@ -35,7 +36,7 @@ struct pxy_obj_keyring{
X509 *root;
char name[128];
char type[128];
char ctl[256];
char ctl[512];
char public_algo[256];
uint64_t expire_after;
int is_valid;