デバイス証明書の issuerName が "NintendoCTR**"になっていたのを修正。(正しくは"NintendoCTR2**")

git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_eFuse@198 ff987cc8-cf2f-4642-8568-d52cce064691
This commit is contained in:
(no author) 2010-02-02 02:10:38 +00:00
parent f81fb7b405
commit 1c250ec23c

View File

@ -163,7 +163,7 @@ const u8 issuerName[] = {
0x14, 0x33, 0x34, 0x2E, 0x3F, 0x34, 0x3E, 0x35,
0x7A, 0x19, 0x1B, 0x7A, 0x77, 0x7A, 0x1D, 0x69,
0x05, 0x14, 0x33, 0x34, 0x2E, 0x3F, 0x34, 0x3E,
0x35, 0x19, 0x0E, 0x08,
0x35, 0x19, 0x0E, 0x08, 0x68,
};
static void BN2BinWithPadding( BIGNUM *pBn, u8 *pDst, int dstLen );