TSG-700 中间证书缓存条件,与证书校验开关无关,tfe按照x509/openssl的标准校验证书

This commit is contained in:
luwenpeng
2020-01-17 14:15:00 +08:00
parent adda5eca92
commit 9a58460460
2 changed files with 26 additions and 7 deletions

View File

@@ -19,6 +19,7 @@ struct cert_verify_param
char no_verify_cn;
char no_verify_issuer;
char no_verify_expiry_date;
char real_untrust;
};
struct cert_verify_result
{