Update Windows OpenSSL to 1.1.1g from 1.1.0j

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

View File

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

View File

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

Binary file not shown.

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

Binary file not shown.

View File

@ -1,10 +1,20 @@
----------------------------------------------------------------------- -----------------------------------------------------------------------
OpenSSL v1.1.0j Win32 for ICS, http://www.overbyte.be OpenSSL v1.1.1g 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: Built with:
Visual Studio Build Tools 2017 Visual Studio Build Tools 2017
The Netwide Assembler (NASM) v2.11.05 The Netwide Assembler (NASM) v2.14.02
Strawberry Perl v5.20.3.1 Strawberry Perl v5.20.3.1
Build Commands: Build Commands:

View File

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

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

Binary file not shown.

View File

@ -1,10 +1,20 @@
----------------------------------------------------------------------- -----------------------------------------------------------------------
OpenSSL v1.1.0j Win64 for ICS, http://www.overbyte.be OpenSSL v1.1.1g 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: Built with:
Visual Studio Build Tools 2017 Visual Studio Build Tools 2017
The Netwide Assembler (NASM) v2.11.05 The Netwide Assembler (NASM) v2.14.02
Strawberry Perl v5.20.3.1 Strawberry Perl v5.20.3.1
Build Commands: Build Commands: