|
|
|
@ -0,0 +1,61 @@
|
|
|
|
|
From 6a449e397af96aa5629e067a3f0a3580e9399581 Mon Sep 17 00:00:00 2001
|
|
|
|
|
From: Alexey Berezhok <aberezhok@msvsphere-os.ru>
|
|
|
|
|
Date: Mon, 29 Jan 2024 12:09:29 +0300
|
|
|
|
|
Subject: [PATCH] Added support GOST and PAM-GOST profiles for crypto-policies
|
|
|
|
|
in the UI interface
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
pkg/systemd/overview-cards/cryptoPolicies.jsx | 5 +++++
|
|
|
|
|
po/ru.po | 20 +++++++++++++++++++
|
|
|
|
|
2 files changed, 25 insertions(+)
|
|
|
|
|
|
|
|
|
|
diff --git a/pkg/systemd/overview-cards/cryptoPolicies.jsx b/pkg/systemd/overview-cards/cryptoPolicies.jsx
|
|
|
|
|
index 0b07c6f..27cf8be 100644
|
|
|
|
|
--- a/pkg/systemd/overview-cards/cryptoPolicies.jsx
|
|
|
|
|
+++ b/pkg/systemd/overview-cards/cryptoPolicies.jsx
|
|
|
|
|
@@ -121,6 +121,11 @@ const CryptoPolicyDialog = ({
|
|
|
|
|
</Flex>),
|
|
|
|
|
"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."),
|
|
|
|
|
+ "DEFAULT:GOST:PAM-GOST": _("DEFAULT with GOST and GOST password hashing."),
|
|
|
|
|
+ "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 41b461f..d1c4748 100644
|
|
|
|
|
--- a/po/ru.po
|
|
|
|
|
+++ b/po/ru.po
|
|
|
|
|
@@ -2260,6 +2260,26 @@ msgstr "Настраиваемые зоны"
|
|
|
|
|
msgid "DEFAULT with SHA-1 signature verification allowed."
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
+#: 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."
|
|
|
|
|
+msgstr "Профиль по умолчанию, с добавленим поддержки хэшей паролей по ГОСТ 34.11-2012"
|
|
|
|
|
+
|
|
|
|
|
+#: pkg/systemd/overview-cards/cryptoPolicies.jsx:126
|
|
|
|
|
+msgid "DEFAULT with GOST and GOST password hashing."
|
|
|
|
|
+msgstr "Профиль по умолчанию, с добавленим поддержки ГОСТ и хэшей паролей по ГОСТ 34.11-2012"
|
|
|
|
|
+
|
|
|
|
|
+#: pkg/systemd/overview-cards/cryptoPolicies.jsx:127
|
|
|
|
|
+msgid "GOST algorithms allowed only."
|
|
|
|
|
+msgstr "Профиль ГОСТ с запретом всего остального"
|
|
|
|
|
+
|
|
|
|
|
+#: pkg/systemd/overview-cards/cryptoPolicies.jsx:128
|
|
|
|
|
+msgid "GOST algorithms allowed only with GOST pass hashing."
|
|
|
|
|
+msgstr "Профиль ГОСТ(+хэш паролей по ГОСТ 34.11-2012) с запретом всего остального"
|
|
|
|
|
+
|
|
|
|
|
#: pkg/networkmanager/ip-settings.jsx:223
|
|
|
|
|
msgid "DNS"
|
|
|
|
|
msgstr "DNS"
|
|
|
|
|
--
|
|
|
|
|
2.43.0
|
|
|
|
|
|