Skip to content

Add PSA overview #654

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 17, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions docs/reference/api/security/security.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
## Security overview

Security on Arm Mbed OS is divided into two parts:
Security on Arm Mbed OS is divided into the following parts:

- [Connection security through Arm Mbed TLS](/docs/development/reference/tls.html).
- [Device security through Arm Mbed uVisor](/docs/development/reference/uvisor.html).
- Mbed TLS. For details, please see our [full documentation](https://tls.mbed.org/).
- Platform Security Architecture (PSA). For details, please see our [full documentation](https://developer.arm.com/products/architecture/security-architectures/platform-security-architecture).
- Mbed uVisor. For details, please see our [full documentation](https://docs.mbed.com/docs/uvisor-and-uvisor-lib-documentation/en/latest/).

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

The sections cover working with these modules in the context of Mbed OS. For generic documentation for both modules, see:
For information about working with these modules in Mbed OS context, please refer to the following documents:

- [Mbed TLS full documentation](https://tls.mbed.org/).
- [Mbed uVisor full documentation](https://docs.mbed.com/docs/uvisor-and-uvisor-lib-documentation/en/latest/).
- [Connection security through Arm Mbed TLS](/docs/development/reference/tls.html).
- Platform Security Architecture - TBD - under development.
- [Device security through Arm Mbed uVisor](/docs/development/reference/uvisor.html).