12345678910111213141516171819202122232425262728293031323334353637383940 |
- /*############################################################################
- # 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 private-key based revocation list
- * Group : grpX
- */
- //unsigned char privrl_dat[] = {
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
- 0x00, 0x00, 0x00, 0x00, 0x7f, 0xff, 0xff, 0xee,
- 0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x03,
- 0xb1, 0x58, 0x6e, 0x93, 0x42, 0x67, 0x51, 0xfb,
- 0x1b, 0x42, 0x4f, 0x0b, 0xe5, 0x11, 0x44, 0x6b,
- 0xdd, 0x8b, 0xe8, 0xe9, 0x44, 0x09, 0x70, 0x6a,
- 0xab, 0xaf, 0x54, 0xd8, 0x4a, 0xd3, 0x3d, 0x7c,
- 0xfb, 0x9c, 0x7f, 0x54, 0x34, 0xba, 0xc2, 0xdb,
- 0x2b, 0xec, 0xca, 0x08, 0xf8, 0x19, 0x3f, 0x79,
- 0xee, 0x02, 0x01, 0x1f, 0x7c, 0x6a, 0x3a, 0xdb,
- 0x6b, 0x42, 0x31, 0xc7, 0x09, 0x4e, 0xb0, 0x1b,
- 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 privrl_dat_len = 120;
|