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: fix error code handling in ParsePrivateKey() #42400

Commits on Mar 19, 2022

  1. crypto: fix error code handling in ParsePrivateKey()

    This changes the code to select the latest error code instead of the
    earliest one from the OpenSSL error stack. It helps in getting rid of
    the inconsistency between the empty passphrase related error codes of
    OpenSSL 1.1.1 and 3.
    
    Refs: nodejs#42319 (comment)
    Signed-off-by: Darshan Sen <raisinten@gmail.com>
    RaisinTen committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    a60a849 View commit details
    Browse the repository at this point in the history