From 72377c19545b6dd51f4755391755c1a39e8dcf10 Mon Sep 17 00:00:00 2001 From: jsteube Date: Tue, 19 Feb 2019 13:17:40 +0100 Subject: [PATCH] Fix -m 10600 max password length in pure kernel mode --- tools/test_modules/m10600.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test_modules/m10600.pm b/tools/test_modules/m10600.pm index a678f20f7..104a58299 100644 --- a/tools/test_modules/m10600.pm +++ b/tools/test_modules/m10600.pm @@ -10,7 +10,7 @@ use warnings; use Digest::SHA qw (sha256); -sub module_constraints { [[0, 255], [32, 32], [0, 31], [32, 32], [-1, -1]] } +sub module_constraints { [[0, 127], [32, 32], [0, 31], [32, 32], [-1, -1]] } sub module_generate_hash {