<?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 Re: Communication between enclaves in Intel® Software Guard Extensions (Intel® SGX)</title>
    <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Communication-between-enclaves/m-p/1387855#M5307</link>
    <description>&lt;P&gt;Thank you for your reply.&lt;/P&gt;
&lt;P&gt;I learned a lot of useful things, I plan to study the documentation you provided me by myself.&lt;/P&gt;
&lt;P&gt;Thank you very much!&lt;/P&gt;
&lt;P&gt;Sincerely,&lt;/P&gt;
&lt;P&gt;Double&lt;/P&gt;</description>
    <pubDate>Thu, 26 May 2022 21:00:58 GMT</pubDate>
    <dc:creator>double</dc:creator>
    <dc:date>2022-05-26T21:00:58Z</dc:date>
    <item>
      <title>Communication between enclaves</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Communication-between-enclaves/m-p/1387815#M5305</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;
&lt;P&gt;I want to communication between different enclaves. But I don't know how to do it. I have 3 problems to solve.&lt;/P&gt;
&lt;P&gt;1. There are two enclaves: Enclave A and Enclave B. I want to let A transfer some data to B, but I don't know how to do it.&lt;/P&gt;
&lt;P&gt;2. And if A and B are in different devices, what should I do.&lt;/P&gt;
&lt;P&gt;3.&amp;nbsp;I want to implement in my project the Intel SGX remote attestation mecanisme. this mecanisme requires the Service Provider and a IAS server. My problem is: what is exactly a Service Provider, is it an ordinary server in which we install an API or something else. How to configure this SP in order to implement remote attestation mecanisme.&lt;/P&gt;
&lt;P&gt;Thank you for your help.&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 19:21:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Communication-between-enclaves/m-p/1387815#M5305</guid>
      <dc:creator>double</dc:creator>
      <dc:date>2022-05-26T19:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Communication between enclaves</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Communication-between-enclaves/m-p/1387848#M5306</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Before collaborating, one enclave will have to authenticate the other locally using SGX report mechanism to verify it is running on the same TCB platform (local attestation). This will create a protected channel between the two local enclaves. Note that two enclaves can never communicate directly to each other, it is always done through the application. See &lt;A href="https://download.01.org/intel-sgx/sgx-linux/2.16/docs/Intel_SGX_Developer_Reference_Linux_2.16_Open_Source.pdf#page=102" target="_self"&gt;Figure 9&lt;/A&gt; for a diagram of how two enclaves communicate with each other through an application. It is also possible for two enclaves that exist on separate machines to transfer data between each other, but it is not as simple as when they are on one machine. A third party server, like a service provider, will be needed to create secure channels between the enclaves. For more information on local attestation, check out the &lt;A href="https://download.01.org/intel-sgx/sgx-linux/2.16/docs/Intel_SGX_Developer_Reference_Linux_2.16_Open_Source.pdf#page=97" target="_self"&gt;SGX Developer Reference Guide.&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You would use a regular service provider but when setting up remote attestation, the client asks the SP to provision secrets. It is a specific API endpoint that the SP implements for making such a request. The SP responds to the request by issuing a challenge requesting the client to attest itself. &lt;A href="https://www.intel.com/content/www/us/en/developer/articles/code-sample/software-guard-extensions-remote-attestation-end-to-end-example.html" target="_self"&gt;This&lt;/A&gt; document explains more about the communication sequence between client/server during remote attestation.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this information was helpful&lt;/P&gt;
&lt;P&gt;Sincerely,&lt;/P&gt;
&lt;P&gt;Sahira&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 20:48:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Communication-between-enclaves/m-p/1387848#M5306</guid>
      <dc:creator>Sahira_Intel</dc:creator>
      <dc:date>2022-05-26T20:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Communication between enclaves</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Communication-between-enclaves/m-p/1387855#M5307</link>
      <description>&lt;P&gt;Thank you for your reply.&lt;/P&gt;
&lt;P&gt;I learned a lot of useful things, I plan to study the documentation you provided me by myself.&lt;/P&gt;
&lt;P&gt;Thank you very much!&lt;/P&gt;
&lt;P&gt;Sincerely,&lt;/P&gt;
&lt;P&gt;Double&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 21:00:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Communication-between-enclaves/m-p/1387855#M5307</guid>
      <dc:creator>double</dc:creator>
      <dc:date>2022-05-26T21:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Communication between enclaves</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Communication-between-enclaves/m-p/1392489#M5331</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;After a period of study, I know that the SP can know if the client is reliable through IAS. But, I don't understand how the client can determine that the SP is a reliable service provider, not a malicious service provider.&lt;/P&gt;
&lt;P&gt;Thanks a lot.&lt;/P&gt;
&lt;P&gt;Sincerely,&lt;/P&gt;
&lt;P&gt;Double&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2022 21:59:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Communication-between-enclaves/m-p/1392489#M5331</guid>
      <dc:creator>double</dc:creator>
      <dc:date>2022-06-14T21:59:37Z</dc:date>
    </item>
  </channel>
</rss>

