<?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 Hi Scott in Intel® Software Guard Extensions (Intel® SGX)</title>
    <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Need-help-with-Remote-Attestation-Message-1-Client-to-Server/m-p/1126368#M1767</link>
    <description>&lt;P&gt;Hi Scott&lt;/P&gt;&lt;P&gt;The following libraries have been linked to the enclave code and the associated header files &amp;amp; EDL files have also been included. But the errors still persist.&lt;/P&gt;&lt;P&gt;sgx_trts.lib&lt;BR /&gt;sgx_urts.lib&lt;BR /&gt;sgx_tstdc.lib&lt;BR /&gt;sgx_tservice.lib&lt;BR /&gt;sgx_tcrypto.lib&lt;BR /&gt;sgx_tcxx.lib&lt;BR /&gt;sgx_tkey_exchange.lib&lt;BR /&gt;sgx_ukey_exchange.lib&lt;BR /&gt;sgx_uae_service.lib&lt;BR /&gt;C:\Program Files (x86)\OpenSSL-Win32\lib\libcrypto.lib&lt;/P&gt;&lt;P&gt;The RA sample code present on GitHub does not have a function that calls the sgx_ra_get_msg1 method defined inside the SGX SDK.&lt;/P&gt;&lt;P&gt;Can you please let me know where am I going wrong. Presently, I am using x86 under debug mode.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Siddharth&lt;/P&gt;</description>
    <pubDate>Sun, 06 Jan 2019 03:20:27 GMT</pubDate>
    <dc:creator>Syal__Siddharth</dc:creator>
    <dc:date>2019-01-06T03:20:27Z</dc:date>
    <item>
      <title>Need help with Remote Attestation Message 1(Client to Server)</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Need-help-with-Remote-Attestation-Message-1-Client-to-Server/m-p/1126366#M1765</link>
      <description>&lt;P&gt;I am trying to do remote attestation with Intel SGX on Windows platform. Building the code from the scratch.&lt;/P&gt;&lt;P&gt;I am facing issues while building the code to get the sgx_ra_get_msg1() function to construct the msg1 object inside the enclave code.&lt;/P&gt;&lt;P&gt;Most of the errors are related to sgx_ukey_exchange.lib.&lt;/P&gt;&lt;P&gt;The text file contains the error messages that I receive during the enclave build process.&lt;/P&gt;&lt;P&gt;I am using Windows SGX SDK ver 2.2.100.48339 on VS 2017&lt;/P&gt;&lt;P&gt;Please let me know what is going wrong with the library as I have followed the steps mentioned in the RA documentation and imported all the required libraries and the EDL files.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 01:39:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Need-help-with-Remote-Attestation-Message-1-Client-to-Server/m-p/1126366#M1765</guid>
      <dc:creator>Syal__Siddharth</dc:creator>
      <dc:date>2019-01-04T01:39:34Z</dc:date>
    </item>
    <item>
      <title>Hi Siddharth.</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Need-help-with-Remote-Attestation-Message-1-Client-to-Server/m-p/1126367#M1766</link>
      <description>&lt;P&gt;Hi Siddharth.&lt;/P&gt;&lt;P&gt;It looks like you still may be missing some library dependencies.&amp;nbsp; If you take a look at the fully functional SGX RA sample out on GitHub, you'll see the libraries it uses:&amp;nbsp; sgx_ukey_exchange.lib;libCrypto.lib;sgx_urts.lib;sgx_uae_service.lib&lt;/P&gt;&lt;P&gt;Please confirm you have all of those.&lt;/P&gt;&lt;P&gt;Also, make sure you're pointing to the correct versions depending on your build config (x64, x86, debug, release, pre-release, etc.).&lt;/P&gt;&lt;P&gt;If interested, check out that project to see if it helps:&amp;nbsp; &lt;A href="https://github.com/intel/sgx-ra-sample" target="_blank"&gt;https://github.com/intel/sgx-ra-sample&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 21:46:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Need-help-with-Remote-Attestation-Message-1-Client-to-Server/m-p/1126367#M1766</guid>
      <dc:creator>Scott_R_Intel</dc:creator>
      <dc:date>2019-01-04T21:46:42Z</dc:date>
    </item>
    <item>
      <title>Hi Scott</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Need-help-with-Remote-Attestation-Message-1-Client-to-Server/m-p/1126368#M1767</link>
      <description>&lt;P&gt;Hi Scott&lt;/P&gt;&lt;P&gt;The following libraries have been linked to the enclave code and the associated header files &amp;amp; EDL files have also been included. But the errors still persist.&lt;/P&gt;&lt;P&gt;sgx_trts.lib&lt;BR /&gt;sgx_urts.lib&lt;BR /&gt;sgx_tstdc.lib&lt;BR /&gt;sgx_tservice.lib&lt;BR /&gt;sgx_tcrypto.lib&lt;BR /&gt;sgx_tcxx.lib&lt;BR /&gt;sgx_tkey_exchange.lib&lt;BR /&gt;sgx_ukey_exchange.lib&lt;BR /&gt;sgx_uae_service.lib&lt;BR /&gt;C:\Program Files (x86)\OpenSSL-Win32\lib\libcrypto.lib&lt;/P&gt;&lt;P&gt;The RA sample code present on GitHub does not have a function that calls the sgx_ra_get_msg1 method defined inside the SGX SDK.&lt;/P&gt;&lt;P&gt;Can you please let me know where am I going wrong. Presently, I am using x86 under debug mode.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Siddharth&lt;/P&gt;</description>
      <pubDate>Sun, 06 Jan 2019 03:20:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Need-help-with-Remote-Attestation-Message-1-Client-to-Server/m-p/1126368#M1767</guid>
      <dc:creator>Syal__Siddharth</dc:creator>
      <dc:date>2019-01-06T03:20:27Z</dc:date>
    </item>
    <item>
      <title>Hi Siddharth.</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Need-help-with-Remote-Attestation-Message-1-Client-to-Server/m-p/1126369#M1768</link>
      <description>&lt;P&gt;Hi Siddharth.&lt;/P&gt;&lt;P&gt;sgx_ra_get_msg1 is actually called from client.cpp in that sample.&amp;nbsp; See line 517:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/intel/sgx-ra-sample/blob/master/client.cpp" target="_blank"&gt;https://github.com/intel/sgx-ra-sample/blob/master/client.cpp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2019 14:52:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Need-help-with-Remote-Attestation-Message-1-Client-to-Server/m-p/1126369#M1768</guid>
      <dc:creator>Scott_R_Intel</dc:creator>
      <dc:date>2019-01-07T14:52:42Z</dc:date>
    </item>
    <item>
      <title>Intel software is very</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Need-help-with-Remote-Attestation-Message-1-Client-to-Server/m-p/1126370#M1769</link>
      <description>&lt;P&gt;Intel software is very important for us. And it is very helpful for us. I use a good type of information. With the help of software, I can access the printer and if I have an issue with printer then go to the &lt;A href="https://www.epsonsupport247.com/epson-printer-repair-service"&gt;printer repair near me&lt;/A&gt; to solve all the problem. which provide good service to access good information.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2019 06:34:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Need-help-with-Remote-Attestation-Message-1-Client-to-Server/m-p/1126370#M1769</guid>
      <dc:creator>frizzer___Adam</dc:creator>
      <dc:date>2019-01-11T06:34:18Z</dc:date>
    </item>
    <item>
      <title>Open File Explorer by</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Need-help-with-Remote-Attestation-Message-1-Client-to-Server/m-p/1126371#M1770</link>
      <description>&lt;P&gt;Open File Explorer by pressing simultaneously the Windows and E keys on your keyboard.&lt;BR /&gt;Press Ctrl and L at the same time to access the Address Bar,&amp;nbsp; &lt;A href="https://www.hptechnicalsupportphonenumber.com/blog/fix-hp-error-651-windows-78-10/"&gt;HP Connection failed with error 651&lt;/A&gt; and type in %systemroot%\SoftwareDistribution, then press This will open the SoftwareDistribution folder.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2019 10:47:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Need-help-with-Remote-Attestation-Message-1-Client-to-Server/m-p/1126371#M1770</guid>
      <dc:creator>Bolt__Alice</dc:creator>
      <dc:date>2019-09-06T10:47:45Z</dc:date>
    </item>
  </channel>
</rss>

