mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 11:11:08 +01:00
Reword to be more specific
Specify that the cryptographic operations of Mbed TLS are governed by its threat model and point specifically to block ciphers as an important case of this. Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
10
SECURITY.md
10
SECURITY.md
@@ -21,9 +21,13 @@ Users are urged to always use the latest version of a maintained branch.
|
|||||||
|
|
||||||
## Use of TF-PSA-Crypto
|
## Use of TF-PSA-Crypto
|
||||||
|
|
||||||
Note that Mbed TLS uses the cryptography API provided by TF-PSA-Crypto. Its
|
Note that Mbed TLS uses the cryptography API provided by TF-PSA-Crypto.
|
||||||
security policy can be found
|
Its
|
||||||
[here](https://github.com/Mbed-TLS/TF-PSA-Crypto/blob/development/SECURITY.md).
|
[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
|
## Threat model
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user