d84902f4ef
In the python script I didn't use the word TODO because pylint doesn't like that, but morally it's the same. I removed the comment about "do we need a subset of compat.sh?" because it turns out that `ssl-opt.sh` is already exercising all the key exchanges: % sed -n 's/.*force_ciphersuite=TLS-\([^ ]*\)-WITH.*/\1/p' tests/ssl-opt.sh | sort -u DHE-PSK DHE-RSA ECDH-ECDSA ECDHE-ECDSA ECDHE-PSK ECDHE-RSA ECJPAKE PSK RSA RSA-PSK (the only omission is ECDH-RSA which is not of interest here and does not actually differ from ECDH-ECDSA). So, we don't need a subset of compat.sh because we're already getting enough testing from ssl-opt.sh (not to mention test_suite_ssl). Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> |
||
---|---|---|
.. | ||
all-in-docker.sh | ||
all.sh | ||
analyze_outcomes.py | ||
basic-build-test.sh | ||
basic-in-docker.sh | ||
check-doxy-blocks.pl | ||
check-generated-files.sh | ||
check-python-files.sh | ||
check_files.py | ||
check_names.py | ||
check_test_cases.py | ||
depends.py | ||
docker_env.sh | ||
doxygen.sh | ||
gen_ctr_drbg.pl | ||
gen_gcm_decrypt.pl | ||
gen_gcm_encrypt.pl | ||
gen_pkcs1_v21_sign_verify.pl | ||
generate-afl-tests.sh | ||
generate_bignum_tests.py | ||
generate_psa_tests.py | ||
generate_test_code.py | ||
generate_tls13_compat_tests.py | ||
list-identifiers.sh | ||
list_internal_identifiers.py | ||
psa_collect_statuses.py | ||
recursion.pl | ||
run-test-suites.pl | ||
scripts_path.py | ||
set_psa_test_dependencies.py | ||
tcp_client.pl | ||
test-ref-configs.pl | ||
test_config_script.py | ||
test_generate_test_code.py | ||
test_psa_compliance.py | ||
test_psa_constant_names.py | ||
test_zeroize.gdb | ||
translate_ciphers.py | ||
travis-log-failure.sh |