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: pbkdf.js deprecate digest overload. #4047

Closed
wants to merge 1 commit into from

Commits on Jan 22, 2016

  1. crypto: pbkdf2 deprecate digest overload.

    As per nodejs#3292, this PR introduces a deprecation notice about removing
    the 'default digest' overload which currently defaults to the soon
    to be defunct SHA1 digest.
    
    Instead it should be left up to the documentation and implementor to
    suggest a suitable digest function.
    tomgco committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    8e8959d View commit details
    Browse the repository at this point in the history