mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-11 14:38:17 +02:00
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>
This commit is contained in:
committed by
Werner Lewis
parent
07040bb179
commit
dd76ef359d
2
ChangeLog.d/fix-aes-shallow-copying.txt
Normal file
2
ChangeLog.d/fix-aes-shallow-copying.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
Bugfix
|
||||
* Refactor mbedtls_aes_context to support shallow-copying. Fixes #2147.
|
||||
Reference in New Issue
Block a user