重新实现解密流量转发模块,增加按策略转发功能。

This commit is contained in:
luqiuwen
2019-06-06 18:41:40 +08:00
committed by zhengchao
parent f14214d056
commit 263685759b
14 changed files with 889 additions and 1703 deletions

View File

@@ -495,6 +495,11 @@ screen_stat_handle_t tfe_proxy_get_fs_handle(void)
return g_default_proxy->fs_handle;
}
void * tfe_proxy_get_error_logger(void)
{
return g_default_logger;
}
int tfe_proxy_ssl_add_trust_ca(const char* pem_file)
{
return ssl_manager_add_trust_ca(g_default_proxy->ssl_mgr_handler, pem_file);