mbedtls: Add support for a session cache
authorHauke Mehrtens <hauke@hauke-m.de>
Mon, 21 May 2018 12:02:44 +0000 (14:02 +0200)
committerJohn Crispin <john@phrozen.org>
Tue, 22 May 2018 18:37:16 +0000 (20:37 +0200)
This allows the client to reuse the settings from a previous session and
no full key exchange is needed.
The partially key exchange takes less than 0.1 seconds compared to over
a second needed for a full key exchange.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>

No differences found