ustream-ssl: mbedtls: use chacha-poly ciphersuites
authorEneas U de Queiroz <cote2004-github@yahoo.com>
Wed, 1 Aug 2018 13:59:13 +0000 (10:59 -0300)
committerFelix Fietkau <nbd@nbd.name>
Mon, 24 Jun 2019 14:29:27 +0000 (16:29 +0200)
commit738e8d2489fc64f782affd1292388c66f6d69e82
tree81df70afcb9b13dee3888fce7e9913467d1ea2b5
parent23a3f2830341acd1db149175baf7315a33bd0edb
ustream-ssl: mbedtls: use chacha-poly ciphersuites

These ciphersuites were added in mbedtls v2.12.0,
so we may add them to the ustream-ssl ciphersuite list.
They were already part of the list for openssl and wolfssl.
Chacha20-Poly1305 is a 256-bit cipher with AEAD, much faster than AES on
CPUs without special AES instructions (the case for most embedded
chips).

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
ustream-mbedtls.c