Skip to content

Commit ced3b1c

Browse files
authored
Merge pull request ARMmbed#13003 from dgreen-arm/add-feature-experimental
Mark PSA as an experimental API
2 parents c7759fe + e5f8dd8 commit ced3b1c

File tree

243 files changed

+504
-526
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

243 files changed

+504
-526
lines changed

.astyleignore

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
^BUILD
22
^cmsis
3-
^components/TARGET_PSA/services/attestation/attestation.h
4-
^components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl
5-
^components/TARGET_PSA/services/attestation/qcbor
6-
^components/TARGET_PSA/services/crypto/COMPONENT_PSA_SRV_IPC/crypto_struct_ipc.h
7-
^components/TARGET_PSA/TARGET_TFM
8-
^components/TARGET_PSA/TESTS
93
^features/cryptocell
104
^features/FEATURE_BLE
5+
^features/FEATURE_EXPERIMENTAL_API/TARGET_MBED_PSA_SRV
6+
^features/FEATURE_EXPERIMENTAL_API/TARGET_PSA/TARGET_MBED_PSA_SRV/services/attestation/attestation.h
7+
^features/FEATURE_EXPERIMENTAL_API/TARGET_PSA/TARGET_MBED_PSA_SRV/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl
8+
^features/FEATURE_EXPERIMENTAL_API/TARGET_PSA/TARGET_MBED_PSA_SRV/services/attestation/qcbor
9+
^features/FEATURE_EXPERIMENTAL_API/TARGET_PSA/TARGET_MBED_PSA_SRV/services/crypto/COMPONENT_PSA_SRV_IPC/crypto_struct_ipc.h
10+
^features/FEATURE_EXPERIMENTAL_API/TARGET_PSA/TARGET_MBED_PSA_SRV/TARGET_TFM
11+
^features/FEATURE_EXPERIMENTAL_API/TARGET_PSA/TARGET_MBED_PSA_SRV/TESTS
1112
^features/frameworks
1213
^features/lwipstack/lwip
1314
^features/lwipstack/lwip-sys

LICENSE.md

Lines changed: 1 addition & 1 deletion

TESTS/mbedtls/sanity/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
* limitations under the License.
1616
*/
1717

18-
#include "psa/crypto.h"
19-
2018
#if ((!defined(TARGET_PSA)) || (!defined(MBEDTLS_PSA_CRYPTO_C)))
2119
#error [NOT_SUPPORTED] Mbed Crypto is OFF - skipping.
2220
#else
2321

22+
#include "psa/crypto.h"
23+
2424
#include <stdio.h>
2525
#include "mbed.h"
2626
#include "greentea-client/test_env.h"

0 commit comments

Comments
 (0)