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 : verrevokedmember001 (revoked in grpX bsn0 verrl)
- */
- //unsigned char mprivkey001_dat[] = {
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x7f, 0xff, 0xff, 0xee,
- 0x2e, 0xcb, 0xb7, 0x36, 0x9b, 0x2b, 0x8d, 0xd1,
- 0x03, 0x25, 0xd8, 0xe7, 0x57, 0x21, 0xac, 0x47,
- 0x60, 0xe3, 0x1d, 0xb5, 0x78, 0xfa, 0x6d, 0x8c,
- 0x00, 0x7d, 0x95, 0x91, 0x64, 0x31, 0xb6, 0x7d,
- 0xdb, 0x18, 0x3a, 0x11, 0x99, 0x22, 0x93, 0x93,
- 0x57, 0x8d, 0x9b, 0x23, 0x1d, 0x65, 0xa2, 0x78,
- 0x18, 0xa0, 0xf4, 0x99, 0x1b, 0x67, 0xe2, 0xc7,
- 0x4a, 0xb1, 0xfc, 0xa6, 0xdd, 0xae, 0x05, 0x20,
- 0x3b, 0x26, 0xd9, 0xc6, 0x41, 0x2f, 0x38, 0x64,
- 0xb4, 0xd7, 0x7b, 0xf3, 0x86, 0x01, 0x33, 0xc1,
- 0x5f, 0x22, 0x30, 0xeb, 0x20, 0x94, 0x76, 0xad,
- 0xb1, 0x15, 0xc3, 0xe0, 0x1c, 0xfe, 0x8d, 0x61,
- 0x3f, 0xf7, 0xef, 0xfc, 0xcb, 0xfb, 0xeb, 0xa6,
- 0xf9, 0x31, 0x3b, 0x9f, 0xd4, 0xa7, 0x21, 0x61,
- 0xaa, 0x98, 0xf4, 0x8d, 0x79, 0x3c, 0xf0, 0x33,
- 0x04, 0x0c, 0x79, 0x6d, 0x88, 0x02, 0xba, 0x1c
- //};
- //unsigned int mprivkey001_dat_len = 144;
|