ChangeLog.html 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. <!-- HTML header for doxygen 1.8.10-->
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
  6. <meta http-equiv="X-UA-Compatible" content="IE=9"/>
  7. <meta name="generator" content="Doxygen 1.8.11"/>
  8. <title>Intel&reg; Enhanced Privacy ID SDK: What&#39;s New</title>
  9. <link href="tabs.css" rel="stylesheet" type="text/css"/>
  10. <script type="text/javascript" src="jquery.js"></script>
  11. <script type="text/javascript" src="dynsections.js"></script>
  12. <link href="navtree.css" rel="stylesheet" type="text/css"/>
  13. <script type="text/javascript" src="resize.js"></script>
  14. <script type="text/javascript" src="navtreedata.js"></script>
  15. <script type="text/javascript" src="navtree.js"></script>
  16. <script type="text/javascript">
  17. $(document).ready(initResizable);
  18. $(window).load(resizeHeight);
  19. </script>
  20. <link href="doxygen.css" rel="stylesheet" type="text/css" />
  21. <link href="epidstyle.css" rel="stylesheet" type="text/css"/>
  22. </head>
  23. <body>
  24. <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
  25. <div id="titlearea">
  26. <table cellspacing="0" cellpadding="0">
  27. <tbody>
  28. <tr style="height: 56px;">
  29. <td id="projectalign" style="padding-left: 0.5em;">
  30. <div id="projectname"><a
  31. onclick="storeLink('index.html')"
  32. id="projectlink"
  33. class="index.html"
  34. href="index.html">Intel&reg; Enhanced Privacy ID SDK</a>
  35. &#160;<span id="projectnumber">3.0.0</span>
  36. </div>
  37. </td>
  38. </tr>
  39. </tbody>
  40. </table>
  41. </div>
  42. <!-- end header part -->
  43. <!-- Generated by Doxygen 1.8.11 -->
  44. </div><!-- top -->
  45. <div id="side-nav" class="ui-resizable side-nav-resizable">
  46. <div id="nav-tree">
  47. <div id="nav-tree-contents">
  48. <div id="nav-sync" class="sync"></div>
  49. </div>
  50. </div>
  51. <div id="splitbar" style="-moz-user-select:none;"
  52. class="ui-resizable-handle">
  53. </div>
  54. </div>
  55. <script type="text/javascript">
  56. $(document).ready(function(){initNavTree('ChangeLog.html','');});
  57. </script>
  58. <div id="doc-content">
  59. <div class="header">
  60. <div class="headertitle">
  61. <div class="title">What's New </div> </div>
  62. </div><!--header-->
  63. <div class="contents">
  64. <div class="textblock"><h2>[3.0.0]</h2>
  65. <h3>New in This Release</h3>
  66. <ul>
  67. <li>Support for verification of EPID 1.1 members.</li>
  68. <li>Make-based build system support.</li>
  69. <li>Sample material includes compressed keys.</li>
  70. <li>Enhanced documentation, including step-by-step walkthroughs of example applications.</li>
  71. <li>Validated on additional IoT platforms.<ul>
  72. <li>Ostro Linux</li>
  73. <li>Snappy Ubuntu Core</li>
  74. </ul>
  75. </li>
  76. </ul>
  77. <h3>Changes</h3>
  78. <ul>
  79. <li>A new verifier API has been added to set the basename to be used for verification. Verifier APIs that used to accept basenames now use the basename set via EpidVerifierSetBasename.</li>
  80. <li>The verifier pre-computation structure has been changed to include the group ID to allow detection of errors that result from providing a pre-computation blob from a different group to EpidVerifierCreate.</li>
  81. </ul>
  82. <h3>Fixes</h3>
  83. <ul>
  84. <li>The kEpidxxxRevoked enums have been renamed to be consistent with other result return values.</li>
  85. </ul>
  86. <h3>Known Issues</h3>
  87. <ul>
  88. <li>SHA-512/256 hash algorithm is not supported.</li>
  89. </ul>
  90. <h2>[2.0.0] - 2016-07-20</h2>
  91. <h3>New in This Release</h3>
  92. <ul>
  93. <li>Signed binary issuer material support.<ul>
  94. <li>Binary issuer material validation APIs.</li>
  95. <li>Updated sample issuer material.</li>
  96. <li>Updated samples that parse signed binary issuer material.</li>
  97. </ul>
  98. </li>
  99. <li>Compressed member private key support.</li>
  100. <li>Validated on additional IoT platforms.<ul>
  101. <li>Windows 10 IoT Core</li>
  102. <li>WindRiver IDP</li>
  103. </ul>
  104. </li>
  105. </ul>
  106. <h3>Changes</h3>
  107. <ul>
  108. <li>The default hash algorithm has changed. It is now SHA-512.</li>
  109. <li>Functions that returned <code>EpidNullPtrErr</code> now return <code>EpidBadArgErr</code> instead.</li>
  110. </ul>
  111. <h3>Fixes</h3>
  112. <ul>
  113. <li>Updated build flags to work around GCC 4.8.5 defect.</li>
  114. </ul>
  115. <h2>[1.0.0] - 2016-03-03</h2>
  116. <h3>New in This Release</h3>
  117. <ul>
  118. <li>Basic sign and verify functionality</li>
  119. <li>Dynamic join support for member</li>
  120. <li>Apache 2.0 License </li>
  121. </ul>
  122. </div></div><!-- contents -->
  123. </div><!-- doc-content -->
  124. <!-- HTML footer for doxygen 1.8.10-->
  125. <!-- start footer part -->
  126. <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  127. <ul>
  128. <li class="footer">
  129. &copy; 2016 Intel Corporation
  130. </li>
  131. </ul>
  132. </div>
  133. </body>
  134. </html>