aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/openvpn/patches/300-mbedtls_dont_use_deprecated_sha256_function.patch
Commit message (Collapse)AuthorAgeFilesLines
* openvpn: update to 2.4.5Magnus Kroken2018-03-091-11/+0
| | | | | Signed-off-by: Magnus Kroken <mkroken@gmail.com> Tested-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
* openvpn: fix interface with mbedtls_sha256Russell Senior2018-02-171-0/+11
Between mbedtls 2.6.0 and 2.7.0, the void returning mbedtls_MODULE* functions were deprecated in favor of functions returning an int error code. Use the new function mbedtls_sha256_ret(). Signed-off-by: Russell Senior <russell@personaltelco.net> Tested-by: Koen Vandeputte <koen.vandeputte@ncentric.com>