Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

swtpm: Check whether SHA1 signature support is disabled in profile #897

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

stefanberger
Copy link
Owner

To avoid setting the environment variable OPENSSL_ENABLE_SHA1_SIGNATURES check whether SHA1 signature support is disabled in the TPM 2 profile. It is disabled if either 'fips-host' or the pair 'no-sha1-signing' and 'no-sha1-verification' are found among the enabled attributes.

To avoid setting the environment variable OPENSSL_ENABLE_SHA1_SIGNATURES
check whether SHA1 signature support is disabled in the TPM 2 profile.
It is disabled if either 'fips-host' or the pair 'no-sha1-signing' and
'no-sha1-verification' are found among the enabled attributes.

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
@stefanberger stefanberger force-pushed the stefanberger/disable_sha1_signatures branch from 34e0eea to 0aee2f6 Compare September 3, 2024 17:16
@stefanberger stefanberger merged commit d496df1 into master Sep 3, 2024
4 of 5 checks passed
@stefanberger stefanberger deleted the stefanberger/disable_sha1_signatures branch September 3, 2024 18:34
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.

1 participant