123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- /*############################################################################
- # Copyright 2016 Intel Corporation
- #
- # Licensed under the Apache License, Version 2.0 (the "License");
- # you may not use this file except in compliance with the License.
- # You may obtain a copy of the License at
- #
- # http://www.apache.org/licenses/LICENSE-2.0
- #
- # Unless required by applicable law or agreed to in writing, software
- # distributed under the License is distributed on an "AS IS" BASIS,
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- # See the License for the specific language governing permissions and
- # limitations under the License.
- ############################################################################*/
- /*!
- * \file
- * \brief Test data.
- *
- * Type : Intel(R) EPID 2.0 Member private key
- * Group : grpX
- * Signer : verrevokedmember000 (revoked in grpX bsn0 verrl)
- */
- //unsigned char mprivkey000_dat[] = {
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x7f, 0xff, 0xff, 0xee,
- 0x91, 0xd6, 0xcd, 0x65, 0x09, 0xbc, 0x30, 0x13,
- 0x43, 0x50, 0x09, 0x25, 0x1c, 0x05, 0x66, 0x77,
- 0xb0, 0x69, 0x38, 0x5b, 0x61, 0x49, 0x25, 0xec,
- 0xf3, 0xa0, 0x00, 0x4b, 0xcb, 0xc9, 0xa3, 0x58,
- 0xee, 0x72, 0xb6, 0x75, 0xf6, 0x79, 0xb8, 0xf1,
- 0x8e, 0x1f, 0xe8, 0x8b, 0xf7, 0x1b, 0x84, 0xf9,
- 0xd0, 0x27, 0x28, 0x8b, 0xf6, 0x2a, 0xe2, 0xf0,
- 0xd9, 0xb7, 0xf7, 0xdf, 0x8d, 0x65, 0x75, 0xee,
- 0xc8, 0xa3, 0xf2, 0xcd, 0xc3, 0x26, 0x5a, 0x13,
- 0xf8, 0xa5, 0x39, 0x57, 0x44, 0x57, 0xb7, 0x96,
- 0x2e, 0x5c, 0x3a, 0x7a, 0xe6, 0x38, 0x5a, 0x99,
- 0xec, 0xe3, 0x4b, 0x6c, 0x77, 0x7a, 0x14, 0x8b,
- 0xb2, 0x17, 0x61, 0x7d, 0x51, 0x64, 0xf6, 0xa4,
- 0xbc, 0x97, 0xcd, 0x67, 0xde, 0x98, 0xce, 0xee,
- 0x8d, 0x5e, 0x78, 0x84, 0x77, 0x9b, 0x99, 0x84,
- 0x01, 0x9f, 0x66, 0x7c, 0xd4, 0x67, 0x81, 0x48
- //};
- //unsigned int mprivkey000_dat_len = 144;
|