Skip to content

Commit 93599fa

Browse files
author
Amanda Butler
authored
Merge pull request #654 from alzix/alzix-patch
Add PSA overview
2 parents c46748e + 0086273 commit 93599fa

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed
Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
## Security overview
22

3-
Security on Arm Mbed OS is divided into two parts:
3+
Security on Arm Mbed OS is divided into the following parts:
44

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/).
78

89
<span class="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>
910

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:
1112

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

Comments
 (0)