qq8512852

Results 11 comments of qq8512852

Sorry, I'm a little confused. My question is from commands(encrypt and decrypt demo with tpm2-tools) as follow: 1、tpm2_takeownership -o ownerpass -e endorsepass -l lockpass 2、tpm2_createprimary -A e -K objectpass -g...

> > In step 2, just make the key not have a password. You would need the endorsement password as well in step 2 which is missing. This is with...

> > > > > In step 2, just make the key not have a password. You would need the endorsement password as well in step 2 which is missing....

> The error seems to occur because the following code is not executed: > > ``` > #if OPENSSL_VERSION_NUMBER >= 0x10101000L > case NID_sm2: > tpmCurveId = TPM2_ECC_SM2_P256; > break;...

> > The error seems to occur because the following code is not executed: > > ``` > #if OPENSSL_VERSION_NUMBER >= 0x10101000L > case NID_sm2: > tpmCurveId = TPM2_ECC_SM2_P256; >...

> With openssl version : 1.1.1k NID_sm2 should be defined. Could you please check whether the correct h file is included. > > ``` > cd tpm2-tss > gcc -M...

> Could you please check whether: > > ``` > #if OPENSSL_VERSION_NUMBER >= 0x10101000L > case NID_sm2: > tpmCurveId = TPM2_ECC_SM2_P256; > break; > #endif > ``` > > is...

> You can, with a proper toolchain. Check the GN buld files on how to set a toolchain using the sysroot of your linux device. Hi stlevkov, I tried to...

> Hi, There are two options to compile it for 32 bit: > > * Compile directly on the target machine (you would need all of the libraries like avahi,...