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 : privrevokedmember002 (revoked in grpX privrl)
- */
- //unsigned char mprivatekey002_dat[] = {
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x7f, 0xff, 0xff, 0xee,
- 0xbb, 0x31, 0x32, 0x47, 0xde, 0xe1, 0xd5, 0x97,
- 0xe9, 0xdf, 0x2a, 0xa1, 0x3b, 0xb4, 0x0d, 0x84,
- 0xf0, 0x01, 0x61, 0x74, 0x9e, 0xde, 0x47, 0x9c,
- 0xfa, 0xcc, 0x73, 0x63, 0x6e, 0x63, 0x8d, 0x5c,
- 0xf8, 0x1c, 0xe8, 0x32, 0x5f, 0x1c, 0xed, 0xde,
- 0x82, 0xc4, 0x29, 0x28, 0x8d, 0xf2, 0x5e, 0x4f,
- 0xd6, 0x16, 0x9e, 0x87, 0xa2, 0x65, 0x61, 0x31,
- 0x25, 0x8a, 0x81, 0xb5, 0x60, 0xf2, 0x08, 0xc9,
- 0x83, 0x8d, 0xbe, 0x69, 0xb1, 0x8d, 0x0f, 0x4a,
- 0x55, 0x1d, 0xdb, 0x72, 0x84, 0x33, 0x45, 0x02,
- 0x34, 0xcd, 0x76, 0x94, 0x2b, 0xd6, 0x89, 0xab,
- 0xa6, 0x9a, 0x87, 0x60, 0x54, 0x37, 0x5f, 0x04,
- 0x8d, 0xa3, 0xbf, 0xfa, 0xd1, 0x1d, 0x03, 0x29,
- 0x17, 0xca, 0xcd, 0x01, 0xda, 0x76, 0x49, 0x3b,
- 0x97, 0xc9, 0xd3, 0xf5, 0x13, 0x75, 0xbe, 0x70,
- 0xc4, 0x24, 0x43, 0xff, 0xaa, 0x44, 0x67, 0xba
- //};
- //unsigned int mprivatekey002_dat_len = 144;
|