privrl.inc 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. /*############################################################################
  2. # Copyright 2016 Intel Corporation
  3. #
  4. # Licensed under the Apache License, Version 2.0 (the "License");
  5. # you may not use this file except in compliance with the License.
  6. # You may obtain a copy of the License at
  7. #
  8. # http://www.apache.org/licenses/LICENSE-2.0
  9. #
  10. # Unless required by applicable law or agreed to in writing, software
  11. # distributed under the License is distributed on an "AS IS" BASIS,
  12. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. # See the License for the specific language governing permissions and
  14. # limitations under the License.
  15. ############################################################################*/
  16. /*!
  17. * \file
  18. * \brief Test data.
  19. *
  20. * Type : Intel(R) EPID 1.1 private-key based revocation list
  21. * Group : grpX
  22. */
  23. //unsigned char privrl_dat[] = {
  24. // Group ID
  25. 0x00, 0x00, 0x00, 0x7b,
  26. // RLver
  27. 0x00, 0x00, 0x00, 0x03,
  28. // n1
  29. 0x00, 0x00, 0x00, 0x03,
  30. // f[1]
  31. 0x00, 0x00, 0x3f, 0x47, 0x7d, 0x79, 0x63, 0x82,
  32. 0x72, 0x64, 0x0e, 0x44, 0xd4, 0x1a, 0x05, 0xae, 0xf0, 0x04, 0x15, 0x15,
  33. 0xc7, 0x3f, 0x31, 0xdf, 0x1e, 0x57, 0x5b, 0x59, 0xcb, 0x85, 0xd4, 0xbd,
  34. // f[2]
  35. 0x00, 0x00, 0x47, 0xe5, 0xea, 0x2e, 0x35, 0x1c,
  36. 0x6e, 0xcb, 0x99, 0xfc, 0xa6, 0x30, 0xd2, 0xf4, 0x31, 0x38, 0xc3, 0x6e,
  37. 0x28, 0xee, 0xfb, 0x02, 0x5a, 0x33, 0xc1, 0xe7, 0xf7, 0x5c, 0xb4, 0xcf,
  38. // f[3]
  39. 0x00, 0x00, 0x06, 0x77, 0x9f, 0xc2, 0xf7, 0x86,
  40. 0x3e, 0x45, 0x56, 0xfe, 0x8b, 0xd1, 0x03, 0x5a, 0x0d, 0xe5, 0xc5, 0x24,
  41. 0x11, 0x4b, 0x22, 0x29, 0x04, 0x48, 0xa5, 0x7b, 0x09, 0xc9, 0x61, 0xcc,
  42. //};
  43. // unsigned int privrl_dat_len = 108;