mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-07-31 00:37:08 +08:00
We actually only need two invocations.
This also moves all the default tests to OPENSSL_NEXT, which is good
because OPENSSL is ancient.
I have no idea why NULL doesn't work with OPENSSL_NEXT (1.1.1a) server,
because according to the manpage [1], "ALL,COMPLEMENTOFALL" (which is
what we are using) should do it, and indeed
$OPENSSL_NEXT ciphers "ALL,COMPLEMENTOFALL" | tr ':' '\n'
lists NULL ciphersuites, and also they work client-side with
OPENSSL_NEXT...
[1] https://www.openssl.org/docs/man1.1.1/man1/ciphers.html
Also, while at it, remove partial invocation (only non-default) from one
component, as we already have a full invocation in the same config (plus
ASan) in another component.
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
|
||
|---|---|---|
| .. | ||
| quiet | ||
| all-in-docker.sh | ||
| all.sh | ||
| analyze_outcomes.py | ||
| audit-validity-dates.py | ||
| basic-build-test.sh | ||
| basic-in-docker.sh | ||
| check_files.py | ||
| check_names.py | ||
| check_test_cases.py | ||
| check-doxy-blocks.pl | ||
| check-generated-files.sh | ||
| check-python-files.sh | ||
| 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_bignum_tests.py | ||
| generate_ecp_tests.py | ||
| generate_pkcs7_tests.py | ||
| generate_psa_tests.py | ||
| generate_psa_wrappers.py | ||
| generate_server9_bad_saltlen.py | ||
| generate_test_cert_macros.py | ||
| generate_test_code.py | ||
| generate_tls13_compat_tests.py | ||
| generate-afl-tests.sh | ||
| list_internal_identifiers.py | ||
| list-identifiers.sh | ||
| psa_collect_statuses.py | ||
| recursion.pl | ||
| run_demos.py | ||
| run-metatests.sh | ||
| run-test-suites.pl | ||
| scripts_path.py | ||
| set_psa_test_dependencies.py | ||
| tcp_client.pl | ||
| test_config_script.py | ||
| test_generate_test_code.py | ||
| test_psa_compliance.py | ||
| test_psa_constant_names.py | ||
| test_zeroize.gdb | ||
| test-ref-configs.pl | ||
| translate_ciphers.py | ||
| travis-log-failure.sh | ||