1
0
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:
Ivan Grokhotkov
2016-04-19 09:30:50 +03:00
parent 3fdea2885d
commit 69c757f2a3
3 changed files with 25 additions and 25 deletions

View File

@@ -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 */