Skip to content

Commit 3d01024

Browse files
wxleongAndreasFuchsTPM
authored andcommitted
Remove deprecated option from default_algorithms
The option "ECDSA" has been removed since OpenSSL_1_1_0-pre1. Remove it to prevent parser from failing. Signed-off-by: wenxin.leong <wenxin.leong@infineon.com>
1 parent 766505b commit 3d01024

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openssl.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tpm2tss = tpm2tss_section
99
[tpm2tss_section]
1010
engine_id = tpm2tss
1111
dynamic_path = /usr/lib/engines-1.1/libtpm2tss.so
12-
default_algorithms = RSA,ECDSA
12+
default_algorithms = RSA
1313
init = 1
1414
#SET_TCTI = <TCTI_options>
1515
#SET_OWNERAUTH = <could_set_password_here, but then it's readable>

0 commit comments

Comments
 (0)