commit | dd76ef359df0ffd321de56863ebf82c72c4a75ba | [log] [tgz] |
---|---|---|
author | Werner Lewis <Werner.Lewis@arm.com> | Mon May 30 12:00:21 2022 +0100 |
committer | Werner Lewis <werner.lewis@arm.com> | Wed Jun 29 16:17:50 2022 +0100 |
tree | 2d792a6dad76dfe5a4a2d11d652e2f1e6344a59e | |
parent | 07040bb179f2fb3afc9bf26a0a5dbb62838e19bc [diff] [blame] |
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>
diff --git a/ChangeLog.d/fix-aes-shallow-copying.txt b/ChangeLog.d/fix-aes-shallow-copying.txt new file mode 100644 index 0000000..0c119d6 --- /dev/null +++ b/ChangeLog.d/fix-aes-shallow-copying.txt
@@ -0,0 +1,2 @@ +Bugfix + * Refactor mbedtls_aes_context to support shallow-copying. Fixes #2147.