mbedtls/configs/ext
Minos Galanakis 4f619e12e7 Renamed MBEDTLS_PSA_CRYPTO_CONFIG_FILE & MBEDTLS_PSA_CRYPTO_USER_CONFIG_FILE
Files have been renamed respectively to:
- TF_PSA_CRYPTO_CONFIG_FILE
- TF_PSA_CRYPTO_USER_CONFIG_FILE

As per design proposal:
https://github.com/Mbed-TLS/mbedtls/blob/development/docs/proposed/config-split.md

Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
2024-12-04 09:57:56 +00:00
..
config_tfm.h
crypto_config_profile_medium.h configs: Migrated config-tfm 2024-12-04 09:57:56 +00:00
mbedtls_entropy_nv_seed_config.h
README.md Adapt configs/ext/README.md 2024-12-02 13:10:42 +00:00
tfm_mbedcrypto_config_profile_medium.h Renamed MBEDTLS_PSA_CRYPTO_CONFIG_FILE & MBEDTLS_PSA_CRYPTO_USER_CONFIG_FILE 2024-12-04 09:57:56 +00:00

Summary

The two files:

  • crypto_config_profile_medium.h
  • tfm_mbedcrypto_config_profile_medium.h

are copyright The Mbed TLS Contributors, and are distributed under the license normally used by Mbed TLS: a dual Apache 2.0 or GPLv2-or-later license.

Background

The two files crypto_config_profile_medium.h and tfm_mbedcrypto_config_profile_medium.h are taken verbatim from the TF-M source code here:

https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/tree/lib/ext/mbedcrypto/mbedcrypto_config

In TF-M, they are distributed under a 3-Clause BSD license, as noted at the top of the files.

In Mbed TLS, with permission from the TF-M project, they are distributed under a dual Apache-2.0 OR GPL-2.0-or-later license, with copyright assigned to The Mbed TLS Contributors.

We only retain the note at the top of the files because the intent is to take these files verbatim, for ease of maintenance. Currently however, they contain changes, showing how these configurations will need to be adapted for 4.0.