skopeo
skopeo copied to clipboard
UNTESTED DO NOT MERGE: Update for golang-fips API changes
Trying to see what a fix for the Packit-reported failures (as in https://github.com/containers/skopeo/pull/2297#issuecomment-2059524991 ) would look like.
@lsm5 does this build on all distributions we care about for the main branch of our products?
This passes libtrust tests on macOS, I need to also test this with the OpenSSl backend.
Ephemeral COPR build failed. @containers/packit-build please check.
From a quick analysis, the ecdsa.HashSign function referred to in https://github.com/containers/skopeo/pull/2297#issuecomment-2059577517 seems not to be public.
For reference, a (private) conversation motivating FIPS variant: https://bugzilla.redhat.com/show_bug.cgi?id=1740920 .
sorry about the delay. my github notifications were messed up. I'll look into this today.
Follow https://github.com/containers/libtrust/pull/8 for current progress on these build failures.
This was fixed in golang-fips, culminating in https://github.com/containers/libtrust/pull/8 .