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

boot: Fix ASN.1 for mbedtls >= 3.1 #1989

Merged
merged 1 commit into from
Jun 28, 2024
Merged

Commits on Jun 27, 2024

  1. boot: Fix ASN.1 for mbedtls >= 3.1

    In Mbed TLS 3.1, the private fields in the ASN.1 structure were made private.
    This breaks code that accesses these private macros.
    
    Fix this by changing the ASN.1 specific code to use a new field accessor
    `ASN1_CONTEXT_MEMBER` that will be conditionally defined based on the version of
    Mbed TLS that is present.
    
    Signed-off-by: David Brown <david.brown@linaro.org>
    d3zd3z committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    a28a932 View commit details
    Browse the repository at this point in the history