Skip to content

Use SHA256 for RPM digest#14269

Merged
NikolaMilosavljevic merged 1 commit intodotnet:mainfrom
NikolaMilosavljevic:rpm-digest
Dec 8, 2023
Merged

Use SHA256 for RPM digest#14269
NikolaMilosavljevic merged 1 commit intodotnet:mainfrom
NikolaMilosavljevic:rpm-digest

Conversation

@NikolaMilosavljevic
Copy link
Member

Fixes: dotnet/runtime#95759

FIPS compliance blocks installation of RPM packages that use MD5 digest algorithm. We use fpm tool which defaults to MD5 digests. The fix is to specify SHA256 instead.

This is the same fix that was made by many other RPM package owners, for instance: https://github.com/influxdata/telegraf

Similar fixes are needed in aspnetcore and installer repos.

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.

.NET RPM packages are failing FIPS verification

2 participants