mbedtls/ChangeLog.d/fix-aes-shallow-copying.txt
Werner Lewis dd76ef359d Refactor AES context to be shallow-copyable
Replace RK pointer in AES context with a buffer offset, to allow
shallow copying. Fixes #2147.

Signed-off-by: Werner Lewis <werner.lewis@arm.com>
2022-06-29 16:17:50 +01:00

2 lines
82 B
Text

Bugfix
* Refactor mbedtls_aes_context to support shallow-copying. Fixes #2147.