From b940ed8871dbf30313622cc4aa163e467e742fb9 Mon Sep 17 00:00:00 2001 From: tigro Date: Thu, 17 Oct 2024 12:57:35 +0300 Subject: [PATCH] Added support GOST and PAM-GOST profiles for crypto-policies --- pkg/systemd/overview-cards/cryptoPolicies.jsx | 7 +++++ po/ru.po | 28 +++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/pkg/systemd/overview-cards/cryptoPolicies.jsx b/pkg/systemd/overview-cards/cryptoPolicies.jsx index dc8b996ec..c8766348c 100644 --- a/pkg/systemd/overview-cards/cryptoPolicies.jsx +++ b/pkg/systemd/overview-cards/cryptoPolicies.jsx @@ -121,6 +121,13 @@ const CryptoPolicyDialog = ({ ), "FIPS:OSPP": _("FIPS with further Common Criteria restrictions."), FUTURE: _("Protects from anticipated near-term future attacks at the expense of interoperability."), + "DEFAULT:GOST": _("DEFAULT with GOST algorithms enabled."), + "DEFAULT:PAM-GOST": _("DEFAULT with GOST password hashing based on minimal auth profile."), + "DEFAULT:GOST:PAM-GOST": _("DEFAULT with GOST and GOST password hashing based on minimal auth profile."), + "DEFAULT:GOST:SSSD-PAM-GOST": _("DEFAULT with GOST and GOST password hashing based on sssd auth profile."), + "DEFAULT:PATCH-PAM-GOST": _("DEFAULT with GOST password hashing based on patch for custom configs."), + "GOST-ONLY": _("GOST algorithms allowed only."), + "GOST-ONLY-PAM": _("GOST algorithms allowed only with GOST pass hashing."), }; const policies = Object.keys(cryptopolicies) diff --git a/po/ru.po b/po/ru.po index 95c4c9c52..0684e36e8 100644 --- a/po/ru.po +++ b/po/ru.po @@ -2329,6 +2329,34 @@ msgstr "Настраиваемые зоны" msgid "DEFAULT with SHA-1 signature verification allowed." msgstr "DEFAULT с разрешённой проверкой подписи SHA-1." +#: pkg/systemd/overview-cards/cryptoPolicies.jsx:124 +msgid "DEFAULT with GOST algorithms enabled." +msgstr "Профиль по умолчанию, с добавлением поддержки ГОСТ алгоритмов" + +#: pkg/systemd/overview-cards/cryptoPolicies.jsx:125 +msgid "DEFAULT with GOST password hashing based on minimal auth profile." +msgstr "Профиль по умолчанию, с добавлением поддержки хэшей паролей по ГОСТ 34.11-2012 на базе профиля авторизации minimal" + +#: pkg/systemd/overview-cards/cryptoPolicies.jsx:126 +msgid "DEFAULT with GOST and GOST password hashing based on minimal auth profile." +msgstr "Профиль по умолчанию, с добавлением поддержки ГОСТ и хэшей паролей по ГОСТ 34.11-2012 на базе профиля авторизации minimal" + +#: pkg/systemd/overview-cards/cryptoPolicies.jsx:127 +msgid "DEFAULT with GOST and GOST password hashing based on sssd auth profile." +msgstr "Профиль по умолчанию, с добавлением поддержки ГОСТ и хэшей паролей по ГОСТ 34.11-2012 на базе профиля авторизации sssd" + +#: pkg/systemd/overview-cards/cryptoPolicies.jsx:128 +msgid "DEFAULT with GOST password hashing based on patch for custom configs." +msgstr "Профиль по умолчанию, с добавлением хэшей паролей по ГОСТ 34.11-2012 модификацией файлов авторизации. Для пользовательских конфигураций" + +#: pkg/systemd/overview-cards/cryptoPolicies.jsx:129 +msgid "GOST algorithms allowed only." +msgstr "Профиль ГОСТ с запретом всего остального" + +#: pkg/systemd/overview-cards/cryptoPolicies.jsx:130 +msgid "GOST algorithms allowed only with GOST pass hashing." +msgstr "Профиль ГОСТ(+хэш паролей по ГОСТ 34.11-2012) с запретом всего остального" + #: pkg/networkmanager/ip-settings.jsx:237 msgid "DNS" msgstr "DNS" -- 2.47.0