<?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 wolfSSL is currently in Intel® Software Guard Extensions (Intel® SGX)</title>
    <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/OpenSSL-with-Intel-SGX-Enclave/m-p/1066920#M172</link>
    <description>&lt;P&gt;wolfSSL is currently developing the wolfCrypt operations (SHA-256, AES-GCM and RSA Encrypt/Decrypt)&lt;BR /&gt;
	to work with SGX Enclave on an internal test bed. It is expected to be ready for the public in the near future!&lt;/P&gt;

&lt;P&gt;The reason wolfSSL thought it relevant to reply to your question is:&lt;/P&gt;

&lt;P&gt;wolfSSL footprints typically average between 80K and 120K. Footprints vary depending on&amp;nbsp;&lt;BR /&gt;
	functionality and speed optimizations. wolfSSL expects to see similar footprints here. This is&lt;BR /&gt;
	preferential to OpenSSL footprint sizes.&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jul 2016 21:14:26 GMT</pubDate>
    <dc:creator>kalsheraut</dc:creator>
    <dc:date>2016-07-20T21:14:26Z</dc:date>
    <item>
      <title>OpenSSL with Intel SGX Enclave</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/OpenSSL-with-Intel-SGX-Enclave/m-p/1066916#M168</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I am currently developing a Intel SGX Application. And I need to use OpenSSL library in the enclave. However, when I build the enclave, tons of errors appear. They looks like this:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Error &amp;nbsp; 17 &amp;nbsp;error C2061: syntax error : identifier 'FILE' &amp;nbsp; C:\OpenSSL-Win32\include\openssl\asn1.h 994 1 &amp;nbsp; Enclave&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Any help is appreciated.&lt;/P&gt;

&lt;P&gt;-Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 11:47:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/OpenSSL-with-Intel-SGX-Enclave/m-p/1066916#M168</guid>
      <dc:creator>Sam5</dc:creator>
      <dc:date>2016-07-20T11:47:34Z</dc:date>
    </item>
    <item>
      <title>Hi Sam,</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/OpenSSL-with-Intel-SGX-Enclave/m-p/1066917#M169</link>
      <description>&lt;P&gt;Hi Sam,&lt;/P&gt;

&lt;P&gt;You should probably either, Configure OpenSSL with no-stdio if you are not using it; or include &amp;lt;stdio.h&amp;gt; on Windows for&amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;FILE (or &amp;lt;unistd.h&amp;gt; on Linux)&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Thanks and Reagrds,&lt;BR /&gt;
	Surenthar Selvaraj&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 12:06:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/OpenSSL-with-Intel-SGX-Enclave/m-p/1066917#M169</guid>
      <dc:creator>Surenthar_S_Intel</dc:creator>
      <dc:date>2016-07-20T12:06:32Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/OpenSSL-with-Intel-SGX-Enclave/m-p/1066918#M170</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I am not sure if I configure the enclave correctly.&lt;/P&gt;

&lt;P&gt;VC++ Directories &amp;nbsp; --&amp;gt; &amp;nbsp; Include Directories "C://OpenSSL-Win32/include"&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Library Directories "C://OpenSSL-Win32/lib"&lt;BR /&gt;
	C/C++ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;--&amp;gt; &amp;nbsp; Additional Include Directories "(some SGX default); C://OpenSSL-Win32/include"&lt;BR /&gt;
	Linker &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --&amp;gt; &amp;nbsp;General &amp;nbsp;--&amp;gt; &amp;nbsp;Additional Library Directories "C://OpenSSL-Win32/lib"&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Input --&amp;gt; Additional Dependencies: "libeay32.lib; ssleay32.lib"&lt;/P&gt;

&lt;P&gt;Any help is appreciated.&lt;/P&gt;

&lt;P&gt;-Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 12:14:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/OpenSSL-with-Intel-SGX-Enclave/m-p/1066918#M170</guid>
      <dc:creator>Sam5</dc:creator>
      <dc:date>2016-07-20T12:14:26Z</dc:date>
    </item>
    <item>
      <title>Hi Sam,</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/OpenSSL-with-Intel-SGX-Enclave/m-p/1066919#M171</link>
      <description>&lt;P&gt;Hi Sam,&lt;/P&gt;

&lt;P&gt;Are you using the Intel trusted OpenSSL library? There is a sample code "X509 project" that shows how to use the trusted OpenSSL (topenssl) inside enclaves. If you want to use another version of OpenSSL you should build it with Intel trusted standard C/C++ libraries and create an "enclave library" then link it to the enclave. You can not link the enclave with some random libraries you only can link it with trusted static libraries.&lt;/P&gt;

&lt;P&gt;Thanks and Reagrds,&lt;BR /&gt;
	Surenthar Selvaraj&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 12:26:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/OpenSSL-with-Intel-SGX-Enclave/m-p/1066919#M171</guid>
      <dc:creator>Surenthar_S_Intel</dc:creator>
      <dc:date>2016-07-20T12:26:27Z</dc:date>
    </item>
    <item>
      <title>wolfSSL is currently</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/OpenSSL-with-Intel-SGX-Enclave/m-p/1066920#M172</link>
      <description>&lt;P&gt;wolfSSL is currently developing the wolfCrypt operations (SHA-256, AES-GCM and RSA Encrypt/Decrypt)&lt;BR /&gt;
	to work with SGX Enclave on an internal test bed. It is expected to be ready for the public in the near future!&lt;/P&gt;

&lt;P&gt;The reason wolfSSL thought it relevant to reply to your question is:&lt;/P&gt;

&lt;P&gt;wolfSSL footprints typically average between 80K and 120K. Footprints vary depending on&amp;nbsp;&lt;BR /&gt;
	functionality and speed optimizations. wolfSSL expects to see similar footprints here. This is&lt;BR /&gt;
	preferential to OpenSSL footprint sizes.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 21:14:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/OpenSSL-with-Intel-SGX-Enclave/m-p/1066920#M172</guid>
      <dc:creator>kalsheraut</dc:creator>
      <dc:date>2016-07-20T21:14:26Z</dc:date>
    </item>
    <item>
      <title>Yes, i am using the Intel</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/OpenSSL-with-Intel-SGX-Enclave/m-p/1066921#M173</link>
      <description>&lt;P&gt;Yes, i am using the Intel trusted OpenSSL Lib&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2016 03:48:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/OpenSSL-with-Intel-SGX-Enclave/m-p/1066921#M173</guid>
      <dc:creator>Sam5</dc:creator>
      <dc:date>2016-07-21T03:48:57Z</dc:date>
    </item>
    <item>
      <title>I did not find the "X509</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/OpenSSL-with-Intel-SGX-Enclave/m-p/1066922#M174</link>
      <description>&lt;P&gt;I did not find the "X509 Project " in the SDK for Linux. Where is the topenssl library in SDK for Linux?&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jul 2016 01:08:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/OpenSSL-with-Intel-SGX-Enclave/m-p/1066922#M174</guid>
      <dc:creator>shen_y_</dc:creator>
      <dc:date>2016-07-30T01:08:32Z</dc:date>
    </item>
    <item>
      <title>Have a look at IntelSGXSDK</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/OpenSSL-with-Intel-SGX-Enclave/m-p/1066923#M175</link>
      <description>&lt;P&gt;Have a look at&amp;nbsp;IntelSGXSDK\src\X509Verifier&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2016 17:21:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/OpenSSL-with-Intel-SGX-Enclave/m-p/1066923#M175</guid>
      <dc:creator>Juan_d_Intel</dc:creator>
      <dc:date>2016-08-01T17:21:43Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/OpenSSL-with-Intel-SGX-Enclave/m-p/1066924#M176</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;I know this thread is older, but is there a OpenSSL version for the Linux SDK already?&lt;/P&gt;

&lt;P&gt;I just saw the release for WIndows here: &lt;A href="https://software.intel.com/en-us/sgx-sdk/download" target="_blank"&gt;https://software.intel.com/en-us/sgx-sdk/download&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Jan 2017 10:14:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/OpenSSL-with-Intel-SGX-Enclave/m-p/1066924#M176</guid>
      <dc:creator>Svart_K_</dc:creator>
      <dc:date>2017-01-14T10:14:11Z</dc:date>
    </item>
    <item>
      <title>No, there is no OpenSSL for</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/OpenSSL-with-Intel-SGX-Enclave/m-p/1066925#M177</link>
      <description>&lt;P&gt;No, there is no OpenSSL for the Linux SDK.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2017 19:56:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/OpenSSL-with-Intel-SGX-Enclave/m-p/1066925#M177</guid>
      <dc:creator>Juan_d_Intel</dc:creator>
      <dc:date>2017-01-24T19:56:13Z</dc:date>
    </item>
    <item>
      <title>Quote:Juan D. (Intel) wrote:</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/OpenSSL-with-Intel-SGX-Enclave/m-p/1066926#M178</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Juan D. (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;No, there is no OpenSSL for the Linux SDK.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&amp;nbsp;What is the similar solution to openssl for sdk linux?&lt;SPAN style="font-size: 1em;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Mar 2017 00:41:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/OpenSSL-with-Intel-SGX-Enclave/m-p/1066926#M178</guid>
      <dc:creator>Marcos_Vinicius_Mont</dc:creator>
      <dc:date>2017-03-04T00:41:08Z</dc:date>
    </item>
    <item>
      <title>Thanks for your Query. We</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/OpenSSL-with-Intel-SGX-Enclave/m-p/1066927#M179</link>
      <description>&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;Thanks for your Query. We will update you soon.&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;-Surenthar&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2017 10:24:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/OpenSSL-with-Intel-SGX-Enclave/m-p/1066927#M179</guid>
      <dc:creator>Surenthar_S_Intel</dc:creator>
      <dc:date>2017-03-06T10:24:43Z</dc:date>
    </item>
  </channel>
</rss>

