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

change default intermediate hash from SHA-1 to SHA-512 #80

Merged
merged 1 commit into from Mar 16, 2017
Merged

change default intermediate hash from SHA-1 to SHA-512 #80

merged 1 commit into from Mar 16, 2017

Commits on Mar 16, 2017

  1. change default intermediate hash from SHA-1 to SHA-512

    Note that HMAC is still secure even with MD5. This is mostly a change
    for aesthetics so people will stop asking, although it doesn't hurt to
    be preemtive in this case.
    
    Skipping SHA-256 for SHA-512 since it's more efficient on 64-bit.
    
    See https://mail.python.org/pipermail/cryptography-dev/2017-March/000737.html for discussion.
    davidism committed Mar 16, 2017
    Copy the full SHA
    9f73bc2 View commit details
    Browse the repository at this point in the history