Skip to content

Commit

Permalink
Threat Model: adjust to 2.28
Browse files Browse the repository at this point in the history
MBEDTLS_AESCE_C is not available in 2.28., remove it from workarounds.

Signed-off-by: Janos Follath <[email protected]>
  • Loading branch information
yanesca committed Mar 15, 2023
1 parent 6cd0459 commit 35f5ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ even a remote. The attacks can result in key recovery.

- Turn on hardware acceleration for AES. This is supported only on selected
architectures and currently only available for AES. See configuration options
`MBEDTLS_AESCE_C`, `MBEDTLS_AESNI_C` and `MBEDTLS_PADLOCK_C` for details.
`MBEDTLS_AESNI_C` and `MBEDTLS_PADLOCK_C` for details.
- Add a secure alternative implementation (typically hardware acceleration) for
the vulnerable cipher. See the [Alternative Implementations
Guide](docs/architecture/alternative-implementations.md) for more information.
Expand Down

0 comments on commit 35f5ef0

Please sign in to comment.