Plugin:OpenSSL/be: Difference between revisions

From Miranda NG
Plugin:OpenSSL/be
Jump to navigation Jump to search
(Updating to match new version of source page)
(Created page with "Пачынаючы з v0.96.1 убудавана ў ядро.")
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
<languages/>{{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|Пачынаючы з [[Лог змен/0.96.1|v0.96.1]] убудавана ў ядро.}}
 
Core driver to provide OpenSSL-based SSL services. It provides TLS 1.2/1.3 support for legacy operating systems.
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 [https://github.com/miranda-ng/miranda-ng/blob/master/docs/autoexec_sample.ini 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_openssldisable.ini:
<pre style="overflow:auto; max-width:300px;">
SETTINGS:
 
[PluginDisable]
openssl.dll=b1
</pre>
 
; autoexec_opensslenable.ini:
<pre style="overflow:auto; max-width:300px;">
SETTINGS:
 
[PluginDisable]
openssl.dll=b0
</pre>


{{PluginGroups}}
{{PluginGroups}}

Latest revision as of 23:58, 5 November 2021

Other languages:
OpenSSL SSL API module

Імя файла OpenSSL.dll
Аўтар Miranda NG team


Увага
This plugin is no longer being developed. Пачынаючы з v0.96.1 убудавана ў ядро.

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