Re: [Openvpn-devel] [PATCH] Fix loading PKCS12 files on Windows

2021-10-07 Thread Lev Stipakov
Hi, > > Those are merged into the "master" branch, but not into "released". We > > could probably include those into the next 2.5 release? Otherwise > > they'll be part of 2.6. > > "You tell me". The probable performance impact should be a less issue for master, which in most cases will use dco

Re: [Openvpn-devel] [PATCH] Fix loading PKCS12 files on Windows

2021-10-06 Thread Gert Doering
Hi, On Wed, Oct 06, 2021 at 03:40:55PM +0300, Lev Stipakov wrote: > > Does that mean that CFG and Spectre protection are already included? > > Those are merged into the "master" branch, but not into "released". We > could probably include those into the next 2.5 release? Otherwise > they'll be

Re: [Openvpn-devel] [PATCH] Fix loading PKCS12 files on Windows

2021-10-06 Thread Lev Stipakov
Adding openvpn-devel. > Does that mean that CFG and Spectre protection are already included? Those are merged into the "master" branch, but not into "released". We could probably include those into the next 2.5 release? Otherwise they'll be part of 2.6. -Lev

[Openvpn-devel] [PATCH] Fix loading PKCS12 files on Windows

2021-10-06 Thread Lev Stipakov
From: Lev Stipakov Starting from 2.5.4 we have switched to MSVC builds, including dependencies such as OpenSSL. When we link with natively-built OpenSSL .DLLs (not cross compiled with MinGW), we are expected to include applink.c, which provides glue between OpenSSL BIO layer and compiler