mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-12-24 17:41:01 +03:00
Made support for the max_fragment_length extension configurable
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user