aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/openvpn/patches/100-mbedtls-disable-runtime-version-check.patch
Commit message (Collapse)AuthorAgeFilesLines
* OpenVPN: Update to 2.4.1Daniel Engberg2017-04-121-1/+1
| | | | | | | | | Update OpenVPN to 2.4.1 Remove 200-small_build_enable_occ.patch as it's included upstream. Refresh patches Add mirror and switch to HTTPS Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* openvpn: update to 2.4_rc2Magnus Kroken2016-12-221-0/+11
OpenVPN 2.4 builds with mbedTLS 2.x, rename openvpn-polarssl variant to openvpn-mbedtls. Some feature highlights: * Data channel cipher negotiation * AEAD cipher support for data channel encryption (currently only * AES-GCM) * ECDH key exchange for control channel * LZ4 compression support See https://github.com/OpenVPN/openvpn/blob/master/Changes.rst for additional change notes. Signed-off-by: Magnus Kroken <mkroken@gmail.com>