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 signature based revocation list
- * Group : grpX
- * Revoked signature : Member0/sig_sha256_bsn0_msg0
- */
- //unsigned char sigrl_empty_dat[] = {
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x7f, 0xff, 0xff, 0xee,
- 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01,
- 0x70, 0x91, 0x63, 0x2c, 0xbb, 0xfe, 0x06, 0x26,
- 0x5f, 0x20, 0xbd, 0x9e, 0x49, 0x11, 0x31, 0xe0,
- 0x7c, 0x99, 0x5e, 0xa0, 0x58, 0x4f, 0x1b, 0x3f,
- 0xb4, 0x6e, 0xcd, 0x17, 0x61, 0x79, 0xa0, 0xfd,
- 0x64, 0x60, 0xa4, 0xf8, 0x17, 0x81, 0xc3, 0x0a,
- 0x4b, 0x6a, 0x72, 0x86, 0x96, 0xe3, 0xfa, 0x95,
- 0x47, 0x45, 0xfb, 0x57, 0xef, 0xca, 0x82, 0x99,
- 0x72, 0xdc, 0xe6, 0x78, 0xe3, 0x70, 0xa8, 0x28,
- 0x81, 0xa5, 0xa5, 0x8f, 0xe6, 0x4e, 0x18, 0x04,
- 0x05, 0x46, 0xa1, 0x30, 0x84, 0xde, 0x4f, 0x09,
- 0x36, 0x5f, 0x59, 0xbe, 0xc0, 0x4f, 0x4f, 0xbc,
- 0xde, 0xd1, 0xd1, 0x11, 0x11, 0x07, 0x7a, 0x2d,
- 0x89, 0x9c, 0x1b, 0x21, 0x34, 0xeb, 0x84, 0xc4,
- 0x2c, 0x82, 0x63, 0xce, 0x98, 0x30, 0x22, 0xee,
- 0x2c, 0xec, 0x90, 0x95, 0x66, 0x94, 0x74, 0xf5,
- 0xef, 0xff, 0x74, 0xfa, 0xad, 0x61, 0x6f, 0x59
- //};
- //unsigned int sigrl_empty_dat_len = 152;
|