Plugin:OpenSSL: Difference between revisions

From Miranda NG
Plugin:OpenSSL
Jump to navigation Jump to search
No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>{{PluginCard}}
<languages/>{{PluginCard}}
{{TNT|Message/Deprecated plugin|<translate><!--T:4--> In Miranda NG [[Changelog/0.96.1|0.96.1]] plugin was moved to the core.</translate>}}
<translate>
<translate>
<!--T:1-->
<!--T:1-->
Core driver to provide OpenSSL-based SSL services. It provides TLS 1.2 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.
 
<!--T:2-->
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.
</translate>
</translate>
; 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

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.