Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mbedtls: Move local mbedtls to v3.6.0 #1987

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Oct 10, 2024

  1. mbedtls: Move local mbedtls to v3.6.0

    The in-tree mbedtls (used for the simulator and some targets) is a few years
    old, and currently is unable to pass the rsa tests when built with clang.
    Update this mbed TLS to the v3.6.0 release.  This fixes clang support in the
    simulator.
    
    There are a few minor changes to configuration and what files are needed to
    support newer version of Mbed TLS.
    
    Fixes mcu-tools#1986
    
    Signed-off-by: David Brown <david.brown@linaro.org>
    d3zd3z committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    fdf0439 View commit details
    Browse the repository at this point in the history
  2. espressif: workaround for mbedtls >= v3.1

    Until espressif builds can be updated to work with recent versions of
    mbedtls, explicitly revert the version used to one that is known to
    work.
    
    Signed-off-by: David Brown <david.brown@linaro.org>
    d3zd3z committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    d302151 View commit details
    Browse the repository at this point in the history