Pinning,Mutual authentication,EV等passthrough功能在windows10测试通过。

This commit is contained in:
zhengchao
2019-05-18 12:39:19 +08:00
parent dda60c674c
commit 3f305a9e88
3 changed files with 12 additions and 6 deletions

View File

@@ -1207,6 +1207,7 @@ static void peek_chello_on_succ(future_result_t * result, void * user)
ctx->s_stream = s_stream;
if(s_stream->up_parts.action==SSL_ACTION_PASSTHROUGH)
{
promise_dettach_ctx(p);
promise_success(p, ctx);
wrap_ssl_connect_server_ctx_free(ctx);
}