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: fail early if passphrase is too long #27010

Commits on Mar 30, 2019

  1. crypto: fail early if passphrase is too long

    This causes OpenSSL to fail early if the decryption passphrase is too
    long, and produces a somewhat helpful error message.
    
    Refs: nodejs#25208
    tniessen committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    ff4ee3e View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2019

  1. address Ben's comments

    tniessen committed Mar 31, 2019
    Configuration menu
    Copy the full SHA
    2a4e014 View commit details
    Browse the repository at this point in the history