1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

axtls: update to 66d530a, fixes #3335

SHA512 module stored padding in PROGMEM, but would then pass the pointer
to padding into Update function which would do a memcpy. Use the same
approach as with SHA256, that is to copy padding to the stack first, and
then pass it to Update.
This commit is contained in:
Ivan Grokhotkov 2017-09-20 11:37:26 +08:00
parent eebc5ec593
commit c8947953ac

Binary file not shown.