wifidog: Change to use TLS above 1.0
authorRosen Penev <rosenp@gmail.com>
Sun, 26 Aug 2018 04:13:34 +0000 (21:13 -0700)
committerYousong Zhou <yszhou4tech@gmail.com>
Wed, 10 Oct 2018 01:52:44 +0000 (09:52 +0800)
commit5a610ab565f06aa3cdf4de6a6557f1ed3e802d4d
treee611ffc70a6015f220f6259be92872b8aaad1125
parent79c5c78115443df7c26b643aca38e4679950a6ab
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]