mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-07 00:04:36 +03:00
Allow plain buffer size increase during handshake
This commit is contained in:
@@ -189,7 +189,7 @@ struct _SSL
|
||||
#endif
|
||||
#ifdef CONFIG_SSL_CERT_VERIFICATION
|
||||
X509_CTX *x509_ctx;
|
||||
bool can_increase_data_size;
|
||||
bool can_free_certificates;
|
||||
#endif
|
||||
uint8_t session_id[SSL_SESSION_ID_SIZE];
|
||||
uint8_t client_mac[SHA1_SIZE]; /* for HMAC verification */
|
||||
|
Reference in New Issue
Block a user