<?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 Inel-sgx-ssl generate RSA key pairs in Intel® Software Guard Extensions (Intel® SGX)</title>
    <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Inel-sgx-ssl-generate-RSA-key-pairs/m-p/1176196#M3363</link>
    <description>Hi,

I am a new developer working on Intel-sgx-ssl library with Intel SGX.

I tried to generate RSA key pairs by using function :

sgx_create_rsa_key_pair

However the function returns " Unexpected error occurred during the RSA key pair generation "

I was wondering if there is something wrong with my implement: 

unsigned char p_d[257] = "589552BB4F2F0........";
unsigned char p_e[7] = 
unsigned char p_p[129] =
unsigned char p_q[129] =
.......

ret = sgx_create_rsa_key_pair(n_byte_size ,  e_byte_size, p_n, p_d, p_e, p_p, p_q, p_dmp1,p_dmq1,p_iqmp);

Best Wishes,
Klaus</description>
    <pubDate>Tue, 28 Aug 2018 12:19:27 GMT</pubDate>
    <dc:creator>Li__Klaus</dc:creator>
    <dc:date>2018-08-28T12:19:27Z</dc:date>
    <item>
      <title>Inel-sgx-ssl generate RSA key pairs</title>
      <link>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Inel-sgx-ssl-generate-RSA-key-pairs/m-p/1176196#M3363</link>
      <description>Hi,

I am a new developer working on Intel-sgx-ssl library with Intel SGX.

I tried to generate RSA key pairs by using function :

sgx_create_rsa_key_pair

However the function returns " Unexpected error occurred during the RSA key pair generation "

I was wondering if there is something wrong with my implement: 

unsigned char p_d[257] = "589552BB4F2F0........";
unsigned char p_e[7] = 
unsigned char p_p[129] =
unsigned char p_q[129] =
.......

ret = sgx_create_rsa_key_pair(n_byte_size ,  e_byte_size, p_n, p_d, p_e, p_p, p_q, p_dmp1,p_dmq1,p_iqmp);

Best Wishes,
Klaus</description>
      <pubDate>Tue, 28 Aug 2018 12:19:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Software-Guard-Extensions/Inel-sgx-ssl-generate-RSA-key-pairs/m-p/1176196#M3363</guid>
      <dc:creator>Li__Klaus</dc:creator>
      <dc:date>2018-08-28T12:19:27Z</dc:date>
    </item>
  </channel>
</rss>

