• Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..21-Aug-2025-

README.md A D21-Aug-20251.1 KiB2313

config_tfm.h A D21-Aug-2025323 140

mbedtls_entropy_nv_seed_config.h A D21-Aug-2025323 140

tfm_mbedcrypto_config_profile_medium.h A D21-Aug-20252.9 KiB867

README.md

1Summary
2-------
3
4The file:
5
6* tfm_mbedcrypto_config_profile_medium.h
7
8is copyright The Mbed TLS Contributors, and is distributed under the license normally
9used by Mbed TLS: a dual Apache 2.0 or GPLv2-or-later license.
10
11Background
12----------
13
14The 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:
15
16https://git.trustedfirmware.org/TF-M/trusted-firmware-m.git/tree/lib/ext/mbedcrypto/mbedcrypto_config
17
18It 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.
19
20In TF-M, the original file is distributed under a 3-Clause BSD license, as noted at the top of the file.
21
22In 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.
23