mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
無線ファーム署名フォーマット変更によるスタック破壊リスク回避。
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1456 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
4b526dc969
commit
ab733f5d99
@ -239,7 +239,7 @@ BOOL VerifyWlanfirmSignature(u8* buffer, u32 length)
|
||||
u8 *txt;
|
||||
u32 txtlen;
|
||||
u8 txtDigest[SVC_SHA1_DIGEST_SIZE];
|
||||
u8 signDigest[SVC_SHA1_DIGEST_SIZE];
|
||||
u8 signDigest[SVC_RSA1024_BLOCK_SIZE];
|
||||
SVCSHA1Context sctx;
|
||||
SVCSignHeapContext rctx;
|
||||
u8* signHeap;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user