1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Merge pull request #5896 from wernerlewis/aes_shallow_copy

Refactor AES context to be shallow-copyable
This commit is contained in:
Dave Rodgman
2022-07-20 15:16:37 +01:00
committed by GitHub
7 changed files with 59 additions and 18 deletions

View File

@@ -0,0 +1,2 @@
Bugfix
* Refactor mbedtls_aes_context to support shallow-copying. Fixes #2147.