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

fix: replace hash routine md5 with sha256 #12722

Merged
merged 2 commits into from Apr 25, 2022
Merged

fix: replace hash routine md5 with sha256 #12722

merged 2 commits into from Apr 25, 2022

Commits on Apr 23, 2022

  1. replace hash routine md5 with sha256

    swapping out the md5 hash routine with sha256 (truncated to 32 chars)
    and base64url encoded.
    this allows jest to run on a system where openssl is in a fips enabled
    mode.
    DANIEL-ARMBRUST-VA committed Apr 23, 2022
    Copy the full SHA
    5096479 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Update CHANGELOG.md

    SimenB committed Apr 25, 2022
    Copy the full SHA
    6eb9d16 View commit details
    Browse the repository at this point in the history