Revert "Update Windows OpenSSL to 1.1.1g from 1.1.0j"

This reverts commit 5f3e5ca450eaf464ed21a5d3ec62d39f7594fd99.

There is an incompatibility in 1.1.1g with the EasyRSA script.  There
are no new features in 1.1.1g we are leveraging directly, so just going
to revert to support the OpenVPN 2.5 release process and get EasyRSA
v3.x into more hands.

Signed-off-by: Eric F Crist <ecrist@secure-computing.net>
This commit is contained in:
Eric F Crist 2020-09-16 07:49:44 -05:00
parent f12e00e53b
commit a9cecc747c
No known key found for this signature in database
GPG Key ID: 72964219390D0D0E
11 changed files with 24 additions and 45 deletions

View File

@ -8,7 +8,6 @@ Easy-RSA 3 ChangeLog
* Added support for export-p8 (#339)
* Clarified error message (#384)
* 2->3 upgrade now errors and prints message when vars isn't found (#377)
* Update OpenSSL Windows binaries to 1.1.1g
3.0.7 (2020-03-30)
* Include OpenSSL libs and binary for Windows 1.1.0j

View File

@ -10,7 +10,7 @@
---------------
/* ====================================================================
* Copyright (c) 1998-2019 The OpenSSL Project. All rights reserved.
* Copyright (c) 1998-2018 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions

Binary file not shown.

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

Binary file not shown.

View File

@ -1,20 +1,10 @@
-----------------------------------------------------------------------
OpenSSL v1.1.1g Win32 for ICS, http://www.overbyte.be
OpenSSL v1.1.0j Win32 for ICS, http://www.overbyte.be
-----------------------------------------------------------------------
Only supports Windows Vista/Server 2008, and later, not Windows XP.
The OpenSSL DLLs and EXE files are digitally code signed 'Open Source
Developer, François PIETTE', the lead developer for ICS. ICS V8.38 and
later check the DLLs are correctly signed when opening them. Beware
that Windows needs recent root certificates to check newly signed code,
and may give an error if the root store has not been kept current by
Windows Update, particularly on older versions of Windows such as Vista,
7 and Windows 2008.
Built with:
Visual Studio Build Tools 2017
The Netwide Assembler (NASM) v2.14.02
The Netwide Assembler (NASM) v2.11.05
Strawberry Perl v5.20.3.1
Build Commands:
@ -32,7 +22,7 @@ Custom configuration file (.conf file at the "Configurations" folder):
cflags => sub{my $v=pop; $v=~ s/\/MD/\/MT/ig; return $v},
lflags => "/nologo /release",
},
"VC-WIN64A-rtt" => {
"VC-WIN64A-rtt" => {
inherit_from => [ "VC-WIN64A" ],
cflags => sub{my $v=pop; $v=~ s/\/MD/\/MT/ig; return $v},
lflags => "/nologo /release",

View File

@ -10,7 +10,7 @@
---------------
/* ====================================================================
* Copyright (c) 1998-2019 The OpenSSL Project. All rights reserved.
* Copyright (c) 1998-2018 The OpenSSL Project. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions

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

Binary file not shown.

View File

@ -1,20 +1,10 @@
-----------------------------------------------------------------------
OpenSSL v1.1.1g Win64 for ICS, http://www.overbyte.be
OpenSSL v1.1.0j Win64 for ICS, http://www.overbyte.be
-----------------------------------------------------------------------
Only supports Windows Vista/Server 2008, and later, not Windows XP.
The OpenSSL DLLs and EXE files are digitally code signed 'Open Source
Developer, François PIETTE', the lead developer for ICS. ICS V8.38 and
later check the DLLs are correctly signed when opening them. Beware
that Windows needs recent root certificates to check newly signed code,
and may give an error if the root store has not been kept current by
Windows Update, particularly on older versions of Windows such as Vista,
7 and Windows 2008.
Built with:
Visual Studio Build Tools 2017
The Netwide Assembler (NASM) v2.14.02
The Netwide Assembler (NASM) v2.11.05
Strawberry Perl v5.20.3.1
Build Commands:
@ -32,7 +22,7 @@ Custom configuration file (.conf file at the "Configurations" folder):
cflags => sub{my $v=pop; $v=~ s/\/MD/\/MT/ig; return $v},
lflags => "/nologo /release",
},
"VC-WIN64A-rtt" => {
"VC-WIN64A-rtt" => {
inherit_from => [ "VC-WIN64A" ],
cflags => sub{my $v=pop; $v=~ s/\/MD/\/MT/ig; return $v},
lflags => "/nologo /release",