Commit Graph

20 Commits

Author SHA1 Message Date
brentru
ae8a059e89 add verification for cert, freeup heap 2019-10-01 16:10:48 -04:00
brentru
beb3a98b05 removed ssl/tls handshake, replaced with one which honors ssl handshake timeout 2019-10-01 15:59:13 -04:00
brentru
e2761767e7 add loading/ for client key and certificate 2019-10-01 15:05:05 -04:00
brentru
4b30ab4284 print return code and more verbose errors, move things around to correspond with their logical steps 2019-10-01 14:44:49 -04:00
brentru
0b558d2ea3 move pers to h, add return code int 2019-10-01 14:22:13 -04:00
brentru
d7fb4c556e entropy init. incl. device-specific identifiers instead of NULL 2019-10-01 14:14:58 -04:00
brentru
f3cbd721cb add a handshake timeout, stop() should free the new clientCr and clientKey 2019-10-01 13:56:47 -04:00
brentru
ffbca9c1e3 add setCertificate, setPrivateKey, mbed headers 2019-10-01 13:42:09 -04:00
ladyada
6179c0981d fix missing set hostname for TLS, update to latest IDF, add debug (can remove later) 2019-02-16 22:54:41 -05:00
ladyada
9e76479a7e change pin to not conflict with boot, add some debugs 2019-02-10 14:32:56 -05:00
Sandeep Mistry
bd477c1d6b Fix DNS servers not sticking when static IP address is used 2018-11-13 09:07:53 -05:00
Martino Facchin
a1fbf4b2ce Move certificates to separate, mmapped partition 2018-10-04 11:33:32 -04:00
Sandeep Mistry
a75b35c6f8 Fixes for static IP's in STA + AP modes, fail on bad AP params (#3) 2018-10-03 11:03:26 -04:00
Sandeep Mistry
6c116be242 Switch to all channel scan when connecting to AP in STA mode
Default was fast scan.
2018-10-01 16:20:19 -04:00
Sandeep Mistry
c53863c01b Update license and name 2018-07-11 10:22:11 -04:00
Sandeep Mistry
1694b92f2f Add vTaskDelay to end of WiFiSSLClient::stop() 2018-06-28 13:00:28 +02:00
Sandeep Mistry
1acd9258d7 change default STA hostname to "arduino-XXYY" 2018-06-28 13:00:07 +02:00
Sandeep Mistry
4e2b214daf Call esp_wifi_stop() before connecting to AP 2018-06-28 12:59:52 +02:00
Sandeep Mistry
7d1d9647ec Use event info when handling SYSTEM_EVENT_STA_GOT_IP 2018-06-28 12:59:17 +02:00
Sandeep Mistry
48ebd39cfd Initial version 2018-06-28 12:55:29 +02:00