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

crypto: clear error stack in ECDH::BufferToPoint #13275

Closed
wants to merge 1 commit into from
Closed

crypto: clear error stack in ECDH::BufferToPoint #13275

wants to merge 1 commit into from

Commits on May 29, 2017

  1. crypto: clear err stack after ECDH::BufferToPoint

    Functions that call `ECDH::BufferToPoint` were not clearing the
    error stack on failure, so an invalid key could leave leftover
    error state and cause subsequent (unrelated) signing operations
    to fail.
    rfk committed May 29, 2017
    Configuration menu
    Copy the full SHA
    4794219 View commit details
    Browse the repository at this point in the history