mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-07-31 08:46:34 +08:00
Enable MBEDTLS_X509_ALLOW_EXTENSIONS_NON_V3 in the full config. There's no reason to keep it out. We weren't testing it at all on the CI. Add a missing dependency on !MBEDTLS_X509_ALLOW_EXTENSIONS_NON_V3 to some test cases that either were testing that v3 extensions are only accepted in v3 certificates, or where parsing returns a different error when MBEDTLS_X509_ALLOW_EXTENSIONS_NON_V3 is enabled. Add a few positive and negative test cases with MBEDTLS_X509_ALLOW_EXTENSIONS_NON_V3 enabled. Fix one test case with MBEDTLS_X509_ALLOW_EXTENSIONS_NON_V3 where the intended output of mbedtls_x509_crt_info had changed in 890819a597bd7a67f0b8185a4409733504f792b3 but the test case was missed because it was never executed. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com> |
||
|---|---|---|
| .. | ||
| data_files | ||
| abi_check.py | ||
| apidoc_full.sh | ||
| assemble_changelog.py | ||
| bump_version.sh | ||
| config.pl | ||
| config.py | ||
| ecc-heap.sh | ||
| find-mem-leak.cocci | ||
| footprint.sh | ||
| generate_errors.pl | ||
| generate_features.pl | ||
| generate_psa_constants.py | ||
| generate_query_config.pl | ||
| generate_visualc_files.pl | ||
| massif_max.pl | ||
| memory.sh | ||
| output_env.sh | ||
| rename.pl | ||
| rm-calloc-cast.cocci | ||
| tmp_ignore_makefiles.sh | ||