You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After #2099 closed we now have these setups for rpm:
Sha1/Sha256 digest for header
Sha256 digest for payload
Sha512 signature for both header and payload
This requires us to generate the RPM on rpm 4.12+ available machine, and #2113 fix that one already.
Next step is to add testing once the signing workflow is updated to be able to sign staging RPMs.
We need:
Exchange the RPM validation docker image from centos7 to a rockylinux8 based FIPS enabled machine, require new dockerfile and more research on how to enable FIPS on a docker image
Add test cases in RPM validation for these checks with rpm -K -v <>.
Thanks.
The text was updated successfully, but these errors were encountered:
After #2099 closed we now have these setups for rpm:
This requires us to generate the RPM on rpm 4.12+ available machine, and #2113 fix that one already.
Next step is to add testing once the signing workflow is updated to be able to sign staging RPMs.
We need:
rpm -K -v <>
.Thanks.
The text was updated successfully, but these errors were encountered: