Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
0f33d99
PSA core 5.12 docs
alzix Feb 28, 2019
1ad712c
update .gitignore
alzix Feb 28, 2019
e4af98d
rearrange docs
alzix Mar 2, 2019
2778c2d
lifecycle - doxyden
alzix Mar 2, 2019
619d63a
platform partition
alzix Mar 2, 2019
69845d4
Move psa IST and PS to storage folder
alzix Mar 3, 2019
7f20a7f
Fix typo in ITS
alzix Mar 3, 2019
818a8e5
Update PSA Initial Attestation Service document
Mar 4, 2019
02a3bd7
Update psa_lifecycle.md
GuyWi Mar 4, 2019
81dedfe
Update platform_service.md
GuyWi Mar 4, 2019
ae37b51
Update psa_attestation.md
GuyWi Mar 4, 2019
1c0426e
Update security.md
GuyWi Mar 4, 2019
e9c6050
Update spm.md
GuyWi Mar 4, 2019
8a13c4f
Update psa_internal_storage.md
GuyWi Mar 4, 2019
9857a52
Update psa_protected_storage.md
GuyWi Mar 4, 2019
52113f0
Update spm.md
GuyWi Mar 4, 2019
6524fdf
Update psa.md
GuyWi Mar 4, 2019
a83cc98
Update security.md
GuyWi Mar 4, 2019
079c4d1
Update psa_internal_storage.md
GuyWi Mar 4, 2019
e22de4a
Updates based on Danny's feedback.
GuyWi Mar 4, 2019
a1332cd
Updates based on Danny's feedback.
GuyWi Mar 4, 2019
2e65a88
Updated based on Danny's feedback.
GuyWi Mar 4, 2019
1095825
Update psa_protected_storage.md
GuyWi Mar 5, 2019
5a21af0
Updated based on Alex Z's clarifications.
GuyWi Mar 5, 2019
7b0722b
Update psa_lifecycle.md
GuyWi Mar 5, 2019
1e5a857
Update psa_attestation.md
GuyWi Mar 5, 2019
89311f9
Update psa_attestation.md
GuyWi Mar 5, 2019
afc8bdc
Update security.md
GuyWi Mar 5, 2019
f9f7b08
Update psa_internal_storage.md
GuyWi Mar 5, 2019
df93f26
Update psa_internal_storage.md
GuyWi Mar 5, 2019
6a9f6aa
Update spm.md
GuyWi Mar 6, 2019
ce744d5
Update psa.md
GuyWi Mar 6, 2019
b42c68c
Update psa_crypto.md
GuyWi Mar 6, 2019
e79b2e8
Delete psa_crypto.md
GuyWi Mar 6, 2019
14ce3a7
Update psa_lifecycle.md
GuyWi Mar 6, 2019
78e26cb
Update platform service doc
alzix Mar 7, 2019
b8f57c3
Update platform_service.md
GuyWi Mar 7, 2019
f02cd8a
Update platform_service.md
GuyWi Mar 7, 2019
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update security.md
  • Loading branch information
GuyWi authored and alzix committed Mar 7, 2019
commit afc8bdc5dcdf4cae9f3ac5cfff6b51b3a25615ec
12 changes: 4 additions & 8 deletions docs/api/security/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,14 @@

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

- [Platform Security Architecture (PSA) Secure Partition Manager (SPM)](../spm.html) - Accesses secure services within a secure processing environment (on PSA targets only).
- [Platform Security Architecture (PSA) Secure Partition Manager (SPM)](../apis/spm-apis.html) - Accesses secure services within a secure processing environment (on PSA targets only).

- [PSA internal storage](../storage/psa_internal_storage.html) - Saves the PSA root of trust (RoT) state.

- [PSA protected storage](../storage/psa_protected_storage.html) - Saves data to and retrieves data from PSA protected storage.

- [PSA Crypto](../apis/psa_crypto.html) - A reference implementation of the cryptography interface of PSA.
- [PSA Crypto](../apis/psa-crypto.html) - A reference implementation of the cryptography interface of PSA.

- [Mbed TLS](../apis/tls.html) - A comprehensive SSL/TLS solution. For full details, see the [Mbed TLS site](https://tls.mbed.org/).

- [PSA attestation](../apis/psa_attestation.html) - Enables an application to prove a device's identity to a caller during the authentication process.
- [PSA attestation](../apis/psa-attestation.html) - Enables an application to prove a device's identity to a caller during the authentication process.

- [PSA lifecycle](../apis/lifecycle/psa_lifecycle.html) - Enables fine-grained control of the target root of trust (RoT).
- [PSA lifecycle](../apis/lifecycle/psa-lifecycle.html) - Enables fine-grained control of the target root of trust (RoT).

- [Device key](../apis/DeviceKey.html) - Implements key derivation from a root of trust key.