<?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 Thank you for your reply in Intel® Software Guard Extensions (Intel® SGX)</title>
    <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/What-do-I-need-to-do-to-be-able-to-run-the-example-code-in/m-p/1116925#M1436</link>
    <description>&lt;P&gt;Thank you for your reply Surenthar! It was very helpful.&lt;/P&gt;

&lt;P&gt;I sent an email to sgx_program@intel.com a week ago, and haven't heard back. How many business days does it typically take to get a response?&lt;/P&gt;

&lt;P&gt;Is there other email/website I should contact in order to get information on how to complete the production licensing process?&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;

&lt;P&gt;Ofir&lt;/P&gt;</description>
    <pubDate>Wed, 07 Sep 2016 16:18:06 GMT</pubDate>
    <dc:creator>Ofir_W_</dc:creator>
    <dc:date>2016-09-07T16:18:06Z</dc:date>
    <item>
      <title>What do I need to do to be able to run the example code in release mode? How do I get a key that is white listed?</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/What-do-I-need-to-do-to-be-able-to-run-the-example-code-in/m-p/1116923#M1434</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I downloaded the SDK, and I'm trying to make the SampleEnclave example run in a real, non debug enclave.&lt;/P&gt;

&lt;P&gt;I am building by using the command:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;$&amp;nbsp;&lt;SPAN class="s1"&gt;make&lt;/SPAN&gt;&lt;SPAN class="s2"&gt; SGX_MODE=HW&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;At the and of the build I get the message:&lt;/P&gt;

&lt;P&gt;""" &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;SPAN style="font-style: italic; font-size: 1em; line-height: 1.5;"&gt;.......&lt;/SPAN&gt;&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;LINK =&amp;gt;&amp;nbsp; enclave.so&lt;/SPAN&gt;&lt;/P&gt;

	&lt;P class="p1"&gt;&lt;SPAN class="s1" style="font-size: 1em; line-height: 1.5;"&gt;The project has been built in release hardware mode.&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Please sign the enclave.so first with your signing key before you run the app to launch and access the enclave.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;To sign the enclave use the command:&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;&amp;nbsp; /opt/intel/sgxsdk/bin/x64/sgx_sign sign -key &amp;lt;your key&amp;gt; -enclave enclave.so -out &amp;lt;enclave.signed.so&amp;gt; -config Enclave/Enclave.config.xml&lt;/SPAN&gt;&lt;/P&gt;

	&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;You can also sign the enclave using an external signing tool. See User's Guide for more details.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;To build the project in simulation mode set SGX_MODE=SIM. To build the project in prerelease mode set SGX_PRERELEASE=1 and SGX_MODE=HW """&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P class="p1"&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;So I create a private key by running&lt;/SPAN&gt;&lt;/P&gt;

&lt;P class="p1"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;$&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;openssl genrsa -out &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;private&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;_key.pem -3 3072&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;

&lt;P class="p1"&gt;And then I signed the enclave:&lt;/P&gt;

&lt;P class="p1"&gt;&lt;STRONG&gt;&lt;SPAN class="s1"&gt;$ /opt/intel/sgxsdk/bin/x64/sgx_sign sign -key private_key.pem -enclave enclave.so -out enclave.signed.so -config Enclave/Enclave.config.xml&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;lt;!-- Please refer to User's Guide for the explanation of each field --&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;

	&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;lt;EnclaveConfiguration&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;

	&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ProdID&amp;gt;0&amp;lt;/ProdID&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;

	&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; &amp;lt;ISVSVN&amp;gt;0&amp;lt;/ISVSVN&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;

	&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; &amp;lt;StackMaxSize&amp;gt;0x40000&amp;lt;/StackMaxSize&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;

	&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; &amp;lt;HeapMaxSize&amp;gt;0x100000&amp;lt;/HeapMaxSize&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;

	&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; &amp;lt;TCSNum&amp;gt;10&amp;lt;/TCSNum&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;

	&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; &amp;lt;TCSPolicy&amp;gt;1&amp;lt;/TCSPolicy&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;

	&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; &amp;lt;DisableDebug&amp;gt;0&amp;lt;/DisableDebug&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;

	&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; &amp;lt;MiscSelect&amp;gt;0&amp;lt;/MiscSelect&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;

	&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &amp;nbsp; &amp;lt;MiscMask&amp;gt;0xFFFFFFFF&amp;lt;/MiscMask&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;

	&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;lt;/EnclaveConfiguration&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;

	&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Succeed.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P class="p1"&gt;When I run the enclave I get: "&lt;SPAN class="s1"&gt;Error: Unexpected error occurred." .Digging into it I figured that the error code is 0x4004 which is&amp;nbsp;&lt;STRONG&gt;SGX_ERROR_SERVICE_&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="s2"&gt;INVALID_PRIV&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;ILEGE.&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="s1"&gt;Digging a bit more, reveals that my sigining key is not in the white list of the launch enclave. Which makes sense. This is also written in the SDK documentation for linux, page 11, under "&lt;STRONG&gt;Enclave Project Configuration", &lt;/STRONG&gt;stating that when compiling in release mode &lt;/SPAN&gt;&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;"&lt;/SPAN&gt;Two-step method is the default signing method for the Release configuration. The enclave needs to be signed with a white-listed key."&lt;SPAN class="s1"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P class="p1"&gt;&lt;STRONG&gt;&lt;U&gt;My question is:&lt;/U&gt;&amp;nbsp;What do I need to do to be able to run the example in release mode? How do I get a key that is white listed?&lt;/STRONG&gt;&lt;/P&gt;

&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P class="p1"&gt;&lt;STRONG&gt;Thanks for the help!&lt;/STRONG&gt;&lt;/P&gt;

&lt;P class="p1"&gt;&lt;STRONG&gt;Ofir&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2016 18:56:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/What-do-I-need-to-do-to-be-able-to-run-the-example-code-in/m-p/1116923#M1434</guid>
      <dc:creator>Ofir_W_</dc:creator>
      <dc:date>2016-08-30T18:56:46Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/What-do-I-need-to-do-to-be-able-to-run-the-example-code-in/m-p/1116924#M1435</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Enclave Signing Key Management:&lt;/STRONG&gt;&lt;BR /&gt;
	2-step method using an external signing tool:&lt;BR /&gt;
	&lt;STRONG&gt;First step:&lt;/STRONG&gt; At the end of the enclave build process, the signing tool generates the enclave signing material. The ISV takes the enclave signing material file to an external signing&amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;platform/facility where the private key is stored, signs the signing material file, and takes the resulting signature file back to the build platform.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Second step:&lt;/STRONG&gt; The ISV runs the signing tool with the catsig command providing the necessary information at the command line to add the hash of the public key and signature to the enclave’s&amp;nbsp;metadata section.&lt;/P&gt;

&lt;P&gt;The 2-step signing process protects the signing key in a separate facility. Thus it is the default signing method for the Intel SGX project release profile. This means it is the only method for&amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;signing production enclave applications.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Enclave Signing Example:&lt;/STRONG&gt;&lt;BR /&gt;
	Two-step signing process:&lt;BR /&gt;
	Signing an enclave using a private key stored in an HSM, for instance:&lt;BR /&gt;
	1. Generate the enclave signing material.&lt;BR /&gt;
	sgx_sign gendata -enclave enclave.so -config config.xml -out enclave_hash.hex&lt;/P&gt;

&lt;P&gt;2. At the signing facility, sign the file containing the enclave signing material (enclave_hash.hex) and take the resulting signature file (signature.hex) back to the build platform.&lt;/P&gt;

&lt;P&gt;3. Sign the enclave using the signature file and public key.&lt;BR /&gt;
	sgx_sign catsig -enclave enclave.so -config config.xml -out enclave_signed.so -key public.pem -sig signature.hex -unsigned enclave_hash.hex&lt;/P&gt;

&lt;P&gt;Currently the evaluation SDK allows the developer to create and run enclaves using the Debug and Pre-release profiles. Enclaves compiled under the Release profile will not work until the developer&amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;completes the production licensing process. If you would like to deliver a production-quality application using SGX, please contact the SGX Program&amp;lt;&lt;/SPAN&gt;sgx_program@intel.com&amp;gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt; for more information about a production license.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;-Surenthar&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2016 04:04:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/What-do-I-need-to-do-to-be-able-to-run-the-example-code-in/m-p/1116924#M1435</guid>
      <dc:creator>Surenthar_S_Intel</dc:creator>
      <dc:date>2016-08-31T04:04:00Z</dc:date>
    </item>
    <item>
      <title>Thank you for your reply</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/What-do-I-need-to-do-to-be-able-to-run-the-example-code-in/m-p/1116925#M1436</link>
      <description>&lt;P&gt;Thank you for your reply Surenthar! It was very helpful.&lt;/P&gt;

&lt;P&gt;I sent an email to sgx_program@intel.com a week ago, and haven't heard back. How many business days does it typically take to get a response?&lt;/P&gt;

&lt;P&gt;Is there other email/website I should contact in order to get information on how to complete the production licensing process?&lt;/P&gt;

&lt;P&gt;Thanks!&lt;/P&gt;

&lt;P&gt;Ofir&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2016 16:18:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/What-do-I-need-to-do-to-be-able-to-run-the-example-code-in/m-p/1116925#M1436</guid>
      <dc:creator>Ofir_W_</dc:creator>
      <dc:date>2016-09-07T16:18:06Z</dc:date>
    </item>
    <item>
      <title>Hi Surenthar,</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/What-do-I-need-to-do-to-be-able-to-run-the-example-code-in/m-p/1116926#M1437</link>
      <description>&lt;P&gt;Hi Surenthar,&lt;/P&gt;

&lt;P&gt;Can you please explain what you mean by&amp;nbsp;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;"signing facility"? Is that something provided by Intel or something we have to manage?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Esmond&lt;/P&gt;</description>
      <pubDate>Wed, 14 Sep 2016 17:51:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/What-do-I-need-to-do-to-be-able-to-run-the-example-code-in/m-p/1116926#M1437</guid>
      <dc:creator>Esmond_L_</dc:creator>
      <dc:date>2016-09-14T17:51:18Z</dc:date>
    </item>
    <item>
      <title>Signing facility/platform</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/What-do-I-need-to-do-to-be-able-to-run-the-example-code-in/m-p/1116927#M1438</link>
      <description>&lt;P&gt;Signing facility/platform means, &lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;where the private key is stored platform (Given by Intel while getting the release mode License)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2016 04:57:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/What-do-I-need-to-do-to-be-able-to-run-the-example-code-in/m-p/1116927#M1438</guid>
      <dc:creator>Surenthar_S_Intel</dc:creator>
      <dc:date>2016-09-15T04:57:34Z</dc:date>
    </item>
    <item>
      <title>Thanks for the clarification.</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/What-do-I-need-to-do-to-be-able-to-run-the-example-code-in/m-p/1116928#M1439</link>
      <description>&lt;P&gt;Thanks for the clarification. To confirm, the key used to sign our code (for Release) is given to us by Intel after we sign up for the license. Is this a one time request for our SGX application? (e.g. can we use this key for other SGX enabled applications/enclaves)&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Also, I read that this key must be stored securely in an HSM? Does that have to be a particular off the shelf device, or can it be any piece of hardware that we develop in house that stores the key?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2016 16:59:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/What-do-I-need-to-do-to-be-able-to-run-the-example-code-in/m-p/1116928#M1439</guid>
      <dc:creator>Esmond_L_</dc:creator>
      <dc:date>2016-09-15T16:59:00Z</dc:date>
    </item>
    <item>
      <title>Hi Esmond,</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/What-do-I-need-to-do-to-be-able-to-run-the-example-code-in/m-p/1116929#M1440</link>
      <description>&lt;P&gt;Hi Esmond,&lt;/P&gt;

&lt;P&gt;Please refer the below link for &lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;license.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/blogs/2016/01/07/intel-sgx-debug-production-prelease-whats-the-difference"&gt;https://software.intel.com/en-us/blogs/2016/01/07/intel-sgx-debug-production-prelease-whats-the-difference&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;-Surenthar&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2016 09:17:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/What-do-I-need-to-do-to-be-able-to-run-the-example-code-in/m-p/1116929#M1440</guid>
      <dc:creator>Surenthar_S_Intel</dc:creator>
      <dc:date>2016-09-16T09:17:00Z</dc:date>
    </item>
    <item>
      <title>Quote:Selvaraj, Surenthar</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/What-do-I-need-to-do-to-be-able-to-run-the-example-code-in/m-p/1116930#M1441</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Selvaraj, Surenthar (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Signing facility/platform means, where the private key is stored platform (Given by Intel while getting the release mode License)&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Hi Surenthar,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Can you help me to understand how Intel will share the private key to me(for Release mode).&lt;/P&gt;

&lt;P&gt;Ideally private key should be generated by owner and Intel should Signed that key with his key.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
	Shivam&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2018 06:08:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/What-do-I-need-to-do-to-be-able-to-run-the-example-code-in/m-p/1116930#M1441</guid>
      <dc:creator>Garg__Shivam</dc:creator>
      <dc:date>2018-05-17T06:08:18Z</dc:date>
    </item>
    <item>
      <title>Quote:Garg, Shivam wrote:</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/What-do-I-need-to-do-to-be-able-to-run-the-example-code-in/m-p/1116931#M1442</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Garg, Shivam wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Quote:&lt;/STRONG&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;EM&gt;Selvaraj, Surenthar (Intel)&lt;/EM&gt; wrote:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Signing facility/platform means, where the private key is stored platform (Given by Intel while getting the release mode License)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi Surenthar,&lt;/P&gt;&lt;P&gt;Can you help me to understand how Intel will share the private key to me(for Release mode).&lt;/P&gt;&lt;P&gt;Ideally private key should be generated by owner and Intel should Signed that key with his key.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;Shivam&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree with Grig. Maybe the enclave signing key is indeed generated by service providers.&amp;nbsp;We are planning&amp;nbsp;to apply for a commercial license; I guess&amp;nbsp;it's the only way to know.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Dec 2019 09:58:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/What-do-I-need-to-do-to-be-able-to-run-the-example-code-in/m-p/1116931#M1442</guid>
      <dc:creator>murari__augustine</dc:creator>
      <dc:date>2019-12-14T09:58:28Z</dc:date>
    </item>
    <item>
      <title>Hello all.</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/What-do-I-need-to-do-to-be-able-to-run-the-example-code-in/m-p/1116932#M1443</link>
      <description>&lt;P&gt;Hello all.&lt;/P&gt;&lt;P&gt;The enclave creator is the one that creates/stores the enclave signing keys, usually in a secure HSM.&amp;nbsp; MRSIGNER, which is a hash of the signer's public key, is one of the things shared with Intel during the commercial license application process and what is ultimately added to Intel's Launch Policy List.&lt;/P&gt;&lt;P&gt;More info can be found at this link:&amp;nbsp; &lt;A href="https://software.intel.com/en-us/sgx/request-license" target="_blank"&gt;https://software.intel.com/en-us/sgx/request-license&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 21:13:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/What-do-I-need-to-do-to-be-able-to-run-the-example-code-in/m-p/1116932#M1443</guid>
      <dc:creator>Scott_R_Intel</dc:creator>
      <dc:date>2019-12-16T21:13:01Z</dc:date>
    </item>
  </channel>
</rss>

