Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AES-NI: Disable round keys realignment in mbedtls_aes_crypt_ecb()
Mbed TLS takes care of the alignment when creating the round keys (placing them accordingly within the larger context struct) and we hope we're not copying them to differently-aligned context structs (if we are, we'll need to fix that). See openwall#5593
- Loading branch information