aws / aws-iot-device-sdk-embedded-C

SDK for connecting to AWS IoT from a device using embedded C.
MIT License
974 stars 622 forks source link

OpenSSL 3.X support #1886

Closed nawata-akihiro closed 9 months ago

nawata-akihiro commented 9 months ago

As you know, OpenSSL 1.1.1 is EOL.

Does anyone have any information on wheter aws-iot-devece-sdk-embedded-C works with OpenSSL3.X ?

chinglee-iot commented 9 months ago

Hi @nawata-akihiro

From the OpenSSL migration guide, most of the demos built with OpenSSL 1.1.1 should work with OpenSSL 3.x.

It is the intention that the large majority of applications will work unchanged with OpenSSL 3.0 if those applications previously worked with OpenSSL 1.1.1.

Please feedback if you have any problem using aws-iot-device-sdk-embedded-C with OpenSSL 3.x. We will discuss with you here.

chinglee-iot commented 9 months ago

Close this issue first. Feel free to reopen this issue if you have any problem using this SDK with OpenSSL3.X.