<?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 Hello, Experts! in Intel® Software Guard Extensions (Intel® SGX)</title>
    <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Intel-R-Software-Guard-Extensions-SDK-1-9-Version-for-Linux-OS/m-p/1174576#M3318</link>
    <description>&lt;P style="font-size: 13.008px;"&gt;Hello, Experts!&lt;/P&gt;

&lt;P style="font-size: 13.008px;"&gt;&lt;SPAN style="font-size: 1em;"&gt;I am a newbie of SGX. I am wondering that if I can extract the SGX specified&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px;"&gt;instructions in the initial content of target plaintext enclave.so within a compromised OS kernel and reassemble&amp;nbsp;a new x.so file with the same control flow except for the extracted&amp;nbsp;SGX instructions (i.e. EADD, EINIT,etc.)&amp;nbsp; then invoke&amp;nbsp;the interfaces. As a result, both application and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px;"&gt;the x.so file are running outside the enclave. And&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px;"&gt;&amp;nbsp;I can get the same result as inside the enclave since I have the same input and processing code.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="font-size: 13.008px;"&gt;&lt;SPAN style="font-size: 13.008px;"&gt;Is it possible or are there any problems that I did not take into consideration? Is it under the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px;"&gt;threat model of SGX?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Nov 2017 03:33:04 GMT</pubDate>
    <dc:creator>Gino1</dc:creator>
    <dc:date>2017-11-08T03:33:04Z</dc:date>
    <item>
      <title>Intel(R) Software Guard Extensions SDK 1.9 Version for Linux OS* now available</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Intel-R-Software-Guard-Extensions-SDK-1-9-Version-for-Linux-OS/m-p/1174573#M3315</link>
      <description>&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;The Intel(R) SGX SDK 1.9 Version for Linux* OS Open Source project is now live and can be found here:&amp;nbsp;&amp;nbsp;&lt;A href="https://01.org/intel-software-guard-extensions/" rel="nofollow"&gt;https://01.org/intel-software-guard-extensions/&lt;/A&gt;&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;The code is hosted here:&lt;A href="https://github.com/01org/linux-sgx" rel="nofollow"&gt;&amp;nbsp;https://github.com/01org/linux-sgx&lt;/A&gt;&lt;A href="https://github.com/01org/linux-sgx" rel="nofollow"&gt;&amp;nbsp;&lt;/A&gt;(link is external)&amp;nbsp;and&amp;nbsp;&lt;A href="https://github.com/01org/linux-sgx-driver" rel="nofollow"&gt;https://github.com/01org/linux-sgx-driver&amp;nbsp;&lt;/A&gt;(link is external)&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;- Surenthar&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 05:57:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Intel-R-Software-Guard-Extensions-SDK-1-9-Version-for-Linux-OS/m-p/1174573#M3315</guid>
      <dc:creator>Surenthar_S_Intel</dc:creator>
      <dc:date>2017-08-29T05:57:07Z</dc:date>
    </item>
    <item>
      <title>Thanks for the hard work!
	 </title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Intel-R-Software-Guard-Extensions-SDK-1-9-Version-for-Linux-OS/m-p/1174574#M3316</link>
      <description>&lt;P&gt;Thanks for the hard work!&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Sep 2017 21:34:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Intel-R-Software-Guard-Extensions-SDK-1-9-Version-for-Linux-OS/m-p/1174574#M3316</guid>
      <dc:creator>Amr_A_</dc:creator>
      <dc:date>2017-09-04T21:34:19Z</dc:date>
    </item>
    <item>
      <title>Hi everyone!</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Intel-R-Software-Guard-Extensions-SDK-1-9-Version-for-Linux-OS/m-p/1174575#M3317</link>
      <description>&lt;P&gt;Hi everyone!&lt;/P&gt;

&lt;P&gt;We are currently using Version 1.9 from your homepage.&lt;/P&gt;

&lt;P&gt;1. At the moment we use clang for compiling. There seems to be an issue with the version of libcxx which came with the sgxsdk. Even compiling Cxx11SGXDemo with CC=clang and CXX=clang++ does not work for us. The resulting error was:&lt;/P&gt;

&lt;PRE class="brush:;"&gt;    In file included from Enclave/TrustedLibrary/Libcxx.cpp:32:
In file included from /opt/intel/sgxsdk/include/libcxx/string:437:
/opt/intel/sgxsdk/include/libcxx/__config:424:11: fatal error: 'features.h' file not found
# include &amp;lt;features.h&amp;gt;&lt;/PRE&gt;

&lt;P&gt;At the other hand compiling with gcc works fine.&lt;/P&gt;

&lt;P&gt;2. There seems to be still no sgx_enable_device()-function in the Linux libraries. (Version 1.9.100.39124).&lt;/P&gt;

&lt;P&gt;3. You wrote in your license agreement for SGX that we are responsible for distribution of the PSW. Is it mandatory to keep the same form you provide it (binary executable installer), or can we "repackage" it in another package format (Debian-Package)?&lt;/P&gt;

&lt;P&gt;4. In your Document "Intel Software Guard Extentsions SDK for Linux OS" at page 114 you mention a static version of the "Untrusted Run-Time System" library. (libsgx_urts.a).&amp;nbsp; Where can we find these? We have installed SGXSDK and PSW but it’s not there. We need it, because as soon as we link the untrusted files from edger8r to our app (just like your examples do) there are some unresolved symbols (i.E. sgx_thread_wait_untrusted_event_ocall). It seems that these symbols are defined in libsgx_urts.a.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2017 07:46:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Intel-R-Software-Guard-Extensions-SDK-1-9-Version-for-Linux-OS/m-p/1174575#M3317</guid>
      <dc:creator>Sergii_S_</dc:creator>
      <dc:date>2017-10-18T07:46:18Z</dc:date>
    </item>
    <item>
      <title>Hello, Experts!</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Intel-R-Software-Guard-Extensions-SDK-1-9-Version-for-Linux-OS/m-p/1174576#M3318</link>
      <description>&lt;P style="font-size: 13.008px;"&gt;Hello, Experts!&lt;/P&gt;

&lt;P style="font-size: 13.008px;"&gt;&lt;SPAN style="font-size: 1em;"&gt;I am a newbie of SGX. I am wondering that if I can extract the SGX specified&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px;"&gt;instructions in the initial content of target plaintext enclave.so within a compromised OS kernel and reassemble&amp;nbsp;a new x.so file with the same control flow except for the extracted&amp;nbsp;SGX instructions (i.e. EADD, EINIT,etc.)&amp;nbsp; then invoke&amp;nbsp;the interfaces. As a result, both application and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px;"&gt;the x.so file are running outside the enclave. And&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px;"&gt;&amp;nbsp;I can get the same result as inside the enclave since I have the same input and processing code.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="font-size: 13.008px;"&gt;&lt;SPAN style="font-size: 13.008px;"&gt;Is it possible or are there any problems that I did not take into consideration? Is it under the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px;"&gt;threat model of SGX?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 03:33:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Intel-R-Software-Guard-Extensions-SDK-1-9-Version-for-Linux-OS/m-p/1174576#M3318</guid>
      <dc:creator>Gino1</dc:creator>
      <dc:date>2017-11-08T03:33:04Z</dc:date>
    </item>
    <item>
      <title>This forum is dead...</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Intel-R-Software-Guard-Extensions-SDK-1-9-Version-for-Linux-OS/m-p/1174577#M3319</link>
      <description>&lt;P&gt;This forum is dead...&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2017 15:46:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Intel-R-Software-Guard-Extensions-SDK-1-9-Version-for-Linux-OS/m-p/1174577#M3319</guid>
      <dc:creator>Sergii_S_</dc:creator>
      <dc:date>2017-11-22T15:46:15Z</dc:date>
    </item>
  </channel>
</rss>

