<?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 Hi Anusha K. (Intel)： in Intel® Software Guard Extensions (Intel® SGX)</title>
    <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Different-app-use-the-same-enclave/m-p/1152776#M2629</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://software.intel.com/en-us/user/1585523" style="font-size: 11px; background-color: rgb(238, 238, 238);"&gt;Anusha K. (Intel)&lt;/A&gt;：&lt;/P&gt;

&lt;P&gt;I have already read that article, it introduced sgx sealing. Using the default policy, enclave seals data with a key derived from&amp;nbsp;&lt;SPAN style="color: rgb(83, 86, 90); font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 15px;"&gt;MRSIGNER, that&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px;"&gt;&amp;nbsp;means the enclave signed with the same key can unseal the sealed data. And if using &amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="box-sizing: border-box; color: rgb(83, 86, 90); font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 15px;"&gt;Enclave Identity&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN style="font-size: 12px;"&gt;the same enclave can unseal the sealed data. A two step signing process can make sure the enclave not be modified, but not &lt;/SPAN&gt;guarantee&lt;SPAN style="font-size: 12px;"&gt;&amp;nbsp; only valid app can load the enclave. what I want to know is that &amp;nbsp;how to prevent invalid app load my enclave. Thank you.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;you&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jul 2017 03:04:19 GMT</pubDate>
    <dc:creator>you_w_</dc:creator>
    <dc:date>2017-07-25T03:04:19Z</dc:date>
    <item>
      <title>Different app use the same enclave</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Different-app-use-the-same-enclave/m-p/1152773#M2626</link>
      <description>&lt;P&gt;Hi ：&lt;/P&gt;

&lt;P&gt;I note that in pre-release mode or debug mode different apps can use a same enclave. Thus, if someone else analysed the untrusted part of my app and got the Ecall function interface, then load my enclave. He can do what he want to do. My question is:&lt;/P&gt;

&lt;P&gt;1. When in release mode is enclave bind to application?&lt;/P&gt;

&lt;P&gt;2. If not is there any suggestion on avoiding anonymous&amp;nbsp;enclave loading operation?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 06:31:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Different-app-use-the-same-enclave/m-p/1152773#M2626</guid>
      <dc:creator>you_w_</dc:creator>
      <dc:date>2017-07-24T06:31:03Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Different-app-use-the-same-enclave/m-p/1152774#M2627</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Please refer to this page for information on how &amp;nbsp;to seal your enclave and this method helps protect your enclave &amp;nbsp;--- &lt;A href="https://software.intel.com/en-us/blogs/2016/05/04/introduction-to-intel-sgx-sealing"&gt;https://software.intel.com/en-us/blogs/2016/05/04/introduction-to-intel-sgx-sealing&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;And in the release mode we use a&lt;SPAN style="font-size: 1em;"&gt;&amp;nbsp;2 step signing process and the enclave needs to be signed with a white-listed key and the s&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;igned enclave can be used with the key.&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px;"&gt;Signing an enclave is a process that involves in producing signature structure that contain enclave properties such as enclave Measurement. During initial enclave build by application developer, the enclave identity like "measurement of enclave" is used to produce the signature.This signed enclave signature is verified in the target system during the enclave construction and Initialization.In the target system (system at which enclave is to be launched), the measurement data that is obtained during the enclave launch, is used to verify the signature.If the signature match, then only enclave will be allowed to run.If there is any modification in measurement value (code, data of enclave), &amp;nbsp;signature mismatch will occur. This will not allow the enclave to run.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 12:55:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Different-app-use-the-same-enclave/m-p/1152774#M2627</guid>
      <dc:creator>Anusha_K_Intel</dc:creator>
      <dc:date>2017-07-24T12:55:02Z</dc:date>
    </item>
    <item>
      <title>Hi, you.</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Different-app-use-the-same-enclave/m-p/1152775#M2628</link>
      <description>&lt;P&gt;Hi, you.&lt;/P&gt;

&lt;P&gt;1. Although two different applications can use the same enclave, they do not use the same instance of the enclave. In that sense, an enclave instance is always bound to an application, not only in release mode.&lt;/P&gt;

&lt;P&gt;2. To the best of my knowledge there is no recommendation from Intel regarding this.&lt;/P&gt;

&lt;P&gt;Best regards,&lt;/P&gt;

&lt;P&gt;Rodolfo&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 13:36:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Different-app-use-the-same-enclave/m-p/1152775#M2628</guid>
      <dc:creator>Rodolfo_S_</dc:creator>
      <dc:date>2017-07-24T13:36:02Z</dc:date>
    </item>
    <item>
      <title>Hi Anusha K. (Intel)：</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Different-app-use-the-same-enclave/m-p/1152776#M2629</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://software.intel.com/en-us/user/1585523" style="font-size: 11px; background-color: rgb(238, 238, 238);"&gt;Anusha K. (Intel)&lt;/A&gt;：&lt;/P&gt;

&lt;P&gt;I have already read that article, it introduced sgx sealing. Using the default policy, enclave seals data with a key derived from&amp;nbsp;&lt;SPAN style="color: rgb(83, 86, 90); font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 15px;"&gt;MRSIGNER, that&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px;"&gt;&amp;nbsp;means the enclave signed with the same key can unseal the sealed data. And if using &amp;nbsp;&lt;/SPAN&gt;&lt;STRONG style="box-sizing: border-box; color: rgb(83, 86, 90); font-family: &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, sans-serif; font-size: 15px;"&gt;Enclave Identity&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN style="font-size: 12px;"&gt;the same enclave can unseal the sealed data. A two step signing process can make sure the enclave not be modified, but not &lt;/SPAN&gt;guarantee&lt;SPAN style="font-size: 12px;"&gt;&amp;nbsp; only valid app can load the enclave. what I want to know is that &amp;nbsp;how to prevent invalid app load my enclave. Thank you.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;you&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 03:04:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Different-app-use-the-same-enclave/m-p/1152776#M2629</guid>
      <dc:creator>you_w_</dc:creator>
      <dc:date>2017-07-25T03:04:19Z</dc:date>
    </item>
    <item>
      <title>HI Rodolfo S:</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Different-app-use-the-same-enclave/m-p/1152777#M2630</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;A href="https://software.intel.com/en-us/user/1365853" style="font-size: 11px; background-color: rgb(238, 238, 238);"&gt;Rodolfo S&lt;/A&gt;:&lt;/P&gt;

&lt;P&gt;Thank you. Although they are not the same instance, if anyone else successfully &amp;nbsp;load my enclave, then &amp;nbsp;he can unseal the secret and perform other operation with the secret. Is that right?&lt;/P&gt;

&lt;P&gt;Regards&amp;nbsp;&lt;/P&gt;

&lt;P&gt;you&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 03:15:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Different-app-use-the-same-enclave/m-p/1152777#M2630</guid>
      <dc:creator>you_w_</dc:creator>
      <dc:date>2017-07-25T03:15:51Z</dc:date>
    </item>
    <item>
      <title>Hi you w.,</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Different-app-use-the-same-enclave/m-p/1152778#M2631</link>
      <description>&lt;P&gt;Hi you w.,&lt;/P&gt;

&lt;P&gt;Any update on this issue? I would like to find out the answer.&lt;/P&gt;

&lt;P&gt;-ria&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2018 09:40:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Different-app-use-the-same-enclave/m-p/1152778#M2631</guid>
      <dc:creator>alc__ria</dc:creator>
      <dc:date>2018-10-10T09:40:11Z</dc:date>
    </item>
    <item>
      <title>Hi all.</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Different-app-use-the-same-enclave/m-p/1152779#M2632</link>
      <description>&lt;P&gt;Hi all.&lt;/P&gt;

&lt;P&gt;No, there is no built-in way to prevent one untrusted app from loading another's enclave, as you say, to bind them together.&lt;/P&gt;

&lt;P&gt;Regards.&lt;/P&gt;

&lt;P&gt;Scott&lt;/P&gt;</description>
      <pubDate>Thu, 11 Oct 2018 13:45:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Different-app-use-the-same-enclave/m-p/1152779#M2632</guid>
      <dc:creator>Scott_R_Intel</dc:creator>
      <dc:date>2018-10-11T13:45:53Z</dc:date>
    </item>
  </channel>
</rss>

