mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-28 15:17:21 +00:00
277bba89fb
MBEDTLS_USE_PSA_CRYPTO is now always enabled we need to update the documentation accordingly. Signed-off-by: Janos Follath <janos.follath@arm.com> |
||
---|---|---|
.. | ||
config_tfm.h | ||
crypto_config_profile_medium.h | ||
mbedtls_entropy_nv_seed_config.h | ||
README.md | ||
tfm_mbedcrypto_config_profile_medium.h |
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:
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 we are taking the files verbatim, for ease of maintenance.