Plugin:OpenSSL/pl: Difference between revisions

From Miranda NG
Plugin:OpenSSL/pl
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}}
<div class="mw-translate-fuzzy">
Sterownik rdzenia dostarczający oparte na OpenSSL usługi SSL. Zapewnia wsparcie TLS 1.2 dla użytkowników Windows XP.
Sterownik rdzenia dostarczający oparte na OpenSSL usługi SSL. Zapewnia wsparcie TLS 1.2 dla użytkowników Windows XP.
</div>


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 [[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.
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:
; autoexec_openssldisable.ini:

Revision as of 20:11, 9 October 2020

OpenSSL SSL API module

Nazwa pliku OpenSSL.dll
Autor Miranda NG team


Sterownik rdzenia dostarczający oparte na OpenSSL usługi SSL. Zapewnia wsparcie TLS 1.2 dla użytkowników Windows XP.

If you have a roaming profile that should work both under Windows XP & Windows 7+, you can use 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
SETTINGS:

[PluginDisable]
openssl.dll=b1
autoexec_opensslenable.ini
SETTINGS:

[PluginDisable]
openssl.dll=b0