Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use 2nd stack for update signature verification #7149

Merged
merged 3 commits into from
Mar 14, 2020

Commits on Mar 11, 2020

  1. Use 2nd stack for update signature verification

    Fixes esp8266#7145
    
    When doing a signed update, the signature calculation can use a lot of
    stack, so move it silently to the BearSSL second stack.
    
    Also fix a memory leak of signature-bytes found by @JiriBilek
    earlephilhower committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    fe02cb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32a0a3a View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2020

  1. Configuration menu
    Copy the full SHA
    9e84878 View commit details
    Browse the repository at this point in the history