Skip to content

Commit

Permalink
Merge pull request #7908 from gilles-peskine-arm/ssl-opt-fix-hrr-test…
Browse files Browse the repository at this point in the history
…-curves-groups

Fix failure of ssl-opt "TLS 1.3: no HRR in case of PSK key exchange mode"
  • Loading branch information
gilles-peskine-arm authored Jul 11, 2023
2 parents 6aca2c9 + b387fcf commit 19280ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ssl-opt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13371,7 +13371,7 @@ requires_config_enabled MBEDTLS_SSL_CLI_C
requires_config_enabled MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_PSK_ENABLED
requires_config_enabled MBEDTLS_SSL_TLS1_3_KEY_EXCHANGE_MODE_EPHEMERAL_ENABLED
run_test "TLS 1.3: no HRR in case of PSK key exchange mode" \
"$P_SRV nbio=2 psk=010203 psk_identity=0a0b0c tls13_kex_modes=psk curves=none" \
"$P_SRV nbio=2 psk=010203 psk_identity=0a0b0c tls13_kex_modes=psk groups=none" \
"$P_CLI nbio=2 debug_level=3 psk=010203 psk_identity=0a0b0c tls13_kex_modes=all" \
0 \
-C "received HelloRetryRequest message" \
Expand Down

0 comments on commit 19280ad

Please sign in to comment.