mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-23 16:20:49 +00:00
Note known issue about test cases skipped in TLS 1.3-only builds
https://github.com/Mbed-TLS/mbedtls/issues/9560 Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
c3d1a1dbc9
commit
cc7d6ae95f
@ -1812,7 +1812,10 @@ run_test() {
|
|||||||
# Check if we are trying to use an external tool which does not support ECDH
|
# Check if we are trying to use an external tool which does not support ECDH
|
||||||
EXT_WO_ECDH=$(use_ext_tool_without_ecdh_support "$SRV_CMD" "$CLI_CMD")
|
EXT_WO_ECDH=$(use_ext_tool_without_ecdh_support "$SRV_CMD" "$CLI_CMD")
|
||||||
|
|
||||||
# Guess the TLS version which is going to be used
|
# Guess the TLS version which is going to be used.
|
||||||
|
# Note that this detection is wrong in some cases, which causes unduly
|
||||||
|
# skipped test cases in builds with TLS 1.3 but not TLS 1.2.
|
||||||
|
# https://github.com/Mbed-TLS/mbedtls/issues/9560
|
||||||
if [ "$EXT_WO_ECDH" = "no" ]; then
|
if [ "$EXT_WO_ECDH" = "no" ]; then
|
||||||
TLS_VERSION=$(get_tls_version "$SRV_CMD" "$CLI_CMD")
|
TLS_VERSION=$(get_tls_version "$SRV_CMD" "$CLI_CMD")
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user