wifidog: make it compile again with recent version of WolfSSL
authorChristian Marangi <ansuelsmth@gmail.com>
Thu, 14 Dec 2023 15:14:58 +0000 (16:14 +0100)
committerRosen Penev <rosenp@gmail.com>
Sat, 8 Jun 2024 19:57:47 +0000 (12:57 -0700)
commitc08deef2b085e100e1be40f289ab99e03afbacdc
tree36635c3732bc001c60f491b91e3f1a3f9cc62735
parent1e6a030d690d070945c785e23b7d445248f4aba3
wifidog: make it compile again with recent version of WolfSSL

Recent version of WolfSSL dropped CyaSSL shims and made the package not
compilable. Converting it to the WolfSSL library is simple enough as the
API used are very basic and can be converted directly. Add patch that
fully convert the package to WolfSSL and doesn't use the compat shim
anymore.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit b38e3cd257b3db79897d7ae7c9976af1d57f29b3)
net/wifidog/Makefile
net/wifidog/patches/010-simple_http-Convert-to-WolfSSL.patch [new file with mode: 0644]
net/wifidog/patches/010-use-tls-above-1.patch [deleted file]
net/wifidog/patches/011-use-tls-above-1.patch [new file with mode: 0644]
net/wifidog/patches/030-wolfssl-options.patch [deleted file]