业务层拦截策略(ssl policy)对接ssl stream。
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
#include <MESA/Maat_rule.h>
|
||||
|
||||
struct ssl_policy_enforcer;
|
||||
struct ssl_policy_enforcer* ssl_policy_enforcer_create(void);
|
||||
void ssl_policy_enforcer_init(struct ssl_policy_enforcer* enforcer, Maat_feather_t maat, void* logger);
|
||||
struct ssl_policy_enforcer* ssl_policy_enforcer_create(Maat_feather_t maat, void* logger);
|
||||
enum ssl_stream_action ssl_policy_enforce(struct ssl_stream *upstream, void* u_para);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user