Автор Тема: Add gost cipher to Debian  (Прочитано 3215 раз)

0 Пользователей и 1 Гость просматривают эту тему.

Оффлайн sirarthur

  • Старожил
  • ****
  • Сообщений: 577
  • Рейтинг: 5
  • Пол: Мужской
    • Просмотр профиля
Add gost cipher to Debian
« : 06 июня 2018, 09:55:37 »
Не могу добавить поддержку госта на дебиане
Цитировать
Linux ngate-08 4.9.0-6-amd64 #1 SMP Debian 4.9.88-1 (2018-04-29) x86_64 GNU/Linux
 openssl version
OpenSSL 1.1.0f  25 May 2017
 cat  /etc/ssl/openssl.cnf | egrep -v "(^#.*|^$)"
HOME                    = .
RANDFILE                = $ENV::HOME/.rnd
oid_section             = new_oids
openssl_conf=openssl_def
[openssl_def]
engines = engine_section
gost = gost_section
[gost_section]
engine_id=gost
dynamic_path=/usr/lib/x86_64-linux-gnu/openssl-1.0.2/engines/libgost.so
default_algorithms = ALL
CRYPT_PARAMS = id-Gost28147-89-CryptoPro-A-ParamSet
библиотека имеется
Цитировать
sudo find / -name "libgost*"
sudo: unable to resolve host ngate-08: Connection timed out
[sudo] password for user:
/usr/lib/x86_64-linux-gnu/openssl-1.0.2/engines/libgost.so
user@ngate-08:~$
пытаюсь посмотреть eng
Цитировать
openssl engine
(dynamic) Dynamic engine loading support
140589987452160:error:260BB094:engine routines:int_engine_module_init:engines section error:../crypto/engine/eng_cnf.c:165:
140589987452160:error:0E07606D:configuration file routines:module_run:module initialization error:../crypto/conf/conf_mod.c:173:module=engines, value=engine_section, retcode=-1

что делать?

Оффлайн rjhdby

  • Постоялец
  • ***
  • Сообщений: 432
  • Рейтинг: 3
  • Пол: Мужской
    • rjhdby
    • Просмотр профиля
А вот тут можно посмотреть картины моей супруги http://sevil.pro

Оффлайн sirarthur

  • Старожил
  • ****
  • Сообщений: 577
  • Рейтинг: 5
  • Пол: Мужской
    • Просмотр профиля
Add gost cipher to Debian
« Ответ #2 : 06 июня 2018, 12:57:47 »
похоже... блин...


Updated: 06 June 2018, 12:59:04

$ openssl ciphers|tr ':' '\n'|grep GOST
$