mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-09 21:10:51 +02:00
af2c6cc932
OpenSSL compatability layer expects aes->reg to be unmodified by AES-GCM decrypt call. ARM32/Thumb2 assembly implementation modifies buffer. Keep a copy and restore aes->reg after call.