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

(backport 4.x) crypto: clear err stack after ECDH::BufferToPoint #13399

Closed
wants to merge 1 commit into from
Closed

(backport 4.x) crypto: clear err stack after ECDH::BufferToPoint #13399

wants to merge 1 commit into from

Commits on Jun 2, 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.
    
    PR-URL: #13275
    Reviewed-By: Fedor Indutny <[email protected]>
    Reviewed-By: Ben Noordhuis <[email protected]>
    Reviewed-By: Sam Roberts <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    rfk committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    c15e527 View commit details
    Browse the repository at this point in the history