aws / aws-iot-device-sdk-cpp

SDK for connecting to AWS IoT from a device using C++
http://aws-iot-device-sdk-cpp-docs.s3-website-us-east-1.amazonaws.com
Apache License 2.0
123 stars 111 forks source link

Ip v6 #117

Closed Fischiii closed 5 years ago

Fischiii commented 6 years ago

Added support for IPv6 in OpenSSL connection. The Connection is being established in IPv6, if that fails a fallback to IPv4 is done.

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

justinboswell commented 5 years ago

I pulled this PR and ran the tests, all passed.