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 : sigrevokedmember002 (revoked in grpX sigrl)
- */
- //unsigned char mprivatekey002_dat[] = {
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x7f, 0xff, 0xff, 0xee,
- 0x77, 0xb7, 0x7d, 0xd1, 0x1c, 0xd3, 0xb5, 0x42,
- 0x0b, 0x4c, 0xfb, 0x15, 0x97, 0x14, 0x5c, 0x44,
- 0x24, 0xea, 0x32, 0xc4, 0x8f, 0x36, 0xfd, 0x20,
- 0x19, 0x5f, 0x68, 0x61, 0x09, 0xf5, 0xd0, 0x78,
- 0xa9, 0xc4, 0x07, 0x83, 0x02, 0x49, 0xf7, 0x8f,
- 0x31, 0x3d, 0xb2, 0x0d, 0x91, 0x15, 0xfa, 0x38,
- 0x76, 0x09, 0xce, 0x7e, 0xc0, 0x4e, 0x16, 0x08,
- 0x79, 0x8f, 0x8b, 0xe4, 0xc9, 0x11, 0x40, 0x21,
- 0x41, 0x34, 0x3d, 0x59, 0xc1, 0x65, 0x6d, 0x14,
- 0x23, 0x82, 0x83, 0x66, 0xef, 0x04, 0x7b, 0xfb,
- 0x7b, 0x43, 0x87, 0xfe, 0x46, 0xdb, 0x92, 0x97,
- 0x5f, 0xe4, 0x2e, 0xe4, 0x76, 0x40, 0x50, 0x66,
- 0xdf, 0x41, 0x0e, 0xe7, 0x5d, 0xa2, 0xd2, 0x17,
- 0x72, 0xae, 0x43, 0x56, 0x05, 0xee, 0x7d, 0x43,
- 0xbb, 0x84, 0xbc, 0x28, 0x55, 0x56, 0xaf, 0x0d,
- 0x71, 0x41, 0x1a, 0x4a, 0x26, 0x63, 0x83, 0x87
- //};
- //unsigned int mprivatekey002_dat_len = 144;
|