Current Support for OpenSSL Engine/Provider Integration in MQTT Client #3624
-
|
Hello! I'm seeking clarification regarding the current architectural possibilities for client authentication (mutual TLS) within the MQTT client functionality of the aws-sdk-cpp when connecting to AWS IoT Core. The context is environments where the client's private key is stored securely in a TEE and is therefore not accessible as a standard PEM file on the local disk (neither via PKCS#11) In typical C/C++ applications using OpenSSL for TLS, the solution for this involves:
The goal is to understand if the architecture already permits this kind of secure key management without requiring the key to be physically present as a file. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
|
Hi. Thank you for your question. The aws-sdk-cpp does not expose an MQTT client, are you referring to AWS IoT Device SDK for C++ v2? |
Beta Was this translation helpful? Give feedback.
-
|
Yes, linked repo is the correct place for that question. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks! |
Beta Was this translation helpful? Give feedback.
-
|
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Hi. Thank you for your question. The aws-sdk-cpp does not expose an MQTT client, are you referring to AWS IoT Device SDK for C++ v2?