<?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:Re: problem in running https://github.com/intel/sgx-ra-sample in Intel® Software Guard Extensions (Intel® SGX)</title>
    <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Re-problem-in-running-https-github-com-intel-sgx-ra-sample/m-p/1246837#M4221</link>
    <description>&lt;P&gt;Hello Mzaman,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I think I figured it out. We should not have added the path &lt;SPAN style="font-family: courier;"&gt;sgxsdk/lib64&lt;/SPAN&gt; to the &lt;SPAN style="font-family: courier;"&gt;LD_LIBRARY_PATH&lt;/SPAN&gt;. &lt;B&gt;Do not&lt;/B&gt;&lt;SPAN style="font-family: courier;"&gt; source sgxsdk/environment&lt;/SPAN&gt;. &lt;B&gt;Remove &lt;/B&gt;it using:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier;"&gt;$ export MY_PATH=/opt/intel/sgxsdk/lib64&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier;"&gt;$ export LD_LIBRARY_PATH="${LD_LIBRARY_PATH/${MY_PATH}:/}"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Copy&lt;/B&gt; &lt;SPAN style="font-family: courier;"&gt;libsgx_uae_service.so&lt;/SPAN&gt; from &lt;SPAN style="font-family: courier;"&gt;sgxsdk/lib64&lt;/SPAN&gt; to &lt;SPAN style="font-family: courier;"&gt;/usr/lib/x86_64-linux-gnu/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier;"&gt;sudo cp ../sgxsdk/lib64/libsgx_uae_service.so /usr/lib/x86_64-linux-gnu/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier;"&gt;make clean &amp;amp;&amp;amp; make&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier;"&gt;./run-client&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Sat, 16 Jan 2021 00:59:15 GMT</pubDate>
    <dc:creator>JesusG_Intel</dc:creator>
    <dc:date>2021-01-16T00:59:15Z</dc:date>
    <item>
      <title>Re: problem in running https://github.com/intel/sgx-ra-sample</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Re-problem-in-running-https-github-com-intel-sgx-ra-sample/m-p/1246012#M4214</link>
      <description>&lt;P&gt;It would be really helpful if you please elaborate the solution. I am facing the same problem.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2021 22:45:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Re-problem-in-running-https-github-com-intel-sgx-ra-sample/m-p/1246012#M4214</guid>
      <dc:creator>mzaman</dc:creator>
      <dc:date>2021-01-13T22:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: problem in running https://github.com/intel/sgx-ra-sample</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Re-problem-in-running-https-github-com-intel-sgx-ra-sample/m-p/1246451#M4215</link>
      <description>&lt;P&gt;Hello mzaman,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Install &lt;/STRONG&gt;the SGX SDK for Linux and the Intel SGX Platform Software (PSW) according to the instructions in the&lt;A href="https://download.01.org/intel-sgx/latest/linux-latest/docs/Intel_SGX_Installation_Guide_Linux_2.12_Open_Source.pdf" target="_self"&gt; Intel SGX Installation Guide for Linux.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The file &lt;SPAN style="font-family: courier;"&gt;libsgx_uae_service.so&lt;/SPAN&gt; is in &lt;SPAN style="font-family: courier;"&gt;sgxsdk/lib64. &lt;/SPAN&gt;&lt;STRONG&gt;Add&lt;/STRONG&gt; this path to the environment variable &lt;SPAN style="font-family: courier;"&gt;LD_LIBRARY_PATH&lt;/SPAN&gt; using one of two methods:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier;"&gt;$ source sgxsdk/environment&lt;/SPAN&gt; (preferred so that all of your paths are set correctly)&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier;"&gt;$ export LD_LIBRARY_PATH=sgxsdk/lib64:$LD_LIBRARY_PATH&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sincerely,&lt;/P&gt;
&lt;P&gt;Jesus G.&lt;/P&gt;
&lt;P&gt;Intel Customer Support&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2021 00:40:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Re-problem-in-running-https-github-com-intel-sgx-ra-sample/m-p/1246451#M4215</guid>
      <dc:creator>JesusG_Intel</dc:creator>
      <dc:date>2021-01-15T00:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: problem in running https://github.com/intel/sgx-ra-sample</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Re-problem-in-running-https-github-com-intel-sgx-ra-sample/m-p/1246740#M4216</link>
      <description>&lt;P&gt;Hi Jesus,&lt;/P&gt;
&lt;P&gt;Thanks for replying. I follow all the steps.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&amp;nbsp;Installed SGX driver (not DCAP), SGX-SDK, SGX-PSW (deb)&lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;For aesm service I kept the proxy type default. So my aesmd.conf file is looked like:&lt;/LI&gt;
&lt;LI&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #proxy type = direct #direct type means no proxy used&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; proxy type = default #system default proxy&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #proxy type = manual #aesm proxy should be specified for manual proxy type&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #aesm proxy = http://proxy_url:proxy_port&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #whitelist url = http://sample_while_list_url/&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #default quoting type = ecdsa_256&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #default quoting type = epid_linkable&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #default quoting type = epid_unlinkable&lt;/LI&gt;
&lt;LI&gt;My sgxsdk and sgx-aesm-service installed in /opt/intel. So I set the path as you said [source /opt/intel/sgxsdk/environment]&lt;/LI&gt;
&lt;LI&gt;Moreover all the sample code in sgxsdk is running properly&lt;/LI&gt;
&lt;LI&gt;For sgx-ra-sample I am still facing the same problem (This system does not support Intel SGX.) when running ./run-client&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;If you please me direct me what else I can do it would be helpful.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Mzaman&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2021 18:28:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Re-problem-in-running-https-github-com-intel-sgx-ra-sample/m-p/1246740#M4216</guid>
      <dc:creator>mzaman</dc:creator>
      <dc:date>2021-01-15T18:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: problem in running https://github.com/intel/sgx-ra-sample</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Re-problem-in-running-https-github-com-intel-sgx-ra-sample/m-p/1246791#M4217</link>
      <description>&lt;P&gt;Hello Mzaman,&lt;/P&gt;
&lt;P&gt;Send a screenshot of the output from:&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier;"&gt;ls /usr/lib/x86_64-linux-gnu/libsgx_*&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It should look similar to the below. I installed all of the PSW components.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JesusG_Intel_0-1610747480474.png" style="width: 947px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/14805i41F9B43150316B03/image-size/medium?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="JesusG_Intel_0-1610747480474.png" alt="JesusG_Intel_0-1610747480474.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2021 21:51:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Re-problem-in-running-https-github-com-intel-sgx-ra-sample/m-p/1246791#M4217</guid>
      <dc:creator>JesusG_Intel</dc:creator>
      <dc:date>2021-01-15T21:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: problem in running https://github.com/intel/sgx-ra-sample</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Re-problem-in-running-https-github-com-intel-sgx-ra-sample/m-p/1246798#M4218</link>
      <description>&lt;P&gt;Hi Jesus,&lt;/P&gt;
&lt;P&gt;Thanks for reply. Here is the screenshot&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot from 2021-01-15 17-04-00.png" style="width: 559px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/14807i45187CA47BE7D6D3/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Screenshot from 2021-01-15 17-04-00.png" alt="Screenshot from 2021-01-15 17-04-00.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Mzaman&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2021 22:06:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Re-problem-in-running-https-github-com-intel-sgx-ra-sample/m-p/1246798#M4218</guid>
      <dc:creator>mzaman</dc:creator>
      <dc:date>2021-01-15T22:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: problem in running https://github.com/intel/sgx-ra-sample</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Re-problem-in-running-https-github-com-intel-sgx-ra-sample/m-p/1246813#M4219</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have two updates&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;I think client side is now working. I need to make again on the client side (my bad).&lt;/LI&gt;
&lt;LI&gt;Now in client side showing 'Please use the correct SGX EPID library from PSW package.' Here is the screen shot of client and server&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cl.png" style="width: 541px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/14808i0BBC9F034AF2D927/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="cl.png" alt="cl.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ser.png" style="width: 570px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/14809iF9452161907CD236/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="ser.png" alt="ser.png" /&gt;&lt;/span&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Mzaman&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2021 22:48:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Re-problem-in-running-https-github-com-intel-sgx-ra-sample/m-p/1246813#M4219</guid>
      <dc:creator>mzaman</dc:creator>
      <dc:date>2021-01-15T22:48:01Z</dc:date>
    </item>
    <item>
      <title>Re:Re: problem in running https://github.com/intel/sgx-ra-sample</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Re-problem-in-running-https-github-com-intel-sgx-ra-sample/m-p/1246837#M4221</link>
      <description>&lt;P&gt;Hello Mzaman,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I think I figured it out. We should not have added the path &lt;SPAN style="font-family: courier;"&gt;sgxsdk/lib64&lt;/SPAN&gt; to the &lt;SPAN style="font-family: courier;"&gt;LD_LIBRARY_PATH&lt;/SPAN&gt;. &lt;B&gt;Do not&lt;/B&gt;&lt;SPAN style="font-family: courier;"&gt; source sgxsdk/environment&lt;/SPAN&gt;. &lt;B&gt;Remove &lt;/B&gt;it using:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier;"&gt;$ export MY_PATH=/opt/intel/sgxsdk/lib64&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier;"&gt;$ export LD_LIBRARY_PATH="${LD_LIBRARY_PATH/${MY_PATH}:/}"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Copy&lt;/B&gt; &lt;SPAN style="font-family: courier;"&gt;libsgx_uae_service.so&lt;/SPAN&gt; from &lt;SPAN style="font-family: courier;"&gt;sgxsdk/lib64&lt;/SPAN&gt; to &lt;SPAN style="font-family: courier;"&gt;/usr/lib/x86_64-linux-gnu/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier;"&gt;sudo cp ../sgxsdk/lib64/libsgx_uae_service.so /usr/lib/x86_64-linux-gnu/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier;"&gt;make clean &amp;amp;&amp;amp; make&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier;"&gt;./run-client&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 16 Jan 2021 00:59:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Re-problem-in-running-https-github-com-intel-sgx-ra-sample/m-p/1246837#M4221</guid>
      <dc:creator>JesusG_Intel</dc:creator>
      <dc:date>2021-01-16T00:59:15Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Re: problem in running https://github.com/intel/sgx-ra-sample</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Re-problem-in-running-https-github-com-intel-sgx-ra-sample/m-p/1247735#M4224</link>
      <description>&lt;P&gt;Hi Jesus,&lt;/P&gt;
&lt;P&gt;Thanks for your reply. I remove the path and copy the libsgx_uae_service.so, still it's showing the same message &lt;STRONG&gt;Please use the correct SGX EPID library from PSW package. &lt;/STRONG&gt;Can you please direct us&amp;nbsp; what I am doing wrong?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Mzaman&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 14:29:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Re-problem-in-running-https-github-com-intel-sgx-ra-sample/m-p/1247735#M4224</guid>
      <dc:creator>mzaman</dc:creator>
      <dc:date>2021-01-19T14:29:31Z</dc:date>
    </item>
    <item>
      <title>Re:Re: problem in running https://github.com/intel/sgx-ra-sample</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Re-problem-in-running-https-github-com-intel-sgx-ra-sample/m-p/1247858#M4225</link>
      <description>&lt;P&gt;Hello Mzaman,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Let's try properly installing libsgx-uae-service:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier;"&gt;$ sudo apt-get install libsgx-uae-service&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;Jesus G.&lt;/P&gt;&lt;P&gt;Intel Customer Support&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Jan 2021 20:37:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Re-problem-in-running-https-github-com-intel-sgx-ra-sample/m-p/1247858#M4225</guid>
      <dc:creator>JesusG_Intel</dc:creator>
      <dc:date>2021-01-19T20:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Re: problem in running https://github.com/intel/sgx-ra-sample</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Re-problem-in-running-https-github-com-intel-sgx-ra-sample/m-p/1247885#M4227</link>
      <description>&lt;P&gt;Hello Jesus,&lt;/P&gt;
&lt;P&gt;Thanks for your reply. Now I am getting the following output from the client side:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;---- Enclave Trust Status from Service Provider ----------------------------&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Enclave Trust is NOT TRUSTED and COMPLICATED. The client is out of date.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;----------------------------------------------------------------------------&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;---- Platform Update Required ----------------------------------------------&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;The following Platform Update(s) are required to bring this&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;platform's Trusted Computing Base (TCB) back into compliance:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;* The CPU Microcode needs to be updated. Contact your OEM for a platform&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;BIOS Update.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;----------------------------------------------------------------------------&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Should I update my BIOS? Thanks again for your help.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Mzaman&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 21:40:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Re-problem-in-running-https-github-com-intel-sgx-ra-sample/m-p/1247885#M4227</guid>
      <dc:creator>mzaman</dc:creator>
      <dc:date>2021-01-19T21:40:02Z</dc:date>
    </item>
    <item>
      <title>Re:Re: problem in running https://github.com/intel/sgx-ra-sample</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Re-problem-in-running-https-github-com-intel-sgx-ra-sample/m-p/1247889#M4228</link>
      <description>&lt;P&gt;Hello Mzaman,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;It works!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Yes, you should get the latest BIOS from your OEM. Note that the latest BIOS may not have all of the necessary mitigations so you may still get Security Advisory reports from IAS.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Let's close this thread since your initial problem is resolved. Please open a new thread for follow-up questions.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Sincerely,&lt;/P&gt;&lt;P&gt;Jesus G.&lt;/P&gt;&lt;P&gt;Intel Customer Support&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Jan 2021 21:47:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Re-problem-in-running-https-github-com-intel-sgx-ra-sample/m-p/1247889#M4228</guid>
      <dc:creator>JesusG_Intel</dc:creator>
      <dc:date>2021-01-19T21:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Re: problem in running https://github.com/intel/sgx-ra-sample</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Re-problem-in-running-https-github-com-intel-sgx-ra-sample/m-p/1248600#M4234</link>
      <description>&lt;P&gt;Hi Jesus,&lt;/P&gt;
&lt;P&gt;You are right. I am running the code with the updated bios still showing some IAS advisories. Thanks for helping to solve the problem.&lt;/P&gt;
&lt;P&gt;We can close this thread.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Mzaman&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jan 2021 14:14:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Re-problem-in-running-https-github-com-intel-sgx-ra-sample/m-p/1248600#M4234</guid>
      <dc:creator>mzaman</dc:creator>
      <dc:date>2021-01-21T14:14:33Z</dc:date>
    </item>
  </channel>
</rss>

