Distribute OpenSSL 1.1.0j instead of 1.1.1a

There are runtime issues with 1.1.1a at this time I've yet to track
down.  This is referenced in the docker-openvpn project issue 437
with a link in #261.  I've been able to reproduce it on Windows 10.

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
This commit is contained in:
Eric F Crist 2019-02-04 13:21:58 -06:00
parent 37edb7d1d7
commit e5d46199c9
No known key found for this signature in database
GPG Key ID: 72964219390D0D0E
4 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,10 @@
-----------------------------------------------------------------------
OpenSSL v1.1.1a Win64 for ICS, http://www.overbyte.be
OpenSSL v1.1.0j Win64 for ICS, http://www.overbyte.be
-----------------------------------------------------------------------
Compiled libraries and binary downloaded from:
http://wiki.overbyte.eu/arch/openssl-1.1.1a-win64.zip
Built with:
Visual Studio Build Tools 2017
The Netwide Assembler (NASM) v2.11.05
@ -27,4 +30,4 @@ Custom configuration file (.conf file at the "Configurations" folder):
cflags => sub{my $v=pop; $v=~ s/\/MD/\/MT/ig; return $v},
lflags => "/nologo /release",
},
);
);

BIN
distro/windows/bin/openssl.exe Normal file → Executable file

Binary file not shown.