Closed xnox closed 1 year ago
Ensure that install-exec-hook produces correct .hmac files, and that one can execute sha512hmac and fipshmac binaries with a forced FIPS self-check.
This functionality regressed when moving binaries from /usr/bin to /usr/libexec/libkcapi location, and switching from hardlinks to symbolic links.
observe that freshly installed build, when executing:
KCAPI_HASHER_FORCE_FIPS=1 /usr/libexec/libkcapi/fipshmac /bin/true
fails in the workflows.
Applied, thanks
Ensure that install-exec-hook produces correct .hmac files, and that one can execute sha512hmac and fipshmac binaries with a forced FIPS self-check.
This functionality regressed when moving binaries from /usr/bin to /usr/libexec/libkcapi location, and switching from hardlinks to symbolic links.