- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
0 Replies

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page