Re: RSA_private_encrypt

2000-09-22 Thread Montini Paolo
--- From: SCH To: [EMAIL PROTECTED] Sent: Sunday, September 17, 2000 5:50 PM Subject: Re: RSA_private_encrypt To change a RSA private key, you should manually change the rsa->d, and clear (free and set to NULL) the rsa->p, rsa->q, rsa->dmp1, rsa->dmq1,and rsa-

Re: RSA_private_encrypt

2000-09-17 Thread SCH
em, not use the 'd' directly. It is a faster computation. To gain a private key you want, the nicer practise is set the e as you want. - Original Message - From: Dr S N Henson <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, September 16, 2000 4:15 AM Subjec

Re: RSA_private_encrypt

2000-09-15 Thread Dr S N Henson
"montinip@libero." wrote: > > Hi everybody, > I have a problem: I am developing a project in which I need to use > 'special' RSA private keys. > I use RSA_generate_key() to generate the key pair and the I use BN_copy > to modify manually tha value of rsa->d. > If I check with RSA_check_key the te