openvpn: update to 2.5.3

Fix a possible security issue with OpenSSL config autoloading on Windows (CVE-2021-3606).
Include a number of small improvements and bug fixes.

remove upstreamed: 115-fix-mbedtls-without-renegotiation.patch

Signed-off-by: Ivan Pavlov <AuthorReflex@gmail.com>
This commit is contained in:
Ivan Pavlov
2021-06-18 10:10:57 +03:00
committed by Polynomdivision
parent f7432ce19a
commit fcc41104e4
4 changed files with 5 additions and 50 deletions

View File

@@ -1,6 +1,6 @@
--- a/src/openvpn/ssl_mbedtls.c
+++ b/src/openvpn/ssl_mbedtls.c
@@ -1535,7 +1535,7 @@ const char *
@@ -1538,7 +1538,7 @@ const char *
get_ssl_library_version(void)
{
static char mbedtls_version[30];