mirror of
https://github.com/esp8266/Arduino.git
synced 2025-10-16 22:27:59 +03:00
* SNI added
* Some non-C sample code updated. git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@271 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
This commit is contained in:
committed by
Ivan Grokhotkov
parent
a68324f17c
commit
425067abe6
@@ -173,9 +173,12 @@ typedef struct
|
||||
uint8_t key_block_generated;
|
||||
} DISPOSABLE_CTX;
|
||||
|
||||
typedef struct {
|
||||
typedef struct
|
||||
{
|
||||
char *host_name; /* Needed for the SNI support */
|
||||
uint16_t max_fragment_size; /* Needed for the Max Fragment Size Extension. Allowed values: 2^9, 2^10 .. 2^14 */
|
||||
/* Needed for the Max Fragment Size Extension.
|
||||
Allowed values: 2^9, 2^10 .. 2^14 */
|
||||
uint16_t max_fragment_size;
|
||||
} SSL_EXTENSIONS;
|
||||
|
||||
struct _SSL
|
||||
|
Reference in New Issue
Block a user