<?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: A question about program integrity with remote attestation in Intel® Software Guard Extensions (Intel® SGX)</title>
    <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/A-question-about-program-integrity-with-remote-attestation/m-p/1431976#M5544</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In order for Remote Attestation to work, the client's enclave must proves the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;The identity&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;That it has not been tampered with&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;That it is running on a genuine platform with Intel SGX enabled&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;That it is running at the latest security level, also referred to as the Trusted Computing Base (TCB) level&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After all these conditions are met, only then is a connection between client and server established and the remote server can safely provision secrets to the enclave.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Remote Attestation utilizes a modified &lt;A href="https://en.wikipedia.org/wiki/Proof_of_knowledge#Sigma_protocols" target="_blank" rel="noopener noreferrer"&gt;Sigma&lt;/A&gt; protocol to facilitate a Diffie-Hellman Key Exchange (DHKE) between the client and server. The shared key obtained from this exchange can be used by the service provider to encrypt secrets to be provisioned to the client. The client enclave is able to derive the same key and use it to decrypt the secret.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the complete attestation flow figure for your reference.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KFPW_Intel_0-1669081441416.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/35356i640E1482488909A6/image-size/medium?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="KFPW_Intel_0-1669081441416.png" alt="KFPW_Intel_0-1669081441416.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Refer this &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="_blank" rel="noopener noreferrer"&gt;Article&lt;/A&gt; (Provisioning Secrets with Remote Attestation) for more information. Hope this is helpful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Ken&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Nov 2022 01:44:17 GMT</pubDate>
    <dc:creator>KFPW_Intel</dc:creator>
    <dc:date>2022-11-22T01:44:17Z</dc:date>
    <item>
      <title>A question about program integrity with remote attestation</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/A-question-about-program-integrity-with-remote-attestation/m-p/1431590#M5541</link>
      <description>&lt;P&gt;Intel SGX provides a remote attestation, which means that the client can trust the program running in the Enclave of the SGX application running on the server. However, since the communication between the client and server runs in the untrusted area, I believe that the client cannot guarantee that the data sent by the client will be processed correctly (e.g., a process in the untrusted area is tampered with and does not transition into the Enclave). Is this correct?&lt;/P&gt;</description>
      <pubDate>Sun, 20 Nov 2022 14:49:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/A-question-about-program-integrity-with-remote-attestation/m-p/1431590#M5541</guid>
      <dc:creator>wwfbear789</dc:creator>
      <dc:date>2022-11-20T14:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: A question about program integrity with remote attestation</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/A-question-about-program-integrity-with-remote-attestation/m-p/1431976#M5544</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In order for Remote Attestation to work, the client's enclave must proves the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;SPAN&gt;The identity&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;That it has not been tampered with&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;That it is running on a genuine platform with Intel SGX enabled&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;That it is running at the latest security level, also referred to as the Trusted Computing Base (TCB) level&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After all these conditions are met, only then is a connection between client and server established and the remote server can safely provision secrets to the enclave.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Remote Attestation utilizes a modified &lt;A href="https://en.wikipedia.org/wiki/Proof_of_knowledge#Sigma_protocols" target="_blank" rel="noopener noreferrer"&gt;Sigma&lt;/A&gt; protocol to facilitate a Diffie-Hellman Key Exchange (DHKE) between the client and server. The shared key obtained from this exchange can be used by the service provider to encrypt secrets to be provisioned to the client. The client enclave is able to derive the same key and use it to decrypt the secret.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the complete attestation flow figure for your reference.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KFPW_Intel_0-1669081441416.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/35356i640E1482488909A6/image-size/medium?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="KFPW_Intel_0-1669081441416.png" alt="KFPW_Intel_0-1669081441416.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Refer this &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="_blank" rel="noopener noreferrer"&gt;Article&lt;/A&gt; (Provisioning Secrets with Remote Attestation) for more information. Hope this is helpful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Ken&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2022 01:44:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/A-question-about-program-integrity-with-remote-attestation/m-p/1431976#M5544</guid>
      <dc:creator>KFPW_Intel</dc:creator>
      <dc:date>2022-11-22T01:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: A question about program integrity with remote attestation</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/A-question-about-program-integrity-with-remote-attestation/m-p/1433044#M5547</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your question and the accepted solution. Hope the information provided is helpful. If you need any additional information from Intel, please submit a new question as this thread is no longer being monitored.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Ken&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2022 04:12:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/A-question-about-program-integrity-with-remote-attestation/m-p/1433044#M5547</guid>
      <dc:creator>KFPW_Intel</dc:creator>
      <dc:date>2022-11-25T04:12:17Z</dc:date>
    </item>
  </channel>
</rss>

