Browse Source

mbedtls: Activate the session cache

This make sit possible to store informations about a session and reuse
it later. When used by a server it increases the time to create a new
TLS session from about 1 second to less than 0.1 seconds.

The size of the ipkg file increased by about 800 Bytes.

Signed-off-by: Hauke Mehrtens <[email protected]>
Hauke Mehrtens 7 years ago
parent
commit
f2c8f6dc32
1 changed files with 0 additions and 10 deletions
  1. 0 10
      package/libs/mbedtls/patches/200-config.patch

+ 0 - 10
package/libs/mbedtls/patches/200-config.patch

@@ -222,16 +222,6 @@
  
  /**
   * \def MBEDTLS_RSA_C
-@@ -2483,8 +2483,8 @@
-  * Caller:
-  *
-  * Requires: MBEDTLS_SSL_CACHE_C
-- */
- #define MBEDTLS_SSL_CACHE_C
-+ */
- 
- /**
-  * \def MBEDTLS_SSL_COOKIE_C
 @@ -2505,8 +2505,8 @@
   * Caller:
   *