Made support for the max_fragment_length extension configurable
This commit is contained in:
parent
9f3478a37d
commit
05decb24c3
7 changed files with 62 additions and 6 deletions
|
@ -528,6 +528,15 @@
|
|||
*/
|
||||
#define POLARSSL_SSL_SRV_SUPPORT_SSLV2_CLIENT_HELLO
|
||||
|
||||
/**
|
||||
* \def POLARSSL_SSL_MAX_FRAGMENT_LENGTH
|
||||
*
|
||||
* Enable support for RFC 6066 max_fragment_length extension in SSL
|
||||
*
|
||||
* Comment this macro to disable support for the max_fragment_length extension
|
||||
*/
|
||||
#define POLARSSL_SSL_MAX_FRAGMENT_LENGTH
|
||||
|
||||
/**
|
||||
* \def POLARSSL_SSL_SESSION_TICKETS
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue