Rev2026, Change diferent openssl binary for better compatibility
This commit is contained in:
parent
03f3e9e4fd
commit
3384bd1e58
6 changed files with 43 additions and 85 deletions
|
@ -10,7 +10,7 @@ class Config(object):
|
||||||
|
|
||||||
def __init__(self, argv):
|
def __init__(self, argv):
|
||||||
self.version = "0.5.3"
|
self.version = "0.5.3"
|
||||||
self.rev = 2025
|
self.rev = 2026
|
||||||
self.argv = argv
|
self.argv = argv
|
||||||
self.action = None
|
self.action = None
|
||||||
self.config_file = "zeronet.conf"
|
self.config_file = "zeronet.conf"
|
||||||
|
|
Binary file not shown.
|
@ -1,101 +1,59 @@
|
||||||
|
=============================================================================
|
||||||
|
OpenSSL v1.0.2k Precompiled Binaries for Win32
|
||||||
|
-----------------------------------------------------------------------------
|
||||||
|
|
||||||
OpenSSL 1.0.2k 26 Jan 2017
|
*** Release Information ***
|
||||||
|
|
||||||
Copyright (c) 1998-2015 The OpenSSL Project
|
Release Date: Jan 26, 2017
|
||||||
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
|
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
DESCRIPTION
|
Author: Frederik A. Winkelsdorf (opendec.wordpress.com)
|
||||||
-----------
|
for the Indy Project (www.indyproject.org)
|
||||||
|
|
||||||
The OpenSSL Project is a collaborative effort to develop a robust,
|
Requirements: Indy 10.5.5+ (SVN Version or Delphi 2009 and newer)
|
||||||
commercial-grade, fully featured, and Open Source toolkit implementing the
|
|
||||||
Secure Sockets Layer (SSLv3) and Transport Layer Security (TLS) protocols as
|
|
||||||
well as a full-strength general purpose cryptograpic library. The project is
|
|
||||||
managed by a worldwide community of volunteers that use the Internet to
|
|
||||||
communicate, plan, and develop the OpenSSL toolkit and its related
|
|
||||||
documentation.
|
|
||||||
|
|
||||||
OpenSSL is descended from the SSLeay library developed by Eric A. Young
|
Dependencies: The libraries have no noteworthy dependencies
|
||||||
and Tim J. Hudson. The OpenSSL toolkit is licensed under a dual-license (the
|
|
||||||
OpenSSL license plus the SSLeay license), which means that you are free to
|
|
||||||
get and use it for commercial and non-commercial purposes as long as you
|
|
||||||
fulfill the conditions of both licenses.
|
|
||||||
|
|
||||||
OVERVIEW
|
Installation: Copy both DLL files into your application directory
|
||||||
--------
|
|
||||||
|
|
||||||
The OpenSSL toolkit includes:
|
Supported OS: Windows 2000 up to Windows 10
|
||||||
|
|
||||||
libssl.a:
|
-----------------------------------------------------------------------------
|
||||||
Provides the client and server-side implementations for SSLv3 and TLS.
|
|
||||||
|
|
||||||
libcrypto.a:
|
*** Legal Disclaimer ***
|
||||||
Provides general cryptographic and X.509 support needed by SSL/TLS but
|
|
||||||
not logically part of it.
|
|
||||||
|
|
||||||
openssl:
|
THIS SOFTWARE IS PROVIDED BY ITS AUTHOR AND THE INDY PROJECT "AS IS" AND ANY
|
||||||
A command line tool that can be used for:
|
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
||||||
Creation of key parameters
|
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||||
Creation of X.509 certificates, CSRs and CRLs
|
DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY
|
||||||
Calculation of message digests
|
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
||||||
Encryption and decryption
|
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
||||||
SSL/TLS client and server tests
|
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||||
Handling of S/MIME signed or encrypted mail
|
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||||
And more...
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
|
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
INSTALLATION
|
OpenSSL license terms are provided in the file "OpenSSL License.txt".
|
||||||
------------
|
|
||||||
|
|
||||||
See the appropriate file:
|
PLEASE CHECK IF YOU NEED TO COMPLY WITH EXPORT RESTRICTIONS FOR CRYPTOGRAPHIC
|
||||||
INSTALL Linux, Unix, etc.
|
SOFTWARE AND/OR PATENTS.
|
||||||
INSTALL.DJGPP DOS platform with DJGPP
|
|
||||||
INSTALL.NW Netware
|
|
||||||
INSTALL.OS2 OS/2
|
|
||||||
INSTALL.VMS VMS
|
|
||||||
INSTALL.W32 Windows (32bit)
|
|
||||||
INSTALL.W64 Windows (64bit)
|
|
||||||
INSTALL.WCE Windows CE
|
|
||||||
|
|
||||||
SUPPORT
|
-----------------------------------------------------------------------------
|
||||||
-------
|
|
||||||
|
|
||||||
See the OpenSSL website www.openssl.org for details on how to obtain
|
*** Build Information Win32 ***
|
||||||
commercial technical support.
|
|
||||||
|
|
||||||
If you have any problems with OpenSSL then please take the following steps
|
Built with: Microsoft Visual C++ 2008 Express Edition
|
||||||
first:
|
The Netwide Assembler (NASM) v2.11.08 Win32
|
||||||
|
Strawberry Perl v5.22.0.1 Win32 Portable
|
||||||
|
Windows PowerShell
|
||||||
|
FinalBuilder 7
|
||||||
|
|
||||||
- Download the latest version from the repository
|
Commands: perl configure VC-WIN32
|
||||||
to see if the problem has already been addressed
|
ms\do_nasm
|
||||||
- Configure with no-asm
|
adjusted ms\ntdll.mak (replaced "/MD" with "/MT")
|
||||||
- Remove compiler optimisation flags
|
adjusted ms\version32.rc (Indy Information inserted)
|
||||||
|
nmake -f ms\ntdll.mak
|
||||||
|
nmake -f ms\ntdll.mak test
|
||||||
|
editbin.exe /rebase:base=0x11000000 libeay32.dll
|
||||||
|
editbin.exe /rebase:base=0x12000000 ssleay32.dll
|
||||||
|
|
||||||
If you wish to report a bug then please include the following information
|
=============================================================================
|
||||||
and create an issue on GitHub:
|
|
||||||
|
|
||||||
- On Unix systems:
|
|
||||||
Self-test report generated by 'make report'
|
|
||||||
- On other systems:
|
|
||||||
OpenSSL version: output of 'openssl version -a'
|
|
||||||
OS Name, Version, Hardware platform
|
|
||||||
Compiler Details (name, version)
|
|
||||||
- Application Details (name, version)
|
|
||||||
- Problem Description (steps that will reproduce the problem, if known)
|
|
||||||
- Stack Traceback (if the application dumps core)
|
|
||||||
|
|
||||||
Just because something doesn't work the way you expect does not mean it
|
|
||||||
is necessarily a bug in OpenSSL.
|
|
||||||
|
|
||||||
HOW TO CONTRIBUTE TO OpenSSL
|
|
||||||
----------------------------
|
|
||||||
|
|
||||||
See CONTRIBUTING
|
|
||||||
|
|
||||||
LEGALITIES
|
|
||||||
----------
|
|
||||||
|
|
||||||
A number of nations restrict the use or export of cryptography. If you
|
|
||||||
are potentially subject to such restrictions you should seek competent
|
|
||||||
professional legal advice before attempting to develop or distribute
|
|
||||||
cryptographic code.
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue