Skip to content

md5 FIPS fix, usedforsecurity=False#906

Closed
tkuraku wants to merge 1 commit intoEttusResearch:masterfrom
tkuraku:fips_fix
Closed

md5 FIPS fix, usedforsecurity=False#906
tkuraku wants to merge 1 commit intoEttusResearch:masterfrom
tkuraku:fips_fix

Conversation

@tkuraku
Copy link
Copy Markdown
Contributor

@tkuraku tkuraku commented Feb 6, 2026

when running UHD on a linux system in FIPS mode the python md5 throws an error because it is not deemed secure. This fixes that by adding the usedforsecurity=False option to the md5 method call.

I got this specific fix from this other open source project that had the same issue:

ecmwf/cfgrib#383

This resolves the issue and lets me build as expected on a FIPS mode system.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Feb 6, 2026

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@tkuraku
Copy link
Copy Markdown
Contributor Author

tkuraku commented Feb 6, 2026

I have read the CLA Document and I hereby sign the CLA

@tkuraku
Copy link
Copy Markdown
Contributor Author

tkuraku commented Feb 6, 2026

recheck

@mbr0wn
Copy link
Copy Markdown
Contributor

mbr0wn commented Feb 20, 2026

Thanks -- this looks great.

@joergho joergho closed this Feb 25, 2026
@github-actions github-actions bot locked and limited conversation to collaborators Feb 25, 2026
@joergho
Copy link
Copy Markdown
Contributor

joergho commented Feb 27, 2026

The change is now in master: c7adee3

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants