wolfssl, openssl: use TLS 1.3, set ciphersuites
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Mon, 5 Aug 2019 20:07:47 +0000 (17:07 -0300)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 17 Aug 2019 13:36:10 +0000 (15:36 +0200)
commit7e9e269312ac67ce9706120f91739aeff73e2701
tree6ef22c51565a7eb5ee17ca7c43bbbe4532d09152
parent738e8d2489fc64f782affd1292388c66f6d69e82
wolfssl, openssl: use TLS 1.3, set ciphersuites

For wolfssl, instead of hard-coding TLS 1.2, use generic method and
disable older protocols, adding the necessary ciphersuites.

Openssl already had TLS 1.3 compatiblity, but its ciphersuite ordering
needs a separate call, so this sets the ciphersuite preference when
using TLS 1.3.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
ustream-openssl.c