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:
@@ -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
|
||||
|
Reference in New Issue
Block a user