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

Do not assume availability of hashing algorithms in hashlib #255

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

evgenyz
Copy link
Contributor

@evgenyz evgenyz commented Oct 4, 2024

Particular offender at this moment is 'md5', which is not available in FIPS build of Python.

See: https://issues.redhat.com/browse/RHEL-40367.

@evgenyz evgenyz force-pushed the fix-hashes-fips branch 2 times, most recently from c394c36 to 4d3d51e Compare October 4, 2024 12:25
@OpenSCAP OpenSCAP deleted a comment from pep8speaks Oct 4, 2024
@evgenyz evgenyz requested a review from jan-cerny October 4, 2024 13:20
Particular offender at this moment is 'md5', which is not available
in FIPS build of Python.
@OpenSCAP OpenSCAP deleted a comment from pep8speaks Oct 7, 2024
@scrutinizer-notifier
Copy link

The inspection completed: 1 new issues, 1 updated code elements

@evgenyz evgenyz requested a review from Mab879 October 7, 2024 16:36
@Mab879 Mab879 self-assigned this Oct 9, 2024
Copy link
Member

@Mab879 Mab879 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@Mab879 Mab879 merged commit 5f71100 into OpenSCAP:rhel9-branch Oct 14, 2024
2 checks passed
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.

3 participants