Plugin:OpenSSL/cs: Difference between revisions

From Miranda NG
Plugin:OpenSSL/cs
Jump to navigation Jump to search
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>{{PluginCard}}
<languages/>{{PluginCard}}
Core driver to provide OpenSSL-based SSL services. It provides TLS 1.2/1.3 support for legacy operating systems.
Core driver to provide OpenSSL-based SSL services. It provides TLS 1.2/1.3 support for legacy operating systems.
If you have a roaming profile that should work both under Windows XP & Windows 7+, you can use [[Autoexec_system|automatically executed ini file]]. 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}}

Revision as of 20:21, 9 October 2020

OpenSSL SSL API module

Název souboru OpenSSL.dll
Autor Miranda NG team


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