mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-09-11 12:10:46 +03:00
This commit updates configs/ext/README.md to reflect the necessary files which were removed from Mbed TLS. Signed-off-by: Harry Ramsey <harry.ramsey@arm.com>
23 lines
1.1 KiB
Markdown
23 lines
1.1 KiB
Markdown
Summary
|
|
-------
|
|
|
|
The file:
|
|
|
|
* tfm_mbedcrypto_config_profile_medium.h
|
|
|
|
is copyright The Mbed TLS Contributors, and is distributed under the license normally
|
|
used by Mbed TLS: a dual Apache 2.0 or GPLv2-or-later license.
|
|
|
|
Background
|
|
----------
|
|
|
|
The file tfm_mbedcrypto_config_profile_medium.h was derived from the file tfm_mbedcrypto_config_profile_medium.h taken from the TF-M source code here:
|
|
|
|
https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/tree/lib/ext/mbedcrypto/mbedcrypto_config
|
|
|
|
It was derived according to the Mbed TLS configuration file split that occurred as part of the Mbed TLS repository split, see https://github.com/Mbed-TLS/mbedtls/blob/development/docs/proposed/config-split.md.
|
|
|
|
In TF-M, the original file is distributed under a 3-Clause BSD license, as noted at the top of the file.
|
|
|
|
In Mbed TLS, with permission from the TF-M project, tfm_mbedcrypto_config_profile_medium.h is distributed under a dual [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) OR [GPL-2.0-or-later](https://spdx.org/licenses/GPL-2.0-or-later.html) license, with copyright assigned to The Mbed TLS Contributors.
|