wolfssl: remove now deprecated compatibility code
authorPetr Štetiar <ynezz@true.cz>
Thu, 10 Dec 2020 15:00:02 +0000 (16:00 +0100)
committerPetr Štetiar <ynezz@true.cz>
Thu, 10 Dec 2020 16:14:45 +0000 (17:14 +0100)
commit8280140db9d121cb476335a7fa49de02a63fd9b5
tree8d63ef159ab3ddf703478eeea711e5e404acccd5
parentcee6791b362a1b778b6e0630433052bd819943f1
wolfssl: remove now deprecated compatibility code

Mainly that NO_X509_CHECK_HOST is causing certificate validation issues
in some setups:

 root@OpenWrt:/# wget https://www.google.com
 Downloading 'https://www.google.com'
 Connecting to 172.217.23.196:443
 Connection error: Server hostname does not match SSL certificate

but instead of spending time on fixing it, I've simply decided to remove
it as we're now on wolfSSL 4.5.0 and those symbols should be avaialable
so no symbol detection and handling should be needed anymore.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
CMakeLists.txt
ustream-io-wolfssl.c
ustream-openssl.c
ustream-ssl.c