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 : sigrevokedmember000 (revoked in grpX sigrl)
- */
- //unsigned char mprivatekey000_dat[] = {
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x7f, 0xff, 0xff, 0xee,
- 0xa6, 0x7f, 0x17, 0xb8, 0xef, 0xe3, 0xab, 0x01,
- 0x3f, 0x25, 0x02, 0x5e, 0x19, 0x93, 0xa5, 0x34,
- 0x3a, 0x23, 0xec, 0xe5, 0x71, 0x87, 0x7d, 0x33,
- 0x7c, 0x6b, 0xbf, 0x2e, 0x63, 0xb6, 0x85, 0xeb,
- 0xe6, 0x1a, 0x60, 0xd9, 0x1c, 0xef, 0xd1, 0xae,
- 0x85, 0x96, 0xd9, 0x8e, 0xf8, 0xf9, 0x8b, 0x68,
- 0xfe, 0x7c, 0x3a, 0xde, 0x0b, 0xea, 0xa7, 0x7f,
- 0x1c, 0x65, 0x81, 0xda, 0x3a, 0xc5, 0xea, 0xe0,
- 0x67, 0x80, 0xf0, 0x53, 0x2c, 0xfa, 0xe3, 0xec,
- 0xfd, 0x35, 0x7b, 0xd8, 0xa6, 0xf6, 0x54, 0x4b,
- 0xc0, 0xb3, 0x38, 0x6b, 0x40, 0xae, 0xd9, 0x50,
- 0x3f, 0x9f, 0x01, 0x87, 0x70, 0x0f, 0x9f, 0xcd,
- 0x79, 0xa7, 0x3b, 0x7c, 0xb3, 0xd3, 0xd1, 0xc0,
- 0x75, 0xf1, 0x50, 0xd6, 0x03, 0x40, 0xf8, 0xd6,
- 0xc5, 0xf5, 0x7b, 0x1f, 0xfa, 0x61, 0xd9, 0x58,
- 0xbc, 0x1b, 0xcd, 0x92, 0x35, 0x97, 0xa2, 0xb9
- //};
- //unsigned int mprivatekey000_dat_len = 144;
|