-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TPM2.0 support ? #22
Comments
I have no hardware for this, but I agree that ECC keys would be sweet. |
If people are interested. I've start working on a PKCS#11 library for TPM 2.0. As the API for the TPM 2.0 is completely different from the TPM 1.0 it seems more logical to start from scratch instead of extending simple-tpm-pk11. The code is available at https://github.com/irtimmer/tpm2-utils |
@irtimmer very interested. Thank you for starting this! |
You don't need hardware. You can just use a software TPM for testing. Of course, if you don't have TPM 2.0 hardware (or firmware TPMs) then you probably have no need for TPM 2.0 support. Cheers! |
Well...this issue seems stalled, and TMP 1.x was deprecated long time ago... |
Hi I was wondering if simple-tpm-pk11 currently supports tpm 2.0.
I just started to play around with my tpm and really like this simple-tpm-pk11 love that my private ssh rsa 2048 is stored within the tpm but it would be really cool to be able to implement some ECC keys.
The text was updated successfully, but these errors were encountered: