From 3b4bd54899a3e125bb585e91e6715947dc25c626 Mon Sep 17 00:00:00 2001 From: jsteube Date: Tue, 5 Mar 2019 08:18:50 +0100 Subject: [PATCH] Fix -m 10700 unit test maximum password length in pure kernel mode --- tools/test_modules/m10700.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test_modules/m10700.pm b/tools/test_modules/m10700.pm index 718cc8aa9..5b1e467e4 100644 --- a/tools/test_modules/m10700.pm +++ b/tools/test_modules/m10700.pm @@ -11,7 +11,7 @@ use warnings; use Crypt::CBC; use Digest::SHA qw (sha256 sha384 sha512); -sub module_constraints { [[1, 256], [32, 32], [1, 15], [32, 32], [-1, -1]] } +sub module_constraints { [[1, 127], [32, 32], [1, 15], [32, 32], [-1, -1]] } sub module_generate_hash {