makerom v0.6

This commit is contained in:
3DSGuy
2014-04-08 13:09:00 +08:00
parent 26772b49c8
commit 9cb89cbe8b
59 changed files with 2935 additions and 2662 deletions
+6 -9
View File
@@ -1,5 +1,4 @@
#ifndef _DPKI_H_
#define _DPKI_H_
#pragma once
#ifdef PKI_LEGACY
#include "dpki_legacy.h"
@@ -381,7 +380,7 @@ static const unsigned char dev_acex_pub[0x100] =
0x29, 0x78, 0xBF, 0x2A, 0x3C, 0x3B, 0xB6, 0xB1
};
static const unsigned char dev_crr_cert_pub[0x100] =
static const unsigned char dev_crr_cert_pub[0x100] = // key to verify dev_crr_cert
{
0xC5, 0xF7, 0x09, 0x80, 0x5F, 0xDA, 0xDC, 0xBD,
0x46, 0x07, 0x52, 0xAA, 0x6D, 0xCD, 0x72, 0xB2,
@@ -417,7 +416,7 @@ static const unsigned char dev_crr_cert_pub[0x100] =
0x11, 0xE1, 0x53, 0x4E, 0x99, 0xDB, 0xAC, 0x53
};
static const unsigned char dev_crr_cert[0x100] =
static const unsigned char dev_crr_cert[0x100] = // signature over crr rsa key
{
0x96, 0x5C, 0xBE, 0x5E, 0xEF, 0x08, 0x0B, 0x29,
0xEF, 0x95, 0x12, 0xA4, 0x80, 0x36, 0x47, 0xD5,
@@ -453,7 +452,7 @@ static const unsigned char dev_crr_cert[0x100] =
0xCA, 0x03, 0xFE, 0x35, 0xB3, 0x66, 0xAF, 0x82
};
static const unsigned char dev_crr_priv[0x100] =
static const unsigned char dev_crr_priv[0x100] = // pre signed rsakey
{
0x8D, 0x27, 0x29, 0x6B, 0xC7, 0xA7, 0xED, 0xCD,
0x94, 0x2D, 0x36, 0x5E, 0x86, 0xA8, 0x26, 0xE7,
@@ -489,7 +488,7 @@ static const unsigned char dev_crr_priv[0x100] =
0xF7, 0x01, 0x65, 0xF6, 0x2D, 0x36, 0x6E, 0x71
};
static const unsigned char dev_crr_pub[0x100] =
static const unsigned char dev_crr_pub[0x100] = // pre signed rsakey
{
0xE2, 0xAD, 0xA6, 0xEA, 0xCA, 0xA3, 0xE8, 0xCC,
0xA9, 0x70, 0x1D, 0x2E, 0x23, 0x4B, 0xC6, 0x55,
@@ -892,6 +891,4 @@ static const unsigned char cpA_dpki_cert[0x300] =
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
};
#endif
};