<?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 SGX OpenSSL API Support in Intel® Software Guard Extensions (Intel® SGX)</title>
    <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/SGX-OpenSSL-API-Support/m-p/1166319#M3066</link>
    <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em;"&gt;I saw from the OpenSSL SGX library that it supports only a handful of OpenSSL API's. &amp;nbsp;For example, EVP_aes_128_gcm and EVP_aes_256_gcm only for symmetric encryption. &amp;nbsp;I saw from the package that it supports more that what's documented (at least for the public key cryptography support). &amp;nbsp;I could not see any test code for the symmetric encryption, so I cannot verify for sure. &amp;nbsp;I could only rely on the evp.h file to check the support for symmetric encryption and it supports most of what OpenSSL provides, i.e. no #ifdefs to exclude the other AES modes.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Can anyone please confirm that it is just some incomplete documentation that's written in the SgxSSL library developer guide?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Thank you very much!&lt;BR /&gt;
	&lt;BR /&gt;
	Kind Regards,&lt;BR /&gt;
	Elephant&lt;/SPAN&gt;&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 14 Aug 2017 10:31:47 GMT</pubDate>
    <dc:creator>Elephant</dc:creator>
    <dc:date>2017-08-14T10:31:47Z</dc:date>
    <item>
      <title>SGX OpenSSL API Support</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/SGX-OpenSSL-API-Support/m-p/1166319#M3066</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em;"&gt;I saw from the OpenSSL SGX library that it supports only a handful of OpenSSL API's. &amp;nbsp;For example, EVP_aes_128_gcm and EVP_aes_256_gcm only for symmetric encryption. &amp;nbsp;I saw from the package that it supports more that what's documented (at least for the public key cryptography support). &amp;nbsp;I could not see any test code for the symmetric encryption, so I cannot verify for sure. &amp;nbsp;I could only rely on the evp.h file to check the support for symmetric encryption and it supports most of what OpenSSL provides, i.e. no #ifdefs to exclude the other AES modes.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Can anyone please confirm that it is just some incomplete documentation that's written in the SgxSSL library developer guide?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Thank you very much!&lt;BR /&gt;
	&lt;BR /&gt;
	Kind Regards,&lt;BR /&gt;
	Elephant&lt;/SPAN&gt;&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2017 10:31:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/SGX-OpenSSL-API-Support/m-p/1166319#M3066</guid>
      <dc:creator>Elephant</dc:creator>
      <dc:date>2017-08-14T10:31:47Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/SGX-OpenSSL-API-Support/m-p/1166320#M3067</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Have you tried implementing the API&lt;SPAN style="font-size: 1em;"&gt;&amp;nbsp;not specified in the user guide in the program. I guess some functions were not specified in the user guide like evp_aes_192, evp_rc2 . The others EVP_rc4, EVP_rc5, EVP_cast, EVP_bf are not supported.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2017 13:05:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/SGX-OpenSSL-API-Support/m-p/1166320#M3067</guid>
      <dc:creator>Anusha_K_Intel</dc:creator>
      <dc:date>2017-08-17T13:05:53Z</dc:date>
    </item>
    <item>
      <title>Hi Anusha,</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/SGX-OpenSSL-API-Support/m-p/1166321#M3068</link>
      <description>&lt;P&gt;Hi Anusha,&lt;BR /&gt;
	&lt;BR /&gt;
	Yes, I have tried implementing some API's not in the documentation and they work. &amp;nbsp;For example, AES CBC, etc.&lt;BR /&gt;
	Anyway, it would probably be better if they have a document discussing what they don't support if they actually support most of the API's. :-)&lt;BR /&gt;
	&lt;BR /&gt;
	Kind Regards,&lt;BR /&gt;
	Rodel&lt;BR /&gt;
	&lt;BR /&gt;
	&lt;/P&gt;&lt;BLOCKQUOTE&gt;Anusha K. (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Have you tried implementing the API&amp;nbsp;not specified in the user guide in the program. I guess some functions were not specified in the user guide like evp_aes_192, evp_rc2 . The others EVP_rc4, EVP_rc5, EVP_cast, EVP_bf are not supported.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2017 05:44:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/SGX-OpenSSL-API-Support/m-p/1166321#M3068</guid>
      <dc:creator>Elephant</dc:creator>
      <dc:date>2017-08-24T05:44:56Z</dc:date>
    </item>
    <item>
      <title>The functions included in the</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/SGX-OpenSSL-API-Support/m-p/1166322#M3069</link>
      <description>&lt;P&gt;The functions included in the documentation are the only ones we could verify in the posted package. As you noticed, we haven't removed the remaining APIs, which may or may not work.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2017 18:58:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/SGX-OpenSSL-API-Support/m-p/1166322#M3069</guid>
      <dc:creator>Juan_d_Intel</dc:creator>
      <dc:date>2017-08-28T18:58:05Z</dc:date>
    </item>
    <item>
      <title>Hi Juan,</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/SGX-OpenSSL-API-Support/m-p/1166323#M3070</link>
      <description>&lt;P&gt;Hi Juan,&lt;BR /&gt;
	&lt;BR /&gt;
	Thank you for this information. &amp;nbsp;Those API's that were said to be working but not in the documentation is still running inside the main enclave that use them right? &amp;nbsp;(no ocalls within the SGXSSL library?)&lt;BR /&gt;
	&lt;BR /&gt;
	Thanks. &amp;nbsp;&lt;BR /&gt;
	&lt;BR /&gt;
	Kind Regards,&lt;BR /&gt;
	Elephant&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Juan del Cuvillo (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;The functions included in the documentation are the only ones we could verify in the posted package. As you noticed, we haven't removed the remaining APIs, which may or may not work.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2017 05:02:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/SGX-OpenSSL-API-Support/m-p/1166323#M3070</guid>
      <dc:creator>Elephant</dc:creator>
      <dc:date>2017-09-14T05:02:15Z</dc:date>
    </item>
  </channel>
</rss>

