SAO-kirito-asuna

Results 28 comments of SAO-kirito-asuna

'RSAKey' is defined in 'Poco/Crypto/RSAKey.h'.

The version of openssl is 1.1.1q.The version of Poco is 1.11.1.

Thanks for your information.I work on Esys api.Now I succeed to convert rsa public key to pem and read the pem data of public key by using openssl.However,when I call...

Does it mean that it's impossible to use RSA_verify to verify the signature generated by TPM such as Esys_Sign,Esys_Quote or Esys_Certify?If I use RSA_sign to get the signature,how do I...

What kind of padding scheme is used in Esys_Sign?I use RSA_ verify to verify the signature generated by Esys_Sign and I get the error:0407008A:rsa routines:RSA_padding_check_PKCS1_type_1:invalid padding.I don't find the description...

It works when the padding scheme is RSA_PKCS1_PSS_PADDING.Thanks for your help!

I create a primary key and its nameAlg is TPM2_ALG_SHA256.I use the Esys_ReadPublic to get the name.Now I wonder why the size of the name is 34.It should be 32...

Thanks for your suggestion.I want to store a external certificate in TPM.Are there any requirements for the format of the certificate?Should I use ESYS_CreatePrimary to create the sealed data of...

I make a program and succeed to use Esys_EvictControl to get a persistent handle.Then I copy the program to the other computer and try to use Esys_EvictControl.It return error:Received a...

By the way,the former is desktop,the latter is laptop.I try several laptops and all failed.