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

Set etag haslib md5 usedforsecurity to false #1993

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

tomelrod
Copy link

@tomelrod tomelrod commented Nov 3, 2023

SUMMARY

This utility currently fails on FIPS enabled systems due to the use of md5. When calculating the md5s for the chunks usedforsecurity is set to false but not when doing the md5 of all the digests. This commit fixes that.

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

etag

ADDITIONAL INFORMATION

This utiliy currently fails on FIPS enabled systems due to the use of md5. When calculating the md5s for the chunks usedforsecurity is set to false but not when doing the md5 of all the digests.
Copy link
Contributor

Build succeeded.
https://ansible.softwarefactory-project.io/zuul/buildset/6d6f5c1a4cc24a588e9ed11c91e2dbc2

✔️ ansible-galaxy-importer SUCCESS in 8m 53s (non-voting)
✔️ build-ansible-collection SUCCESS in 18m 18s
✔️ ansible-test-splitter SUCCESS in 8m 18s
✔️ integration-community.aws-1 SUCCESS in 7m 35s
Skipped 21 jobs

Copy link
Contributor

Build succeeded.
https://ansible.softwarefactory-project.io/zuul/buildset/e3debeed5dd148b7894548227f801a99

ansible-galaxy-importer FAILURE in 5m 04s (non-voting)
✔️ build-ansible-collection SUCCESS in 15m 50s
✔️ ansible-test-splitter SUCCESS in 6m 13s
✔️ integration-community.aws-1 SUCCESS in 8m 07s
Skipped 21 jobs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant