wifidog: Change to use TLS above 1.0 8716/head
authorRosen Penev <rosenp@gmail.com>
Sun, 26 Aug 2018 04:13:34 +0000 (21:13 -0700)
committerRosen Penev <rosenp@gmail.com>
Thu, 18 Apr 2019 17:57:25 +0000 (10:57 -0700)
commit2a85006ab40a5f90ab0f004779d2fedb2bb8d1ce
treedd8cd066d55de802695cdecd8a39237b455073fb
parentc9aedd9a56bed5a6c1feb4f921a88991364890d7
wifidog: Change to use TLS above 1.0

This should fix compilation as wolfSSL currently does not define
wolfTLSv1_client_method. And as the comment suggests, this is only TLS 1,
not 1.0 and above.

SSLv23 is TLS 1.1 and above as currently configured in the wolfssl package

Signed-off-by: Rosen Penev <rosenp@gmail.com>
net/wifidog/Makefile
net/wifidog/patches/010-use-tls-above-1.patch [new file with mode: 0644]