<?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 Anyway, the iclsClient and in Intel® Software Guard Extensions (Intel® SGX)</title>
    <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/RemoteAttestation-Example-on-Linux/m-p/1163122#M2918</link>
    <description>&lt;P&gt;Anyway, the iclsClient and JHI installing link on intel's website seems unavailable now.&lt;/P&gt;&lt;P&gt;I couldn't find anything related with icls on&amp;nbsp;https://software.intel.com/en-us/sgx/sdk.&lt;/P&gt;&lt;P&gt;Any help is appreciated!&lt;/P&gt;</description>
    <pubDate>Mon, 15 Apr 2019 18:47:35 GMT</pubDate>
    <dc:creator>Liu__Jerry</dc:creator>
    <dc:date>2019-04-15T18:47:35Z</dc:date>
    <item>
      <title>RemoteAttestation Example on Linux</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/RemoteAttestation-Example-on-Linux/m-p/1163119#M2915</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I could successfully build PSW and SGX SDK following the instructions from github repo. I &lt;STRONG&gt;haven't&lt;/STRONG&gt; installed iclsClient and JHI. also I have error installing linux sgx driver. Given this status, I am seeing the following error in remoteattestation example when built with hardware debug mode (default) on ubuntu 18.04LTS&lt;/P&gt;&lt;P&gt;$ ./app&lt;/P&gt;&lt;P&gt;Error, call sgx_get_extended_epid_group_id fail [main].&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note that my aesmd service is running:&lt;/P&gt;
&lt;PRE class="brush:plain; class-name:dark;"&gt;systemctl status aesmd.service
● aesmd.service - Intel(R) Architectural Enclave Service Manager
   Loaded: loaded (/lib/systemd/system/aesmd.service; enabled; vendor preset: enabled)
   Active: activating (auto-restart) (Result: exit-code) since Sat 2019-03-02 21:49:11 EST; 14s ago
  Process: 2842 ExecStart=/opt/intel/libsgx-enclave-common/aesm/aesm_service (code=exited, status=0/SUCCESS)
  Process: 2841 ExecStartPre=/bin/chmod 0755 /var/run/aesmd/ (code=exited, status=0/SUCCESS)
  Process: 2840 ExecStartPre=/bin/chown -R aesmd:aesmd /var/run/aesmd/ (code=exited, status=0/SUCCESS)
  Process: 2839 ExecStartPre=/bin/mkdir -p /var/run/aesmd/ (code=exited, status=0/SUCCESS)
  Process: 2835 ExecStartPre=/opt/intel/libsgx-enclave-common/aesm/linksgx.sh (code=exited, status=0/SUCCESS)
 Main PID: 2843 (code=exited, status=1/FAILURE)
&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are my questions. Please help clarify them.&lt;/P&gt;
&lt;P&gt;1. What does the error mean when I am running ./app ?&lt;/P&gt;
&lt;P&gt;2. Do I need to install iclsClient and JHI?&lt;/P&gt;
&lt;P&gt;3. Why is linux sgx driver necessary to run in hardware mode?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Mar 2019 02:56:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/RemoteAttestation-Example-on-Linux/m-p/1163119#M2915</guid>
      <dc:creator>AB_</dc:creator>
      <dc:date>2019-03-03T02:56:31Z</dc:date>
    </item>
    <item>
      <title>Hi，</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/RemoteAttestation-Example-on-Linux/m-p/1163120#M2916</link>
      <description>&lt;P&gt;Hi，&lt;/P&gt;&lt;P&gt;1. The error shows that your AESMD service doesn't run correctly.&lt;/P&gt;&lt;P&gt;2. You need to install Jhi and icls&amp;nbsp;Client before you install SGX PSW，because PSW relies on JHI and icls&amp;nbsp;Client.&lt;/P&gt;&lt;P&gt;3. It's SGX driver that make SGX instructions available for kernel and user.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 08:01:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/RemoteAttestation-Example-on-Linux/m-p/1163120#M2916</guid>
      <dc:creator>you_w_</dc:creator>
      <dc:date>2019-03-07T08:01:53Z</dc:date>
    </item>
    <item>
      <title>Hello.</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/RemoteAttestation-Example-on-Linux/m-p/1163121#M2917</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;First, the driver is needed because SGX requires it to perform necessary ring 0 (kernel) level functions.&amp;nbsp; Until you get the driver loaded correctly, the AESMD service will not run.&amp;nbsp; You&amp;nbsp;&lt;STRONG&gt;do not need&lt;/STRONG&gt;&amp;nbsp;the JHI and iCLS clients installed for general SGX work.&amp;nbsp; You only need them installed if you require SGX platform services (trusted time and monotonic counters), which most usages don't.&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 18:25:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/RemoteAttestation-Example-on-Linux/m-p/1163121#M2917</guid>
      <dc:creator>Scott_R_Intel</dc:creator>
      <dc:date>2019-03-07T18:25:03Z</dc:date>
    </item>
    <item>
      <title>Anyway, the iclsClient and</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/RemoteAttestation-Example-on-Linux/m-p/1163122#M2918</link>
      <description>&lt;P&gt;Anyway, the iclsClient and JHI installing link on intel's website seems unavailable now.&lt;/P&gt;&lt;P&gt;I couldn't find anything related with icls on&amp;nbsp;https://software.intel.com/en-us/sgx/sdk.&lt;/P&gt;&lt;P&gt;Any help is appreciated!&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2019 18:47:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/RemoteAttestation-Example-on-Linux/m-p/1163122#M2918</guid>
      <dc:creator>Liu__Jerry</dc:creator>
      <dc:date>2019-04-15T18:47:35Z</dc:date>
    </item>
  </channel>
</rss>

