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

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

Add mbedtls to support shadow demo #1853

Closed zhangzz0413 closed 1 year ago

zhangzz0413 commented 1 year ago

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.

dachalco commented 1 year ago

Hey @zhangzz0413

Thanks, this looks great so far. Left a few comments. I'll lint it, fixing the style errors. Can you detail how it was tested and the results? Noticed the relatively large addition of pkcs11_operations.c. We may need to adjust our automated tests to define SSL_USED_MBEDTLS so it can exercise the new code going forward.