Re: [openssl-users] error making Private RSA

2017-03-12 Thread william estrada
I have solved my create public RSA problem with this code: printf( "Method 1\n" ); RSA* RSA1 = RSA_new(); RSA* RSA2 = RSA_new(); RSA2->n = RSA1->n = My_RSA->n; RSA2->e = RSA1->e = My_RSA->e; RSA2->d = RSA1->d = My_RSA->d; RSA2->p = RSA1->p = My_RSA->p; RSA2->q = RSA1->q =

Re: [openssl-users] [openssl-security] Removal of 3DES in 1.0.2 Version

2017-03-12 Thread Viktor Dukhovni
[ The openssl-security is for reporting security issues in OpenSSL. Answer redirected to openssl-users. ] > On Mar 12, 2017, at 3:55 PM, Oren Rosenmann wrote: > > As part of our software, we use OpenSSL 1.0.2 stream. > Due to Sweet32 attacks, security scanners are

Re: [openssl-users] mingw 64-bit build of 1.1.0e

2017-03-12 Thread Richard Levitte
In message <8CD5EEA9CC3F4643AAFC6D7DDF6EB449@OwnerPC311012> on Sun, 12 Mar 2017 16:15:47 +1100, said: sisyphus1> -Original Message- From: Richard Levitte sisyphus1> Sent: Sunday, March 12, 2017 3:25 PM sisyphus1> To: openssl-users@openssl.org sisyphus1>