mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-09 11:14:26 +02:00
Restore config.h defaults
We want those changes only in config/baremetal.h, not in the default config.
This commit is contained in:
@@ -1668,7 +1668,7 @@
|
||||
*
|
||||
* Comment this macro to disable support for SSL session tickets
|
||||
*/
|
||||
//#define MBEDTLS_SSL_SESSION_TICKETS
|
||||
#define MBEDTLS_SSL_SESSION_TICKETS
|
||||
|
||||
/**
|
||||
* \def MBEDTLS_SSL_NO_SESSION_CACHE
|
||||
@@ -1687,7 +1687,7 @@
|
||||
*
|
||||
* Uncomment this macro to disable support for SSL session cache
|
||||
*/
|
||||
#define MBEDTLS_SSL_NO_SESSION_CACHE
|
||||
//#define MBEDTLS_SSL_NO_SESSION_CACHE
|
||||
|
||||
/**
|
||||
* \def MBEDTLS_SSL_NO_SESSION_RESUMPTION
|
||||
@@ -1717,7 +1717,7 @@
|
||||
*
|
||||
* Uncomment this macro to disable support for SSL session resumption
|
||||
*/
|
||||
#define MBEDTLS_SSL_NO_SESSION_RESUMPTION
|
||||
//#define MBEDTLS_SSL_NO_SESSION_RESUMPTION
|
||||
|
||||
/**
|
||||
* \def MBEDTLS_SSL_EXPORT_KEYS
|
||||
|
||||
Reference in New Issue
Block a user