1.增加从源证书获取CRL接口及CRL写入签发证书接口

2.添加对请求SNI解析,并写入SNA
This commit is contained in:
fengweihao
2018-09-10 18:20:24 +08:00
parent e971346db2
commit f3f1ef6ca2
2 changed files with 118 additions and 86 deletions

View File

@@ -23,6 +23,7 @@ struct request_t{
char *odata;
X509 *origin;
int keyring_id;
char sni[DATALEN];
char rkey[DATALEN];
struct evhttp_request *evh_req;
};