Shrikant Temburwar

Results 7 issues of Shrikant Temburwar

we are trying to load the TPM engine using OpenSSL API as follows: ``` ENGINE_load_dynamic(); engine = ENGINE_by_id("dynamic"); if (engine == NULL) { LOG(LOG_ERROR, "Could not find external engine.\n"); goto...

Added support for sending TPM EK Certificate data as part of Device Mfg Info

Update CMakeLists.txt to create a static build

Signed-off-by: Shrikant Temburwar [[email protected]](mailto:[email protected])

* Add IPv6 support to CSDK * Add curl support for HTTP connection Signed-off-by: Shrikant Temburwar

- Updated DNS lookup functions to handle both IPv4 and IPv6 addresses. - Modified connection logic to support IPv6 addresses. - Enhanced IP address parsing to correctly handle IPv6 addresses...