You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Security on Arm Mbed OS is divided into two parts:
3
+
Security on Arm Mbed OS is divided into the following parts:
4
4
5
-
-[Connection security through Arm Mbed TLS](/docs/development/reference/tls.html).
6
-
-[Device security through Arm Mbed uVisor](/docs/development/reference/uvisor.html).
5
+
- Mbed TLS. For details, please see our [full documentation](https://tls.mbed.org/).
6
+
- Platform Security Architecture (PSA). For details, please see our [full documentation](https://developer.arm.com/products/architecture/security-architectures/platform-security-architecture).
7
+
- Mbed uVisor. For details, please see our [full documentation](https://docs.mbed.com/docs/uvisor-and-uvisor-lib-documentation/en/latest/).
7
8
8
9
<spanclass="warnings">**Warning**: uVisor is superseded by the Secure Partition Manager (SPM) defined in the ARM Platform Security Architecture (PSA). uVisor is deprecated as of Mbed OS 5.10, and being replaced by a native PSA-compliant implementation of SPM.</span>
9
10
10
-
The sections cover working with these modules in the context of Mbed OS. For generic documentation for both modules, see:
11
+
For information about working with these modules in Mbed OS context, please refer to the following documents:
11
12
12
-
-[Mbed TLS full documentation](https://tls.mbed.org/).
13
-
-[Mbed uVisor full documentation](https://docs.mbed.com/docs/uvisor-and-uvisor-lib-documentation/en/latest/).
13
+
-[Connection security through Arm Mbed TLS](/docs/development/reference/tls.html).
14
+
- Platform Security Architecture - TBD - under development.
15
+
-[Device security through Arm Mbed uVisor](/docs/development/reference/uvisor.html).
0 commit comments