|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
From 1ca39841d43485fd57090b227416acef43194599 Mon Sep 17 00:00:00 2001
|
|
|
|
|
From edfe3ec75879141a0a326d6193f517319215ec47 Mon Sep 17 00:00:00 2001
|
|
|
|
|
From: tigro <tigro@msvsphere-os.ru>
|
|
|
|
|
Date: Wed, 8 Jan 2025 22:11:14 +0300
|
|
|
|
|
Subject: [PATCH] Added GOST 10.0 policy also added experimental PAM generator
|
|
|
|
@ -1186,7 +1186,7 @@ index fa19b96..c62b496 100644
|
|
|
|
|
|
|
|
|
|
def earliest_occurrence(needles, ordered_haystack):
|
|
|
|
|
diff --git a/python/cryptopolicies/cryptopolicies.py b/python/cryptopolicies/cryptopolicies.py
|
|
|
|
|
index 24bf5c1..3438e8b 100644
|
|
|
|
|
index 24bf5c1..7b83ccb 100644
|
|
|
|
|
--- a/python/cryptopolicies/cryptopolicies.py
|
|
|
|
|
+++ b/python/cryptopolicies/cryptopolicies.py
|
|
|
|
|
@@ -51,7 +51,7 @@ ALL_SCOPES = ( # defined explicitly to catch typos / globbing nothing
|
|
|
|
@ -1202,7 +1202,7 @@ index 24bf5c1..3438e8b 100644
|
|
|
|
|
'openssh-client': ('openssh', {'openssh-client', 'openssh', 'ssh'}),
|
|
|
|
|
'openssh-server': ('openssh', {'openssh-server', 'openssh', 'ssh'}),
|
|
|
|
|
'openssl': (None, {'openssl', 'tls', 'ssl'}),
|
|
|
|
|
+ 'auth': {'auth'},
|
|
|
|
|
+ 'auth': (None, {'auth'}),
|
|
|
|
|
'sequoia': (None, {'sequoia'}),
|
|
|
|
|
'rpm': (None, {'rpm', 'rpm-sequoia'}),
|
|
|
|
|
}
|
|
|
|
@ -3726,5 +3726,5 @@ index 9f04eaf..3a5e21a 100644
|
|
|
|
|
- ''')
|
|
|
|
|
- assert str(cp) == reference
|
|
|
|
|
--
|
|
|
|
|
2.47.1
|
|
|
|
|
2.43.5
|
|
|
|
|
|
|
|
|
|