Patch "crypto: testmgr - fix wrong key length for pkcs1pad" has been added to the 5.4-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    crypto: testmgr - fix wrong key length for pkcs1pad

to the 5.4-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     crypto-testmgr-fix-wrong-key-length-for-pkcs1pad.patch
and it can be found in the queue-5.4 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 48f075e46f5927f7c0d5a00ff2bff76c38c024c9
Author: Lei He <helei.sig11@xxxxxxxxxxxxx>
Date:   Fri Oct 22 20:44:43 2021 +0800

    crypto: testmgr - fix wrong key length for pkcs1pad
    
    [ Upstream commit 39ef08517082a424b5b65c3dbaa6c0fa9d3303b9 ]
    
    Fix wrong test data at testmgr.h, it seems to be caused
    by ignoring the last '\0' when calling sizeof.
    
    Signed-off-by: Lei He <helei.sig11@xxxxxxxxxxxxx>
    Signed-off-by: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/crypto/testmgr.h b/crypto/testmgr.h
index ef7d21f39d4a9..27ce9f94a3246 100644
--- a/crypto/testmgr.h
+++ b/crypto/testmgr.h
@@ -771,7 +771,7 @@ static const struct akcipher_testvec pkcs1pad_rsa_tv_template[] = {
 	"\xd1\x86\x48\x55\xce\x83\xee\x8e\x51\xc7\xde\x32\x12\x47\x7d\x46"
 	"\xb8\x35\xdf\x41\x02\x01\x00\x02\x01\x00\x02\x01\x00\x02\x01\x00"
 	"\x02\x01\x00",
-	.key_len = 804,
+	.key_len = 803,
 	/*
 	 * m is SHA256 hash of following message:
 	 * "\x49\x41\xbe\x0a\x0c\xc9\xf6\x35\x51\xe4\x27\x56\x13\x71\x4b\xd0"




[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux