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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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]>
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)
2 participants