Plugin:OpenSSL/en: Difference between revisions

From Miranda NG
Plugin:OpenSSL/en
Jump to navigation Jump to search
(HTTPS link)
(update for new MirandaNG)
Line 2: Line 2:
Core driver to provide OpenSSL-based SSL services. It provides TLS 1.2 support for Windows XP users.
Core driver to provide OpenSSL-based SSL services. It provides TLS 1.2 support for Windows XP users.


[[File:OpenSSL - Install.png|thumb|Installing OpenSSL]]
If you don't use {{Plugin|PluginUpdater}}, you have to download the required libraries '''[//www.miranda-ng.org/distr/build/ here]''' and put to <tt>/Libs</tt> subfolder.
 
{{Important|Stable plugin requires OpenSSL (<tt>libeay.dll</tt> and <tt>ssleay.dll</tt>) to be installed in your OS.<br/>
Development version has these libraries in the core. You don't have to search and install them yourself. If you don't use {{Plugin|PluginUpdater}}, you can download them '''[//www.miranda-ng.org/distr/build/ here]''' and put to <tt>/Libs</tt> subfolder.}}
 
== Notes ==
* Other download mirrors for the OpenSSL binaries are listed [https://wiki.openssl.org/index.php/Binaries here].
# Works with MSVC++, Builder 3/4/5, and MinGW. Comes in form of self-install executables. [https://slproweb.com/products/Win32OpenSSL.html Here].
#* '''The latest binaries were built with Visual Studio 2013 Community Edition. OSes prior to Windows XP are no longer supported. In addition, you will need to install [https://www.microsoft.com/en-eg/download/details.aspx?id=40784 Visual C++ Redistributable Packages for Visual Studio 2013].'''
#* Select '''Win32 OpenSSL v* Light''' in the download section. (If you use 64-bit Miranda, download 64-bit OpenSSL installer.)
#* Run the installer, select to install OpenSSL DLLs to '''Windows system directory''' (see the screenshot).
# Pre-compiled Win32/64 libraries without external dependencies to the Microsoft Visual Studio Runtime <tt>DLLs</tt>, except for the system provided <tt>msvcrt.dll</tt>. [https://indy.fulgan.com/SSL/ Here].
* If you want to keep Miranda NG portable, you have to copy <tt>libeay.dll</tt> and <tt>ssleay.dll</tt> to '''Libs''' directory.


{{PluginGroups}}
{{PluginGroups}}

Revision as of 21:33, 28 August 2017

OpenSSL SSL API module

Filename OpenSSL.dll
Author Miranda NG team


Core driver to provide OpenSSL-based SSL services. It provides TLS 1.2 support for Windows XP users.

If you don't use PluginUpdater, you have to download the required libraries here and put to /Libs subfolder.