aboutsummaryrefslogtreecommitdiff
path: root/epid/common-testhelper/testdata/grp_x/corrupted_privrl.inc
blob: 4047117687952a4fe5cb0efcea5a33d6463b04ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/*############################################################################
  # Copyright 2017 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[] = {
  // Group ID
  0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  // RLver
  0x00, 0x00, 0x00, 0x00, 0x7f, 0xff, 0xff, 0xee,
  // n1
  0x00, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x01,
  // f[1]
  0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFC, 0xF0, 0xCD,
  0x46, 0xE5, 0xF2, 0x5E, 0xEE, 0x71, 0xA4, 0x9E,
  0x0C, 0xDC, 0x65, 0xFB, 0x12, 0x99, 0x92, 0x1A,
  0xF6, 0x2D, 0x53, 0x6C, 0xD1, 0x0B, 0x50, 0x0D,
//};
//unsigned int privrl_dat_len = 56;