1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- /*############################################################################
- # 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 group public key
- * Group : grpY
- */
- //unsigned char pubkey_dat[] = {
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x7f, 0xff, 0xff, 0xff,
- 0x8f, 0x23, 0xda, 0x77, 0xed, 0xda, 0x2f, 0x0b,
- 0x5b, 0xe8, 0x99, 0x6b, 0xf4, 0x52, 0x09, 0x5b,
- 0xf2, 0x00, 0x77, 0x4e, 0xea, 0x44, 0x58, 0x4e,
- 0x1c, 0x5c, 0xd6, 0x02, 0x77, 0xea, 0x99, 0x2f,
- 0x75, 0xef, 0x33, 0xd6, 0x83, 0xe0, 0xc4, 0xdb,
- 0x57, 0x48, 0x69, 0x27, 0xad, 0x69, 0xe5, 0x05,
- 0xef, 0xda, 0xaa, 0x0e, 0xef, 0x41, 0xc5, 0x09,
- 0xcd, 0x3e, 0x27, 0xb9, 0xce, 0x80, 0x28, 0xc9,
- 0x76, 0x9d, 0x10, 0x18, 0x26, 0xa3, 0x51, 0xe8,
- 0x3e, 0x3c, 0xb6, 0x29, 0xaa, 0x57, 0x84, 0x68,
- 0x2f, 0x75, 0xc8, 0x51, 0xd4, 0xab, 0xed, 0x76,
- 0x87, 0xb8, 0xbf, 0xf2, 0x14, 0x2f, 0xd2, 0x1e,
- 0x18, 0xc8, 0x6a, 0xe1, 0xf4, 0xaf, 0xec, 0x47,
- 0xe7, 0x00, 0xea, 0x18, 0x8e, 0xcf, 0x05, 0xdb,
- 0x46, 0x78, 0xf5, 0xd8, 0xe7, 0xa8, 0x08, 0x5c,
- 0xa1, 0xcb, 0x12, 0x14, 0x73, 0x74, 0x75, 0x35,
- 0x09, 0x3b, 0x39, 0x52, 0x02, 0xa1, 0xbf, 0xcf,
- 0x0b, 0xb0, 0x77, 0xc6, 0x9d, 0x3e, 0x50, 0x67,
- 0x7d, 0x36, 0x9a, 0xb6, 0x84, 0x62, 0xd4, 0x09,
- 0x6c, 0xef, 0xd7, 0x11, 0xce, 0x64, 0xf4, 0xe2,
- 0x79, 0x58, 0x3c, 0x7a, 0x96, 0x2a, 0x8f, 0xaa,
- 0x0f, 0xe1, 0x1a, 0xbd, 0x3a, 0x50, 0x1c, 0x29,
- 0x24, 0x0d, 0xe7, 0xfc, 0xb5, 0xf4, 0x02, 0xaf,
- 0x5e, 0xb0, 0xda, 0x52, 0x23, 0x40, 0x33, 0x2c,
- 0xcf, 0xf9, 0xda, 0xf7, 0x38, 0x9a, 0xd3, 0x0f,
- 0x69, 0x38, 0xec, 0x77, 0xd0, 0xe0, 0x30, 0x8a,
- 0x66, 0x03, 0x5c, 0xd0, 0x05, 0x03, 0x87, 0xe6,
- 0x5d, 0xef, 0x86, 0xe7, 0xf6, 0x8b, 0x04, 0xf8,
- 0x30, 0x28, 0x9d, 0x22, 0xe6, 0xee, 0x40, 0x48,
- 0x46, 0x5a, 0x2b, 0xff, 0xf2, 0xd4, 0x70, 0xf8,
- 0x7e, 0x91, 0xea, 0x51, 0xac, 0x0b, 0xbd, 0xfc,
- 0xe1, 0x91, 0xe1, 0x37, 0xb8, 0x11, 0xce, 0x6e
- //};
- //unsigned int pubkey_dat_len = 272;
|