<?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  sgx get trusted time in Intel® Software Guard Extensions (Intel® SGX)</title>
    <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/sgx-get-trusted-time/m-p/1173559#M3296</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;I would like to know how the core concept behind the API call&amp;nbsp; "sgx_get_trusted_time".&lt;/P&gt;

&lt;P&gt;Is there a deticated hardware for that or what? How does Intel assure that it is a trusted time?&lt;/P&gt;

&lt;P&gt;Regards&lt;/P&gt;</description>
    <pubDate>Sat, 26 Aug 2017 17:39:15 GMT</pubDate>
    <dc:creator>Amr_A_</dc:creator>
    <dc:date>2017-08-26T17:39:15Z</dc:date>
    <item>
      <title>sgx get trusted time</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/sgx-get-trusted-time/m-p/1173559#M3296</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;I would like to know how the core concept behind the API call&amp;nbsp; "sgx_get_trusted_time".&lt;/P&gt;

&lt;P&gt;Is there a deticated hardware for that or what? How does Intel assure that it is a trusted time?&lt;/P&gt;

&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Sat, 26 Aug 2017 17:39:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/sgx-get-trusted-time/m-p/1173559#M3296</guid>
      <dc:creator>Amr_A_</dc:creator>
      <dc:date>2017-08-26T17:39:15Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/sgx-get-trusted-time/m-p/1173560#M3297</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;The trusted time is uses AE&amp;nbsp;&lt;SPAN style="font-size: 1em;"&gt;service for fetching the time. Before using the trusted time function we need to call&amp;nbsp;&lt;/SPAN&gt;sgx_create_pse_session&amp;nbsp;for platform service. This platform service enclave fetches the data related to the function.&lt;/P&gt;

&lt;P&gt;sgx_status_t sgx_get_trusted_time(&lt;BR /&gt;
	sgx_time_t* current_time,&lt;BR /&gt;
	sgx_time_source_nonce_t* time_source_nonce&lt;BR /&gt;
	);&lt;/P&gt;

&lt;P&gt;current_time contains time in seconds and time_source_nonce con-tains nonce associate with the time. The caller should compare time_source_nonce against the value returned from the previous call of this API if it needs to calculate the time passed between two readings of the Trusted Timer. If the time_source_nonce of the two readings do not match, the dif-ference between the two readings does not necessarily reflect time passed&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2017 13:41:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/sgx-get-trusted-time/m-p/1173560#M3297</guid>
      <dc:creator>Anusha_K_Intel</dc:creator>
      <dc:date>2017-08-28T13:41:18Z</dc:date>
    </item>
    <item>
      <title>Hi Anusha,</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/sgx-get-trusted-time/m-p/1173561#M3298</link>
      <description>&lt;P&gt;Hi Anusha,&lt;/P&gt;

&lt;P&gt;Thanks for your reply. I would like to know the algorithm behind it?&lt;/P&gt;

&lt;P&gt;Does it depend on a trusted hardware? How can they guarantee the trust in such a call?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2017 16:44:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/sgx-get-trusted-time/m-p/1173561#M3298</guid>
      <dc:creator>Amr_A_</dc:creator>
      <dc:date>2017-08-28T16:44:32Z</dc:date>
    </item>
    <item>
      <title>Hi</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/sgx-get-trusted-time/m-p/1173562#M3299</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;

&lt;P&gt;Trusted Time service depends on specific capability in the chipset on the platform.&amp;nbsp;&lt;SPAN style="font-size: 1em;"&gt;The recent SGX Linux SW releases do provide SGX Monotonic Counter and Trusted Time service on Ubuntu 16.04, if the chipset on the platform supports it.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Shivananda&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 09:14:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/sgx-get-trusted-time/m-p/1173562#M3299</guid>
      <dc:creator>Shivananda_H_Intel</dc:creator>
      <dc:date>2017-08-29T09:14:18Z</dc:date>
    </item>
    <item>
      <title>Hi Shivananda,</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/sgx-get-trusted-time/m-p/1173563#M3300</link>
      <description>&lt;P&gt;Hi Shivananda,&lt;/P&gt;

&lt;P&gt;Thanks for your reply. So there is hardware support behind it. But I found online that this sgx_get_trusted_time API is only available during the simulation mode. Is that right?&lt;/P&gt;

&lt;P&gt;Is there any examples for using it?&lt;/P&gt;

&lt;P&gt;Regards&lt;/P&gt;

&lt;P&gt;Amr&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2017 15:13:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/sgx-get-trusted-time/m-p/1173563#M3300</guid>
      <dc:creator>Amr_A_</dc:creator>
      <dc:date>2017-09-04T15:13:46Z</dc:date>
    </item>
  </channel>
</rss>

