intel-iot-devkit / meta-iot-cloud

OpenEmbedded layer to add support for multiple cloud IoT services including Microsoft Azure & Google Cloud Platform.
MIT License
69 stars 81 forks source link

Fix openssl 3.x compatibility #109

Closed hongxu-jia closed 2 years ago

hongxu-jia commented 2 years ago

For azure-c-shared-utility, upstream don't support OpenSSL 3.0. at the moment [1], we have to workaround it by still using deprecated functions in openssl 3.x

[1] https://github.com/Azure/azure-c-shared-utility/issues/565