Plugin:OpenSSL/ru: Difference between revisions

From Miranda NG
Plugin:OpenSSL/ru
Jump to navigation Jump to search
(non-actual)
(Updating to match new version of source page)
Line 1: Line 1:
{{PluginCard}}
<languages/>{{PluginCard}}
Драйвер ядра, использующий OpenSSL для предоставления услуг шифрования. Добавляет поддержку TLS 1.2 в Windows XP.
Core driver to provide OpenSSL-based SSL services. It provides TLS 1.2 support for Windows XP users.


Использование плагина OpenSSL периодически приводит к падению программы. Поэтому, не рекомендуется использовать плагин нигде, кроме Windows XP. Если необходимо иметь перемещаемый профиль, который будет работать одновременно в Windows XP и Windows 7+, следует использовать [https://github.com/miranda-ng/miranda-ng/blob/master/docs/autoexec_sample.ini автоматически выполняемый INI-файл] (например, autoexec_blablabla.ini). Этот файл должен содержать только одну настройку, которая блокирует/разблокирует использование плагина OpenSSL. С помощью пакетных BAT-файлов несложно настроить запуск Миранды с плагином или без него.
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:
; autoexec_openssldisable.ini:
<pre style="overflow:auto;width:120px;height:70px;">
<pre style="overflow:auto; max-width:300px;">
SETTINGS:
SETTINGS:


Line 12: Line 12:
</pre>
</pre>


 
; autoexec_opensslenable.ini:
autoexec_opensslenable.ini:
<pre style="overflow:auto; max-width:300px;">
<pre style="overflow:auto;width:120px;height:70px;">
SETTINGS:
SETTINGS:



Revision as of 14:04, 31 December 2017

Other languages:
OpenSSL SSL API module

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


Core driver to provide OpenSSL-based SSL services. It provides TLS 1.2 support for Windows XP users.

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