arduino-esp32/libraries
copercini e30447449f WiFiSecureClient fixes and improvements (#255)
* Add CA certificate in example

SHA1 fingerprint is broken now: more info: https://shattered.io

* Best error handling

When occur an error in WiFiClientSecure library just return the error message
and clean the context avoiding crash - fix for https://github.com/espressif/arduino-esp32/issues/211

Translate MbedTLS error codes in messages for best understanding

* Declarate certificates as const

mbedtls_pk_parse_key needs a const unsigned char * certificate. In old implementation the certificate was declarated as char * so first it converts to unsigned and after to const.

When we convert signed to unsigned it may result in a +1 larger output.

Fix issue https://github.com/espressif/arduino-esp32/issues/223
2017-03-10 15:52:50 +01:00
..
ESP32 Update RepeatTimer example 2017-02-20 15:08:11 +02:00
FS Add FS, SD and SD_MMC (#256) 2017-03-10 15:25:38 +01:00
Preferences Refactoring EPS32NVS library to Preferences library (#199) 2017-02-12 00:08:22 +02:00
SD Add FS, SD and SD_MMC (#256) 2017-03-10 15:25:38 +01:00
SD_MMC Add FS, SD and SD_MMC (#256) 2017-03-10 15:25:38 +01:00
SimpleBLE Major IDF and Arduino Update 2017-02-23 01:11:57 +02:00
SPI Add helper for sending 16bit color buffers 2017-02-14 11:58:04 +02:00
WiFi Flush client with single call to available 2017-03-03 14:56:18 +02:00
WiFiClientSecure WiFiSecureClient fixes and improvements (#255) 2017-03-10 15:52:50 +01:00
Wire Hopefully fix I2C/Wire 2016-12-14 02:41:22 +02:00