“8ee4646038e47d065d35703e3e343136c4cd42aa”上不存在“tools/perf/Makefile.config”
提交 74826901 编写于 作者: M Matt Caswell

Fix clienthellotest for new TLSv1.3 ciphersuite configuration

A place in clienthellotest was missed in converting to the new mechanism
for configuration of TLSv1.3 ciphersuites.
Reviewed-by: NTim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5392)
上级 2b527b9b
...@@ -120,7 +120,9 @@ static int test_client_hello(int currtest) ...@@ -120,7 +120,9 @@ static int test_client_hello(int currtest)
* not need padding. * not need padding.
*/ */
} else if (!TEST_true(SSL_CTX_set_cipher_list(ctx, } else if (!TEST_true(SSL_CTX_set_cipher_list(ctx,
"AES128-SHA:TLS13-AES-128-GCM-SHA256"))) { "AES128-SHA"))
|| !TEST_true(SSL_CTX_set_ciphersuites(ctx,
"TLS_AES_128_GCM_SHA256"))) {
goto end; goto end;
} }
break; break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册