Anonymous
Not applicable
Jun 26, 2016
01:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jun 26, 2016
01:48 AM
Hi,
We are developing firmware for Adafruit Wiced Feather https://www.adafruit.com/product/3056 to connect to AWS IOT. Everything works well, except when Identity is not used (private key & device certificate are not set) much like connecting to Server verification only. Wiced got hanged by ssl_write_certificate() by SSL binary Library probably writing to some NULL pointer. I know Identity should be set but we have no control over what user write, sdk should return an ERROR_TLS_ something instead.
Labels
- Labels:
-
AWS
2 Replies
Jun 26, 2016
07:48 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jun 26, 2016
07:48 PM
Thnx for letting us know, we will fix this in the SDK
Jun 27, 2016
09:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jun 27, 2016
09:33 AM
Thanks vik86
would you confirm this is an bug indeed, or it is just me ??