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

Import Mbed TLS v2.15.0 with Mbed Crypto #8859

Merged

Commits on Nov 23, 2018

  1. Configuration menu
    Copy the full SHA
    7ba359a View commit details
    Browse the repository at this point in the history
  2. Record Mbed Crypto version

    Record the version of Mbed Crypto into VERSION.txt for easy reference.
    mohammad1603 authored and Patater committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    1594568 View commit details
    Browse the repository at this point in the history
  3. Update adjust-config.sh to enable persistent keys

    In adjust-config.h, set and unset Mbed Crypto storage configuration options
    in order to use persistent keys with PSA ITS storage.
    itayzafrir authored and Patater committed Nov 23, 2018
    1 Configuration menu
    Copy the full SHA
    b85db48 View commit details
    Browse the repository at this point in the history
  4. Add mbed_lib.json for Mbed Crypto

    mohammad1603 authored and Patater committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    1f4584f View commit details
    Browse the repository at this point in the history
  5. Mbed TLS importer: Call config.pl --force to accept unknown option

    The new PSA-aware Mbed TLS importer script calls `config.pl` on the
    Mbed TLS config.h to set the PSA configuration option
    MBEDTLS_PSA_CRYPTO_STORAGE_C which isn't documented in config.h.
    config.pl therefore fails, and so does the importer.
    
    This commit fixes this by calling `config.pl` with the `--force`
    option which amends the given `config.h` by a `#define` for the
    requested option if the option isn't present in the file.
    Hanno Becker authored and Patater committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    70f9497 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3900b81 View commit details
    Browse the repository at this point in the history