Hi,
I've submitted PR to vcpkg's openssl port:
https://github.com/microsoft/vcpkg/pull/21540
With that PR merged, we could specify proper location of config like
this (extracted from custom triplet):
set(OPENSSL_OPENSSLDIR "c:\\Program Files\\OpenVPN\\ssl")
set(OPENSSL_NO_INSTALL_SSLDIRS ON)
Hi,
On Fri, Nov 19, 2021 at 6:43 AM Lev Stipakov wrote:
> Hi,
>
> I've submitted PR to vcpkg's openssl port:
> https://github.com/microsoft/vcpkg/pull/21540
>
> With that PR merged, we could specify proper location of config like
> this (extracted from custom triplet):
>
> set(OPENSSL_OPENSSLD
Hi,
Here is what output of openssl.exe built with abovementioned patch on
my machine:
c:\Users\lev\Projects\vcpkg\packages\openssl_x64-windows-ovpn\tools\openssl>openssl.exe
version -a
OpenSSL 1.1.1l 24 Aug 2021
built on: Fri Nov 19 09:43:38 2021 UTC
platform: VC-WIN64A
options: bn(64,64) rc4(1
Hi
On Fri, Nov 19, 2021 at 11:16 AM Lev Stipakov wrote:
> Hi,
>
> Here is what output of openssl.exe built with abovementioned patch on
> my machine:
>
>
> c:\Users\lev\Projects\vcpkg\packages\openssl_x64-windows-ovpn\tools\openssl>openssl.exe
> version -a
> OpenSSL 1.1.1l 24 Aug 2021
> built o
Hi,
On Fri, Nov 19, 2021 at 06:15:50PM +0200, Lev Stipakov wrote:
> OPENSSLDIR: "C:\Program Files\OpenVPN\ssl"
> ENGINESDIR:
> "C:\Users\lev\Projects\vcpkg\packages\openssl_x64-windows-ovpn\lib\engines-1_1"
> Seeding source: os-specific
>
> ENGINESDIR looks good, no? Is it something we use?
no,
Ok, my idea was to fix only config loading dir. Apparently this is not enough,
so I’ll look into ENGINESDIR too.
Lähetetty iPhonesta
> Gert Doering kirjoitti 19.11.2021 kello 21.18:
>
> Hi,
>
>> On Fri, Nov 19, 2021 at 06:15:50PM +0200, Lev Stipakov wrote:
>> OPENSSLDIR: "C:\Program Files\O
Hi,
On Fri, Nov 19, 2021 at 10:04:50PM +0200, lstipa...@gmail.com wrote:
> Ok, my idea was to fix only config loading dir. Apparently this is not
> enough, so I???ll look into ENGINESDIR too.
Well, it's "enough to fix the problem we have today", but if we can fix
the problems we might have tomo
Hi,
On Fri, Nov 19, 2021 at 3:04 PM wrote:
> Ok, my idea was to fix only config loading dir. Apparently this is not
> enough, so I’ll look into ENGINESDIR too.
What we need is a proper build that can be safely distributed. Whatever
that takes. My understanding is that if we have to get with pr