1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-27 13:04:41 +03:00

Update axTLS to 139914f

- Fix occasional software WDT due to lengthy bigint operations
- Implement truly blocking reads as a workaround for half-duplex nature of axTLS
This commit is contained in:
Ivan Grokhotkov
2016-05-10 23:34:33 +08:00
parent 082a4865fc
commit e8b8a606e4
3 changed files with 6 additions and 1 deletions

View File

@@ -85,6 +85,7 @@ typedef struct SSL_ SSL;
#define SSL_DISPLAY_CERTS 0x00200000
#define SSL_DISPLAY_RSA 0x00400000
#define SSL_CONNECT_IN_PARTS 0x00800000
#define SSL_READ_BLOCKING 0x01000000
/* errors that can be generated */
#define SSL_OK 0