Private Key support from TPM Hardware for Aws Iot and Mqtt connection #675
-
We need an information from
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Any update |
Beta Was this translation helpful? Give feedback.
-
On Linux, tpm support is via pkcs11: https://github.com/awslabs/aws-crt-cpp/blob/v0.26.1/include/aws/crt/io/TlsOptions.h#L95-L106 Both of these features have been available for the last two years or so. |
Beta Was this translation helpful? Give feedback.
-
I gone through the URL and we do not need like below. • This all are specifying the private key externally. We need that AWS sdk should directly read the private key from TPM instead of providing externally. |
Beta Was this translation helpful? Give feedback.
Following up,
Looked into this further and I wasn't fully accurate with the "one specific way to use TPMs." Internally, the C implementation also supports Parsec via this commit.
This support is only bound out in Java: awslabs/aws-crt-java@35813b7
If this functionality would be of interest to your C++ SDK usage, engage your AWS product/account contact with the details of your specific needs.