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

Use additional OpensslCredentials_t parameter for hostname checking. #1819

Open archigup opened 1 year ago

archigup commented 1 year ago

This will allow demos to disable hostname checking, allowing them to be used with Greengrass or other endpoints that do not have the hostname in their certificate subject.

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