mbedtls/tests/scripts
Manuel Pégourié-Gonnard 1c1cc0d373 Add config.h option MBEDTLS_PK_SINGLE_HASH
No effect for now, just declaring it here, implemented in subsequent commits.

The option requires MBEDTLS_USE_TINYCRYPT and is incompatible with
MBEDTLS_PK_RSA_ALT_SUPPORT and MBEDTLS_RSA_C.

Currently users (including the X.509 and SSL libraries) assume that if both PK
and RSA are enabled, then RSA is available through PK. If we allowed RSA to be
enabled together with PK_SINGLE_TYPE, we'd break that assumption. Going
through the code to find all place that rely on that assumption and fix them
would be cumbersome, and people who want PK_SINGLE_TYPE are unlikely to care
about RSA anyway, so let's just make them incompatible.

This is also consistent with what's done in the MD module: MD_SINGLE_HASH
requires that exactly one hash be enabled.
2019-09-19 10:45:14 +02:00
..
all.sh Add config.h option MBEDTLS_PK_SINGLE_HASH 2019-09-19 10:45:14 +02:00
basic-build-test.sh Adjust DES exclude lists in test scripts 2019-03-01 10:30:11 +01:00
check-doxy-blocks.pl
check-files.py Merge remote-tracking branch 'origin/mbedtls-2.16' into baremetal 2019-07-10 11:38:01 +01:00
check-generated-files.sh Add gen_query_config.pl to check-gen-files and bump_version 2019-02-07 10:32:31 +00:00
check-names.sh Merge branch 'mbedtls-2.16' into baremetal 2019-06-04 09:39:51 +02:00
check-python-files.sh Fix pylint errors going uncaught 2019-02-25 21:42:32 +01:00
curves.pl
depends-hashes.pl Adjust depends-hashes.pl to test NO_SHA224 as well 2019-09-09 10:21:30 +02:00
depends-pkalgs.pl depends-pkalgs.pl: Unset all EC curves when testing !MBEDTLS_ECP_C 2019-09-04 16:19:49 +01:00
doxygen.sh
gen_ctr_drbg.pl Merge remote-tracking branch 'public/pr/1533' into development 2018-06-27 10:50:58 +01:00
gen_gcm_decrypt.pl
gen_gcm_encrypt.pl
gen_pkcs1_v21_sign_verify.pl Merge remote-tracking branch 'public/pr/1533' into development 2018-06-27 10:50:58 +01:00
generate_test_code.py Silence pylint 2019-02-25 21:42:32 +01:00
generate-afl-tests.sh
key-exchanges.pl
list-enum-consts.pl
list-identifiers.sh Document the scripts behaviour further 2019-04-18 13:18:22 +01:00
list-macros.sh
list-symbols.sh test: Always use make clean by itself 2019-05-31 17:49:25 +01:00
mbedtls_test.py Fix parsing issue when int parameter is in base 16 2019-07-11 14:36:50 +03:00
recursion.pl
run-test-suites.pl Add a facility to skip running some test suites 2018-12-14 18:29:28 +01:00
tcp_client.pl
test_generate_test_code.py Silence pylint 2019-02-25 21:42:32 +01:00
test_zeroize.gdb Fix #2370, minor typos and spelling mistakes 2019-02-18 14:50:57 +00:00
test-ref-configs.pl
travis-log-failure.sh
whitelist Add whitelist for uECC files for check-names.sh 2019-04-26 16:22:10 +03:00