Skip to content

Commit a9cecc7

Browse files
committed
Revert "Update Windows OpenSSL to 1.1.1g from 1.1.0j"
This reverts commit 5f3e5ca. 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 <[email protected]>
1 parent f12e00e commit a9cecc7

File tree

11 files changed

+24
-45
lines changed

11 files changed

+24
-45
lines changed

ChangeLog

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Easy-RSA 3 ChangeLog
88
* Added support for export-p8 (#339)
99
* Clarified error message (#384)
1010
* 2->3 upgrade now errors and prints message when vars isn't found (#377)
11-
* Update OpenSSL Windows binaries to 1.1.1g
1211

1312
3.0.7 (2020-03-30)
1413
* Include OpenSSL libs and binary for Windows 1.1.0j

distro/windows/win32/LICENSE

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
---------------
1111

1212
/* ====================================================================
13-
* Copyright (c) 1998-2019 The OpenSSL Project. All rights reserved.
13+
* Copyright (c) 1998-2018 The OpenSSL Project. All rights reserved.
1414
*
1515
* Redistribution and use in source and binary forms, with or without
1616
* modification, are permitted provided that the following conditions
1717
* are met:
1818
*
1919
* 1. Redistributions of source code must retain the above copyright
20-
* notice, this list of conditions and the following disclaimer.
20+
* notice, this list of conditions and the following disclaimer.
2121
*
2222
* 2. Redistributions in binary form must reproduce the above copyright
2323
* notice, this list of conditions and the following disclaimer in
@@ -72,21 +72,21 @@
7272
* This package is an SSL implementation written
7373
* by Eric Young ([email protected]).
7474
* The implementation was written so as to conform with Netscapes SSL.
75-
*
75+
*
7676
* This library is free for commercial and non-commercial use as long as
7777
* the following conditions are aheared to. The following conditions
7878
* apply to all code found in this distribution, be it the RC4, RSA,
7979
* lhash, DES, etc., code; not just the SSL code. The SSL documentation
8080
* included with this distribution is covered by the same copyright terms
8181
* except that the holder is Tim Hudson ([email protected]).
82-
*
82+
*
8383
* Copyright remains Eric Young's, and as such any Copyright notices in
8484
* the code are not to be removed.
8585
* If this package is used in a product, Eric Young should be given attribution
8686
* as the author of the parts of the library used.
8787
* This can be in the form of a textual message at program startup or
8888
* in documentation (online or textual) provided with the package.
89-
*
89+
*
9090
* Redistribution and use in source and binary forms, with or without
9191
* modification, are permitted provided that the following conditions
9292
* are met:
@@ -101,10 +101,10 @@
101101
* Eric Young ([email protected])"
102102
* The word 'cryptographic' can be left out if the rouines from the library
103103
* being used are not cryptographic related :-).
104-
* 4. If you include any Windows specific code (or a derivative thereof) from
104+
* 4. If you include any Windows specific code (or a derivative thereof) from
105105
* the apps directory (application code) you must include an acknowledgement:
106106
* "This product includes software written by Tim Hudson ([email protected])"
107-
*
107+
*
108108
* THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
109109
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
110110
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -116,7 +116,7 @@
116116
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
117117
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
118118
* SUCH DAMAGE.
119-
*
119+
*
120120
* The licence and distribution terms for any publically available version or
121121
* derivative of this code cannot be changed. i.e. this code cannot simply be
122122
* copied and put under another distribution licence
-566 KB
Binary file not shown.

distro/windows/win32/libssl-1_1.dll

-342 KB
Binary file not shown.

distro/windows/win32/openssl.exe

100644100755
-59.5 KB
Binary file not shown.

distro/windows/win32/readme.txt

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,10 @@
11
-----------------------------------------------------------------------
2-
OpenSSL v1.1.1g Win32 for ICS, http://www.overbyte.be
2+
OpenSSL v1.1.0j Win32 for ICS, http://www.overbyte.be
33
-----------------------------------------------------------------------
44

5-
Only supports Windows Vista/Server 2008, and later, not Windows XP.
6-
7-
The OpenSSL DLLs and EXE files are digitally code signed 'Open Source
8-
Developer, Fran�ois PIETTE', the lead developer for ICS. ICS V8.38 and
9-
later check the DLLs are correctly signed when opening them. Beware
10-
that Windows needs recent root certificates to check newly signed code,
11-
and may give an error if the root store has not been kept current by
12-
Windows Update, particularly on older versions of Windows such as Vista,
13-
7 and Windows 2008.
14-
155
Built with:
166
Visual Studio Build Tools 2017
17-
The Netwide Assembler (NASM) v2.14.02
7+
The Netwide Assembler (NASM) v2.11.05
188
Strawberry Perl v5.20.3.1
199

2010
Build Commands:
@@ -32,9 +22,9 @@ Custom configuration file (.conf file at the "Configurations" folder):
3222
cflags => sub{my $v=pop; $v=~ s/\/MD/\/MT/ig; return $v},
3323
lflags => "/nologo /release",
3424
},
35-
"VC-WIN64A-rtt" => {
25+
"VC-WIN64A-rtt" => {
3626
inherit_from => [ "VC-WIN64A" ],
3727
cflags => sub{my $v=pop; $v=~ s/\/MD/\/MT/ig; return $v},
3828
lflags => "/nologo /release",
3929
},
40-
);
30+
);

distro/windows/win64/LICENSE

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
---------------
1111

1212
/* ====================================================================
13-
* Copyright (c) 1998-2019 The OpenSSL Project. All rights reserved.
13+
* Copyright (c) 1998-2018 The OpenSSL Project. All rights reserved.
1414
*
1515
* Redistribution and use in source and binary forms, with or without
1616
* modification, are permitted provided that the following conditions
1717
* are met:
1818
*
1919
* 1. Redistributions of source code must retain the above copyright
20-
* notice, this list of conditions and the following disclaimer.
20+
* notice, this list of conditions and the following disclaimer.
2121
*
2222
* 2. Redistributions in binary form must reproduce the above copyright
2323
* notice, this list of conditions and the following disclaimer in
@@ -72,21 +72,21 @@
7272
* This package is an SSL implementation written
7373
* by Eric Young ([email protected]).
7474
* The implementation was written so as to conform with Netscapes SSL.
75-
*
75+
*
7676
* This library is free for commercial and non-commercial use as long as
7777
* the following conditions are aheared to. The following conditions
7878
* apply to all code found in this distribution, be it the RC4, RSA,
7979
* lhash, DES, etc., code; not just the SSL code. The SSL documentation
8080
* included with this distribution is covered by the same copyright terms
8181
* except that the holder is Tim Hudson ([email protected]).
82-
*
82+
*
8383
* Copyright remains Eric Young's, and as such any Copyright notices in
8484
* the code are not to be removed.
8585
* If this package is used in a product, Eric Young should be given attribution
8686
* as the author of the parts of the library used.
8787
* This can be in the form of a textual message at program startup or
8888
* in documentation (online or textual) provided with the package.
89-
*
89+
*
9090
* Redistribution and use in source and binary forms, with or without
9191
* modification, are permitted provided that the following conditions
9292
* are met:
@@ -101,10 +101,10 @@
101101
* Eric Young ([email protected])"
102102
* The word 'cryptographic' can be left out if the rouines from the library
103103
* being used are not cryptographic related :-).
104-
* 4. If you include any Windows specific code (or a derivative thereof) from
104+
* 4. If you include any Windows specific code (or a derivative thereof) from
105105
* the apps directory (application code) you must include an acknowledgement:
106106
* "This product includes software written by Tim Hudson ([email protected])"
107-
*
107+
*
108108
* THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
109109
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
110110
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -116,7 +116,7 @@
116116
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
117117
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
118118
* SUCH DAMAGE.
119-
*
119+
*
120120
* The licence and distribution terms for any publically available version or
121121
* derivative of this code cannot be changed. i.e. this code cannot simply be
122122
* copied and put under another distribution licence
-813 KB
Binary file not shown.
-448 KB
Binary file not shown.

distro/windows/win64/openssl.exe

100644100755
-65.5 KB
Binary file not shown.

distro/windows/win64/readme.txt

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,10 @@
11
-----------------------------------------------------------------------
2-
OpenSSL v1.1.1g Win64 for ICS, http://www.overbyte.be
2+
OpenSSL v1.1.0j Win64 for ICS, http://www.overbyte.be
33
-----------------------------------------------------------------------
44

5-
Only supports Windows Vista/Server 2008, and later, not Windows XP.
6-
7-
The OpenSSL DLLs and EXE files are digitally code signed 'Open Source
8-
Developer, Fran�ois PIETTE', the lead developer for ICS. ICS V8.38 and
9-
later check the DLLs are correctly signed when opening them. Beware
10-
that Windows needs recent root certificates to check newly signed code,
11-
and may give an error if the root store has not been kept current by
12-
Windows Update, particularly on older versions of Windows such as Vista,
13-
7 and Windows 2008.
14-
155
Built with:
166
Visual Studio Build Tools 2017
17-
The Netwide Assembler (NASM) v2.14.02
7+
The Netwide Assembler (NASM) v2.11.05
188
Strawberry Perl v5.20.3.1
199

2010
Build Commands:
@@ -32,9 +22,9 @@ Custom configuration file (.conf file at the "Configurations" folder):
3222
cflags => sub{my $v=pop; $v=~ s/\/MD/\/MT/ig; return $v},
3323
lflags => "/nologo /release",
3424
},
35-
"VC-WIN64A-rtt" => {
25+
"VC-WIN64A-rtt" => {
3626
inherit_from => [ "VC-WIN64A" ],
3727
cflags => sub{my $v=pop; $v=~ s/\/MD/\/MT/ig; return $v},
3828
lflags => "/nologo /release",
3929
},
40-
);
30+
);

0 commit comments

Comments
 (0)