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

Dev/davhaz01/upgrade tfm #69

Merged
merged 2 commits into from May 17, 2024

Commits on May 15, 2024

  1. build: Bump TF-M version to v2.1.0

    Signed-off-by: Dávid Házi <david.hazi@arm.com>
    david-hazi-arm authored and AhmedIsmail02 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    01fa803 View commit details
    Browse the repository at this point in the history
  2. mbedtls: Update mbedtls to v3.6.0

    The provisioning code which used by OTA has been changed,
    because from mbedtls 3.6.0 the psa_import_key() only
    accepts RSA keys in standard PSA format,
    mbedtls_pk_import_into_psa() is used instead.
    
    Signed-off-by: Dávid Házi <david.hazi@arm.com>
    david-hazi-arm authored and AhmedIsmail02 committed May 15, 2024
    Configuration menu
    Copy the full SHA
    db2099d View commit details
    Browse the repository at this point in the history