Skip to content

Commit

Permalink
axtls: update to 66d530a, fixes esp8266#3335
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
igrr committed Sep 20, 2017
1 parent eebc5ec commit c894795
Showing 1 changed file with 0 additions and 0 deletions.
Binary file modified tools/sdk/lib/libaxtls.a
Binary file not shown.

0 comments on commit c894795

Please sign in to comment.