tpm2-pkcs11 icon indicating copy to clipboard operation
tpm2-pkcs11 copied to clipboard

is it possible to build a windows version ?

Open AlbertG123 opened this issue 1 year ago • 1 comments

hi, is it possible to build a windows version? so I want to build app -> app will invoke pkcs11 interface ->pkcs11 is based on local TPM2.0. or I can build a linux version and deploy it as a Linux server tool. and my windows app should connect to Linux server to use the pkcs11 interface ?

AlbertG123 avatar Jul 14 '22 14:07 AlbertG123

hi, is it possible to build a windows version? so I want to build app -> app will invoke pkcs11 interface ->pkcs11 is based on local TPM2.0.

Yes it should be feasible, you may need to do some work on porting the lockfile logic db.c to windows filesystem C api's.

or I can build a linux version and deploy it as a Linux server tool. and my windows app should connect to Linux server to use the pkcs11 interface ?

I'm not really sure what that a Linux server tool is, but that seems like overkill compared to just porting the lockfile logic.

williamcroberts avatar Jul 14 '22 15:07 williamcroberts