Skip to content

Commit

Permalink
Remove deprecated option from default_algorithms
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
wxleong authored and AndreasFuchsTPM committed Oct 10, 2024
1 parent 766505b commit 3d01024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openssl.conf.sample
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tpm2tss = tpm2tss_section
[tpm2tss_section]
engine_id = tpm2tss
dynamic_path = /usr/lib/engines-1.1/libtpm2tss.so
default_algorithms = RSA,ECDSA
default_algorithms = RSA
init = 1
#SET_TCTI = <TCTI_options>
#SET_OWNERAUTH = <could_set_password_here, but then it's readable>
Expand Down

0 comments on commit 3d01024

Please sign in to comment.