mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Added SNI ( https://en.wikipedia.org/wiki/Server_Name_Indication ) support.
This commit is contained in:
@ -198,6 +198,7 @@ struct _SSL
|
||||
uint8_t read_sequence[8]; /* 64 bit sequence number */
|
||||
uint8_t write_sequence[8]; /* 64 bit sequence number */
|
||||
uint8_t hmac_header[SSL_RECORD_SIZE]; /* rx hmac */
|
||||
const char host_name[255]; /* Needed for the SNI support */
|
||||
};
|
||||
|
||||
typedef struct _SSL SSL;
|
||||
|
Reference in New Issue
Block a user