mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-11 16:15:56 -04:00
Threat Model: adjust to 2.28
MBEDTLS_AESCE_C is not available in 2.28., remove it from workarounds. Signed-off-by: Janos Follath <janos.follath@arm.com>
This commit is contained in:
parent
6cd045905f
commit
35f5ef01f2
@ -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
|
- Turn on hardware acceleration for AES. This is supported only on selected
|
||||||
architectures and currently only available for AES. See configuration options
|
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
|
- Add a secure alternative implementation (typically hardware acceleration) for
|
||||||
the vulnerable cipher. See the [Alternative Implementations
|
the vulnerable cipher. See the [Alternative Implementations
|
||||||
Guide](docs/architecture/alternative-implementations.md) for more information.
|
Guide](docs/architecture/alternative-implementations.md) for more information.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user