This activates the TLS session cache in mbedtls and makes use of it in ustream-ssl. The browser can now reuse the cryptographic data from a previous handshake which makes the subsequent handshake much faster. This is a backport from master.
Hauke Mehrtens (2): mbedtls: update mbedtls to version 2.7.3 mbedtls: Activate the session cache John Crispin (2): ustream-ssl: update to latest git HEAD ustream-ssl: update to latest git HEAD package/libs/mbedtls/Makefile | 6 +++--- package/libs/mbedtls/patches/200-config.patch | 10 ---------- package/libs/mbedtls/patches/300-soversion-compatibility.patch | 8 ++++---- package/libs/ustream-ssl/Makefile | 8 ++++---- 4 files changed, 11 insertions(+), 21 deletions(-) -- 2.11.0 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/listinfo/openwrt-devel
