#10385·mbedtls

Test components component_full_without_ecdhe_ecdsa and component_full_without_ecdhe_ecdsa_and_tls13 have unknown dependency on static ecdh

Author: bjwtaylorCreated Sep 4, 2025Updated Aug 28, 2026
Labelsbugcomponent-tlscomponent-test

Summary

Components component_full_without_ecdhe_ecdsa and component_full_without_ecdhe_ecdsa_and_tls13 appear to have a dependency on static ECDH ciphersuites. So tests in these components have been filtered to remove some tests, and only run tests with names containing psk or 1.3.

System information

Mbed TLS version (number or commit id): https://github.com/Mbed-TLS/mbedtls/commit/a498392d894922eedeb0f51f9ccc8e8d1abe3525 Operating system and version: Ubuntu 24 Configuration (if not default, please attach mbedtls_config.h): Using the standardconfiguration provided by the test components. Compiler and options (if you used a pre-built binary, please indicate how you obtained it): Using the standardconfiguration provided by the test components. Additional environment information:

Expected behavior

The tests should pass

Actual behavior

The test fail.

Steps to reproduce

This bug can be reproduced by running the described test components at the version supplied.

Additional information