From f9fca8a791e0a80ccef4dda2783fba9609bb756a Mon Sep 17 00:00:00 2001 From: XiaokangQian Date: Tue, 23 Nov 2021 23:21:27 +0000 Subject: [PATCH] Add back cipher suite information in ssh-opt.sh Signed-off-by: XiaokangQian --- tests/ssl-opt.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh index a1e469db9..6bf333f5e 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh @@ -8902,6 +8902,7 @@ run_test "TLS 1.3 m->G AES_128_GCM_SHA256 , RSA_PSS_RSAE_SHA256" \ "$P_CLI debug_level=4 force_version=tls1_3 server_name=localhost force_ciphersuite=TLS1-3-AES-128-GCM-SHA256 allow_sha1=0" \ 0 \ -c "ECDH curve: x25519" \ + -c "server hello, chosen ciphersuite: ( 1301 ) - TLS1-3-AES-128-GCM-SHA256" \ -c "Certificate Verify: Signature algorithm ( 0804 )" \ -c "mbedtls_ssl_tls13_process_certificate_verify() returned 0" \ -c "HTTP/1.0 200 OK"