TSG-3445 修正 TFE 从毕方加载可信证书时,SSL 证书校验不可信的 bug

This commit is contained in:
luwenpeng
2020-09-28 14:33:50 +08:00
parent 8de4143d6c
commit fa3e050bb7
7 changed files with 98 additions and 32 deletions

View File

@@ -17,3 +17,4 @@ int tfe_proxy_ssl_del_trust_ca(const char* pem_file);
int tfe_proxy_ssl_add_crl(const char* pem_file);
int tfe_proxy_ssl_del_crl(const char* pem_file);
void tfe_proxy_ssl_reset_trust_ca();
void tfe_proxy_ssl_reset_trust_ca_finish(void);