You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using
openssl 3.0.2
TPM2-OPENSSL
ibmtpm -1682
tpm2-abrmd
i have also posted same question in tpm2-tss, as i don't know where to put it exactly, as error belongs to tpm2-tss.
i am trying integrate tpm2 with librdkafka, trying to use tpm2 generated private keys and certificate for mTLS of kafka on the client side.
steps i followed :
While running the above compiled code, gets the error "write_all: failed to write to ostream: Error sending data: Broken pipe" on abrmd and "tpm2::cannot sign: 722 tpm:parameter(2):unsupported or incompatible scheme" on tpm2
Am i following correct steps? is anything wrong? please help me to overcome this error.
The text was updated successfully, but these errors were encountered:
I am using
openssl 3.0.2
TPM2-OPENSSL
ibmtpm -1682
tpm2-abrmd
i have also posted same question in tpm2-tss, as i don't know where to put it exactly, as error belongs to tpm2-tss.
i am trying integrate tpm2 with librdkafka, trying to use tpm2 generated private keys and certificate for mTLS of kafka on the client side.
steps i followed :
brief code of SSLHandShake.cpp
While running the above compiled code, gets the error "write_all: failed to write to ostream: Error sending data: Broken pipe" on abrmd and "tpm2::cannot sign: 722 tpm:parameter(2):unsupported or incompatible scheme" on tpm2
Am i following correct steps? is anything wrong? please help me to overcome this error.
The text was updated successfully, but these errors were encountered: