Plugin:OpenSSL/en: Difference between revisions

From Miranda NG
Plugin:OpenSSL/en
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{PluginCard}}
{{PluginCard}}
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.
<div style="float: right;">[[File:OpenSSL - Install.png|200px|thumb|Installing OpenSSL]]</div>
Plugin requires OpenSSL (<tt>libeay.dll</tt> and <tt>ssleay.dll</tt>) to be installed in your OS.
Plugin requires OpenSSL (<tt>libeay.dll</tt> and <tt>ssleay.dll</tt>) to be installed in your OS.
* Download the latest version of OpenSSL [http://slproweb.com/products/Win32OpenSSL.html here]. Select '''Win32 OpenSSL v* Light''' in the download section. (If you use 64-bit Miranda, download 64-bit OpenSSL installer.)
[[File:OpenSSL - Install.png|right|thumb|Installing OpenSSL]]
* Run the installer, select to install OpenSSL DLLs to '''Windows system directory''' (see the screenshot).
Notes:
* If you want to keep Miranda NG portable, you have to copy <tt>libeay.dll</tt> and <tt>ssleay.dll</tt> to '''Libs''' directory.
*Other download mirrors for the OpenSSL binaries are listed [https://www.openssl.org/community/binaries.html here].
 
**Works with MSVC++, Builder 3/4/5, and MinGW. Comes in form of self-install executables. [https://slproweb.com/products/Win32OpenSSL.html Here].
*** 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 DLLs, except for the system provided msvcrt.dll. [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 13:39, 12 November 2015

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. Plugin requires OpenSSL (libeay.dll and ssleay.dll) to be installed in your OS.

File:OpenSSL - Install.png
Installing OpenSSL

Notes:

  • Other download mirrors for the OpenSSL binaries are listed here.
    • Works with MSVC++, Builder 3/4/5, and MinGW. Comes in form of self-install executables. Here.
      • 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 DLLs, except for the system provided msvcrt.dll. Here.
      • If you want to keep Miranda NG portable, you have to copy libeay.dll and ssleay.dll to Libs directory.