Skip to content

Commit

Permalink
fix ssl-opt test fail
Browse files Browse the repository at this point in the history
Test report fail at test case 33. "TLS_AES_128_CCM_SHA256 with ECDHE-ECDSA"
"Key Exchange Mode is ECDHE-ECDSA" is not found in client output.

That is due to `get_key_exchange_name` is removed.
Remove the check to fix that.

Change-Id: Ic647e7fdaa52bbdabd65b972a27a6356db142f30
CustomizedGitHooks: yes
Signed-off-by: Jerry Yu <[email protected]>
  • Loading branch information
yuhaoth committed Jul 21, 2021
1 parent 9ef29e4 commit 4395af1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/ssl-opt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1610,8 +1610,7 @@ run_test "TLS 1.3, TLS_AES_128_CCM_SHA256 with ECDHE-ECDSA, SRV auth, HRR enf
-c "received HelloRetryRequest message" \
-c "Protocol is TLSv1.3" \
-c "Ciphersuite is TLS_AES_128_CCM_SHA256" \
-c "Verifying peer X.509 certificate... ok" \
-c "Key Exchange Mode is ECDHE-ECDSA"
-c "Verifying peer X.509 certificate... ok"

# test early data status - not sent
requires_config_enabled MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL
Expand Down

0 comments on commit 4395af1

Please sign in to comment.