On Thu, Jan 10, 2013 at 6:13 AM, Tayade, Nilesh <nilesh.tay...@netscout.com> wrote: >> -----Original Message----- >> From: owner-openssl-us...@openssl.org [mailto:owner-openssl- >> us...@openssl.org] On Behalf Of Jakob Bohm >> Sent: Friday, December 21, 2012 8:23 PM >> To: openssl-users@openssl.org >> Subject: Re: RSA_private_decrypt function takes longer time. >> >> On 12/21/2012 1:13 PM, Tayade, Nilesh wrote: >> > >> > I am using the RSA_private_decrypt() function in one of the custom >> applications, where we expect the premaster to get decrypted faster. > [...] > >> <SNIP> > > Coming back to this. I dumped the PEM key in text format, and it shows n, d, > dQ, dP, qInv, p and q. > Does that mean my private key is not just a 'd-only' key? The private key is {n, e, d}. The public key is {n, e}.
Jeff ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org