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

Proposal: crypto: Make the digest parameter required for pbkdf2. #3292

Closed
wants to merge 1 commit into from

Commits on Oct 9, 2015

  1. crypto: pbkdf2 digest parameter is now required

    This change will remove the default behaviour of defaulting to SHA1
    as its digest function, instead this will break backwards compatibility
    and force implementors to choose a secure digest that is suited for them
    at that time.
    tomgco committed Oct 9, 2015
    Configuration menu
    Copy the full SHA
    91e9c7a View commit details
    Browse the repository at this point in the history