From d543697092b0155669fccf4837f0d27cf9cb0ce2 Mon Sep 17 00:00:00 2001 From: Raef Coles Date: Thu, 13 Oct 2022 17:06:42 +0100 Subject: [PATCH] Fix minor type in LMS test description Signed-off-by: Raef Coles --- tests/suites/test_suite_lms.data | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/suites/test_suite_lms.data b/tests/suites/test_suite_lms.data index 722def7d2..de0ee5a61 100644 --- a/tests/suites/test_suite_lms.data +++ b/tests/suites/test_suite_lms.data @@ -262,12 +262,12 @@ lms_import_export_test:"00000006000000":MBEDTLS_ERR_LMS_BAD_INPUT_DATA LMS key import invalid LMS type test #1 # This test uses the valid public key for hsslms interop test 1, alters the -# LMS type to 0x7, and imports it. This should fail. +# LMS type to 0x5, and imports it. This should fail. lms_import_export_test:"000000050000000447cc5b29dd0cecd01c382434a6d16864d51b60cdb2a9eed2419015d8524c717ce38a865d7a37da6c84f94621ad595f5d":MBEDTLS_ERR_LMS_BAD_INPUT_DATA LMS key import invalid LMS type test #2 # This test uses the valid public key for hsslms interop test 1, alters the -# LMS type to 0x5, and imports it. This should fail, and not attempt to read +# LMS type to 0x7, and imports it. This should fail, and not attempt to read # invalidly outside the buffer. lms_import_export_test:"000000070000000447cc5b29dd0cecd01c382434a6d16864d51b60cdb2a9eed2419015d8524c717ce38a865d7a37da6c84f94621ad595f5d":MBEDTLS_ERR_LMS_BAD_INPUT_DATA