Plugin:OpenSSL/en: Difference between revisions

From Miranda NG
Plugin:OpenSSL/en
Jump to navigation Jump to search
No edit summary
(Updating to match new version of source page)
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{PluginCard}}
<languages/>{{PluginCard}}
Core driver to provide OpenSSL-based SSL services. It provides TLS 1.2 support for Windows XP users.
{{TNT|Message/Deprecated plugin|In Miranda NG [[Changelog/0.96.1|0.96.1]] plugin was moved to the core.}}
 
Core driver to provide OpenSSL-based SSL services. It provides TLS 1.2/1.3 support for legacy operating systems.
{{Important|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.}}
 
OpenSSL is the cause of frequent crashes. So you should use it only on Windows XP. If you have a roaming profile that should work both under Windows XP & Windows 7+, you can use automatically executed ini file (like autoexec_blablabla.ini). These ini file should contain the only line of the OpenSSL plugin locking/unlocking, so you can easily create a batch file that runs Miranda with or without this plugin.
 
autoexec_blablabla.ini:
 
<pre style="overflow:auto;height:70px;">
SETTINGS:
 
[PluginDisable]
openssl.dll=b0
</pre>


{{PluginGroups}}
{{PluginGroups}}

Latest revision as of 23:47, 5 November 2021

OpenSSL SSL API module

Filename OpenSSL.dll
Author Miranda NG team


Warning
This plugin is no longer being developed. In Miranda NG 0.96.1 plugin was moved to the core.

Core driver to provide OpenSSL-based SSL services. It provides TLS 1.2/1.3 support for legacy operating systems.