openssl, wolfssl: match mbedTLS ciphersuite list
authorEneas U de Queiroz via openwrt-devel <openwrt-devel@lists.openwrt.org>
Fri, 27 Jul 2018 19:11:36 +0000 (19:11 +0000)
committerJohn Crispin <john@phrozen.org>
Mon, 30 Jul 2018 06:16:10 +0000 (08:16 +0200)
commit23a3f2830341acd1db149175baf7315a33bd0edb
tree3ae0b2908b2cdec74faa79128efb3e9f39036ed0
parent450ada04ce09da14e56a0d8ac170db868d3e26fb
openssl, wolfssl: match mbedTLS ciphersuite list

The sender domain has a DMARC Reject/Quarantine policy which disallows
sending mailing list messages using the original "From" header.

To mitigate this problem, the original message has been wrapped
automatically by the mailing list software.
Use the same ciphersuite list as mbedTLS.
wolfssl was not honoring setting the minimum protocol with
SSL_CTX_set_options, so we must use TLSv1_2_server_method.

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