Skip to content

Commit 9ea2941

Browse files
authored
Update crypto test manager for FIPS compliance
Remove SHA-1 algorithm usage for FIPS compliance in test manager.
1 parent eea6367 commit 9ea2941

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

upstream_patches/no-sha1-for-fips.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
diff -Nur linux-6.19.3.org/crypto/testmgr.c linux-6.19.3.new/crypto/testmgr.c
2-
--- linux-6.19.3.org/crypto/testmgr.c 2026-02-19 16:33:27.000000000 +0100
3-
+++ linux-6.19.3.new/crypto/testmgr.c 2026-02-24 09:44:34.790238895 +0100
1+
diff -Nur a/crypto/testmgr.c b/crypto/testmgr.c
2+
--- a/crypto/testmgr.c 2026-02-19 16:33:27.000000000 +0100
3+
+++ b/crypto/testmgr.c 2026-02-24 09:44:34.790238895 +0100
44
@@ -4090,7 +4090,6 @@
55
.alg = "authenc(hmac(sha1),cbc(aes))",
66
.generic_driver = "authenc(hmac-sha1-lib,cbc(aes-generic))",

0 commit comments

Comments
 (0)