<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Get SigRL via http request does not work in Intel® Software Guard Extensions (Intel® SGX)</title>
    <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Get-SigRL-via-http-request-does-not-work/m-p/1128564#M1844</link>
    <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;It has been written that the result {gid} of sgx_get_extended_epid_group_id needs to be sent as a parameter according to API documentation. For me, the result is 0 on my platform.&lt;/P&gt;&lt;P&gt;I have the account and can verify that subscription key in the header is OK, (if I change a couple of bytes Http response becomes 401, which means it works fine)&lt;/P&gt;&lt;P&gt;&lt;A href="https://api.trustedservices.intel.com/sgx/dev/attestation/v3/sigrl/" target="_blank"&gt;https://api.trustedservices.intel.com/sgx/dev/attestation/v3/sigrl/&lt;/A&gt;&lt;STRONG&gt;00000000&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But the thing is, when I perform a GET with the link above, the result is &lt;STRONG&gt;404&lt;/STRONG&gt;, do you think I needed to do something extra? Or the Signature Revocation Lists on IAS do not exist by default?&lt;/P&gt;&lt;P&gt;Btw, I am testing this subscription: "Product DEV Intel® Software Guard Extensions Attestation Service (Linkable)"&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sinan&lt;/P&gt;</description>
    <pubDate>Thu, 20 Feb 2020 17:04:38 GMT</pubDate>
    <dc:creator>Buyukkardes__Sinan</dc:creator>
    <dc:date>2020-02-20T17:04:38Z</dc:date>
    <item>
      <title>Get SigRL via http request does not work</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Get-SigRL-via-http-request-does-not-work/m-p/1128564#M1844</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;It has been written that the result {gid} of sgx_get_extended_epid_group_id needs to be sent as a parameter according to API documentation. For me, the result is 0 on my platform.&lt;/P&gt;&lt;P&gt;I have the account and can verify that subscription key in the header is OK, (if I change a couple of bytes Http response becomes 401, which means it works fine)&lt;/P&gt;&lt;P&gt;&lt;A href="https://api.trustedservices.intel.com/sgx/dev/attestation/v3/sigrl/" target="_blank"&gt;https://api.trustedservices.intel.com/sgx/dev/attestation/v3/sigrl/&lt;/A&gt;&lt;STRONG&gt;00000000&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But the thing is, when I perform a GET with the link above, the result is &lt;STRONG&gt;404&lt;/STRONG&gt;, do you think I needed to do something extra? Or the Signature Revocation Lists on IAS do not exist by default?&lt;/P&gt;&lt;P&gt;Btw, I am testing this subscription: "Product DEV Intel® Software Guard Extensions Attestation Service (Linkable)"&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sinan&lt;/P&gt;</description>
      <pubDate>Thu, 20 Feb 2020 17:04:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Get-SigRL-via-http-request-does-not-work/m-p/1128564#M1844</guid>
      <dc:creator>Buyukkardes__Sinan</dc:creator>
      <dc:date>2020-02-20T17:04:38Z</dc:date>
    </item>
    <item>
      <title>Hello Sinan,</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Get-SigRL-via-http-request-does-not-work/m-p/1128565#M1845</link>
      <description>&lt;P&gt;Hello Sinan,&lt;/P&gt;&lt;P&gt;It can get confusing because there are two EPID group IDs: 1) the extended Intel® EPID group ID, which is always zero, and 2) the Intel® EPID group ID (not extended). The one you want to use in the URL is the non-extended&amp;nbsp;Intel® EPID group ID. You can get this {gid} by using the sgx_init_quote command. For details on sgx_init_qoute, refer to the Intel® Software Guard Extensions Developer Reference for your OS.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;sgx_init_quote returns information needed by an Intel® SGX application to get a quote of one of its enclaves.&lt;BR /&gt;Syntax&lt;/P&gt;
&lt;PRE class="brush:cpp; class-name:dark;"&gt;sgx_status_t sgx_init_quote(
  sgx_target_info_t *p_target_info,
  &lt;STRONG&gt;sgx_epid_group_id_t *p_gid&lt;/STRONG&gt;
);&lt;/PRE&gt;

&lt;P&gt;&lt;BR /&gt;sgx_status_t sgx_init_quote(&lt;BR /&gt;sgx_target_info_t *p_target_info,&lt;BR /&gt;sgx_epid_group_id_t *p_gid&lt;BR /&gt;);&lt;BR /&gt;Parameters&lt;BR /&gt;p_target_info [out]&lt;BR /&gt;Allows an enclave for which the quote is being created, to create report that&lt;BR /&gt;only QE can verify.&lt;BR /&gt;&lt;STRONG&gt;p_gid [out]&lt;BR /&gt;ID of platform’s current Intel® EPID group.&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this helpful?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Jesus&lt;/P&gt;
&lt;P&gt;Intel Customer Support&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 18:43:40 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Get-SigRL-via-http-request-does-not-work/m-p/1128565#M1845</guid>
      <dc:creator>JesusG_Intel</dc:creator>
      <dc:date>2020-02-21T18:43:40Z</dc:date>
    </item>
  </channel>
</rss>

