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: callback's error of crypto.pbkdf2 is set to undefined #18458

Closed
wants to merge 1 commit into from
Closed

crypto: callback's error of crypto.pbkdf2 is set to undefined #18458

wants to merge 1 commit into from

Commits on Jan 30, 2018

  1. update node_crypto.cc

    As the documentation for crypto.pbkdf2 (https://nodejs.org/dist/latest-v8.x/docs/api/crypto.html#crypto_crypto_pbkdf2_password_salt_iterations_keylen_digest_callback) say, the function on success will return the first argument set to null and not undefined.
    BufoViridis authored Jan 30, 2018
    Configuration menu
    Copy the full SHA
    dbd212a View commit details
    Browse the repository at this point in the history