openvpn: enable using wolfSSL cryptographic API engine

Support for wolfSSL has been upstreamed to the master OpenVPN branch
in f6dca235ae560597a0763f0c98fcc9130b80ccf4 so we can use wolfSSL
directly in OpenVPN. So no more needed differnt SSL engine for OpenVPN
in systems based on wolfSSL library
Compiled && tested on ramips/mt7620, ramips/mt7621

Signed-off-by: Ivan Pavlov <AuthorReflex@gmail.com>
This commit is contained in:
Ivan Pavlov
2021-05-05 18:12:35 +03:00
parent 7436d944fa
commit 1813c82ff3
5 changed files with 265 additions and 2 deletions

View File

@@ -7,4 +7,7 @@ case "$1" in
"openvpn-openssl")
openvpn --version | grep "$2.*SSL (OpenSSL)"
;;
"openvpn-wolfssl")
openvpn --version | grep "$2.*SSL (OpenSSL)"
;;
esac