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

(PUP-12047) Add logic to skip MD5 checksum method on a FIPS system #9409

Merged
merged 1 commit into from
Jul 2, 2024

Commits on Jul 2, 2024

  1. (PUP-12047) Add logic to skip MD5 checksum method on a FIPS system

    This commit adds logic in http_metadata.rb to skip MD5 related checksums
    when FIPS is enabled since MD5 is not supported on FIPS enabled systems.
    Additionally, a test is added to http_metadata_spec.rb that checks that
    the MD5 checksum type is skipped on FIPS enabled platforms.
    
    Cherry picked from two commits:
    (cherry picked from commit 1f7c8ef)
    (cherry picked from commit fa721be)
    AriaXLi committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    e4fdad2 View commit details
    Browse the repository at this point in the history