OpenSSL SSL API module

From Miranda NG
Revision as of 14:06, 31 December 2017 by Goraf (talk | contribs) (Imported translation using page migration)

Plugin:OpenSSL/ru
Jump to navigation Jump to search
Other languages:
OpenSSL SSL API module

Имя файла OpenSSL.dll
Автор Miranda NG team


Драйвер ядра, использующий OpenSSL для предоставления услуг шифрования. Добавляет поддержку TLS 1.2 в Windows XP.

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_openssldisable.ini
SETTINGS:

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

[PluginDisable]
openssl.dll=b0