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

Remove deprecated value from openssl.conf.sample > default_algorithms #265

Merged
merged 1 commit into from
Oct 10, 2024

Conversation

wxleong
Copy link
Member

@wxleong wxleong commented Nov 21, 2022

In openssl.conf.sample, the value ECDSA has been removed since OpenSSL_1_1_0-pre1 in this commit.

It seems harmless, but if the parser encountered an invalid option, it will exit silently. Meaning, everything come after the line default_algorithms = RSA,ECDSA are ignored.

On top of that, since the tss engine is not using the ENGINE_set_ECDSA() approach, hence it is safe to remove the value from default_algorithms.

This PR is to address issue #260

Signed-off-by: wenxin.leong [email protected]

Resolves #260

The option "ECDSA" has been removed since OpenSSL_1_1_0-pre1. Remove it to prevent parser from failing.

Signed-off-by: wenxin.leong <[email protected]>
@AndreasFuchsTPM AndreasFuchsTPM merged commit 3d01024 into tpm2-software:master Oct 10, 2024
12 checks passed
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.

openssl.conf.sample is not working as intended (since OpenSSL_1_1_0-pre1)
3 participants