mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-05 01:23:39 +02:00
Merge pull request #10584 from davidhorstmann-arm/add-link-to-crypto-security-md
Add link to TF-PSA-Crypto `SECURITY.md`
This commit is contained in:
10
SECURITY.md
10
SECURITY.md
@@ -19,6 +19,16 @@ Only the maintained branches, as listed in [`BRANCHES.md`](BRANCHES.md),
|
||||
get security fixes.
|
||||
Users are urged to always use the latest version of a maintained branch.
|
||||
|
||||
## Use of TF-PSA-Crypto
|
||||
|
||||
Note that Mbed TLS uses the cryptography API provided by TF-PSA-Crypto.
|
||||
Its
|
||||
[threat model](https://github.com/Mbed-TLS/TF-PSA-Crypto/blob/development/SECURITY.md#threat-model)
|
||||
applies to all cryptographic operations performed by Mbed TLS. In particular,
|
||||
users of Mbed TLS should note the considerations around
|
||||
[block ciphers](https://github.com/Mbed-TLS/TF-PSA-Crypto/blob/development/SECURITY.md#block-ciphers)
|
||||
since they apply to the block ciphers used in TLS.
|
||||
|
||||
## Threat model
|
||||
|
||||
We classify attacks based on the capabilities of the attacker.
|
||||
|
||||
Reference in New Issue
Block a user