提交 b05e4ce6 编写于 作者: M Matt Caswell

Re-enable TLSv1.3 session resumption related tests in sslapitest

Reviewed-by: NRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2259)
上级 59db06f1
......@@ -789,12 +789,6 @@ static int execute_test_session(SSL_SESSION_TEST_FIXTURE fix)
SSL_CTX_set_min_proto_version(cctx, TLS1_2_VERSION);
#endif
/*
* TODO(TLS1.3): Test temporarily disabled for TLS1.3 until we've
* implemented session resumption.
*/
SSL_CTX_set_max_proto_version(cctx, TLS1_2_VERSION);
/* Set up session cache */
if (fix.use_ext_cache) {
SSL_CTX_sess_set_new_cb(cctx, new_session_cb);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册