mbedtls: Fix setting allowed cipher suites master
authorHauke Mehrtens <hauke@hauke-m.de>
Mon, 21 May 2018 12:05:50 +0000 (14:05 +0200)
committerJohn Crispin <john@phrozen.org>
Tue, 22 May 2018 18:37:30 +0000 (20:37 +0200)
commit5322f9db23b69fdc2b4760a6cfd67848a11818a4
treea6a56f099a39bb19aa281095f4795efefcf9dd67
parente8a14691313d72bac27f9060bc536cf2ad23256b
mbedtls: Fix setting allowed cipher suites

The cipher suites should be set after the default settings are done,
otherwise the settings will be overwritten with the defaults later on
again.
Also make the list of supported cipher suites match what Chrome tries to
use.

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