リリースバージョン3

git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-09-30%20-%20paladin.7z/paladin/ctr_eFuse@193 ff987cc8-cf2f-4642-8568-d52cce064691
This commit is contained in:
kubodera_yuichi 2010-01-29 11:08:32 +00:00
parent c342aeea90
commit f940213a34

View File

@ -129,10 +129,6 @@ extern "C" {
#include <openssl/ec.h>
#include "ec_lcl.h" // EC_KEY (=ec_key_st) 構造体の参照に必要
//#define DEBUG_PRINT 1
//#define DEBUG_DEVICE_CERT_OUTPUT_FILE
//#define DEBUG_EFUSE_ID_OUTPUT_FILE
#ifdef DEBUG_PRINT
#define DEBUG_PRINT_ARRAY DebugPrintArray
#else // !DEBUG_PRINT
@ -141,8 +137,8 @@ extern "C" {
#define ENCRYPT_AES 1 // 定義を有効でFIX.これが未定義の場合、IDの暗号化がRSAになる。
#define CR_GEN_ID_VERSION 2 // シャープへのリリースごとにUPする。
// 2010/01/13 Release ver.2
#define CR_GEN_ID_VERSION 3 // シャープへのリリースごとにUPする。
// 2010/01/29 Release ver.3
#ifdef USE_HSM
#define CR_GEN_ID_MAGICCODE 0xdeadb00f; /* 最終的にはこちらで動作。0xdeadbeefにするとRSAでコケる。 */
#else // !USE_HSM