未完成:在ssl_stream_free中检测pinning。
This commit is contained in:
@@ -43,7 +43,7 @@ void ssl_async_downstream_create(struct future * f, struct ssl_mgr * mgr, struct
|
||||
evutil_socket_t fd_downstream, struct tfe_stream* tcp_stream);
|
||||
|
||||
|
||||
void ssl_stream_free_and_close_fd(struct ssl_stream * stream, struct event_base * evbase, evutil_socket_t fd);
|
||||
void ssl_stream_free_and_close_fd(struct ssl_stream * s_stream, struct event_base * evbase, struct bufferevent * bev);
|
||||
const char* ssl_stream_dump_info(struct ssl_stream *stream, char* buffer, size_t sz);
|
||||
//Follow functions are allowed to call during runtime.
|
||||
int ssl_manager_add_trust_ca(struct ssl_mgr* mgr, const char* pem_file);
|
||||
|
||||
Reference in New Issue
Block a user