Re: [openssl-users] engine interface for genrsa

2018-04-23 Thread ojike asharpel
Hello dear, I joined these group so that l can get assistance for my research work. Up till now, l have not been able. Here is my problem. My Project is an Msc Research on HTTPS Man-In-The-Middle (MITM) Attack using a Compromised Certificate Authority. Now I am going to be very elaborative so tha

Re: [openssl-users] engine interface for genrsa

2018-04-23 Thread William Roberts
On Thu, Apr 19, 2018 at 7:45 PM, Scott Wisniewski wrote: > FYI: > > If you provide an genrsa implementation in your engine that doesn't include > the private parameters, even if it's marked with RSA_FLAG_EXT_PKEY, the > openssl executable will not handle it correctly. > > That's because genrsa_mai

Re: [openssl-users] engine interface for genrsa

2018-04-19 Thread Scott Wisniewski
FYI: If you provide an genrsa implementation in your engine that doesn't include the private parameters, even if it's marked with RSA_FLAG_EXT_PKEY, the openssl executable will not handle it correctly. That's because genrsa_main assumes that the object that comes back is an rsa private key. So it

Re: [openssl-users] engine interface for genrsa

2018-04-13 Thread William Roberts
On Fri, Apr 13, 2018 at 2:55 PM, Richard Levitte wrote: > In message > on Fri, > 13 Apr 2018 09:17:28 -0700, William Roberts said: > > bill.c.roberts> I am currently working on writing an openssl engine > bill.c.roberts> to interface with a piece of hardware. > bill.c.roberts> > bill.c.roberts

Re: [openssl-users] engine interface for genrsa

2018-04-13 Thread Richard Levitte
In message on Fri, 13 Apr 2018 09:17:28 -0700, William Roberts said: bill.c.roberts> I am currently working on writing an openssl engine bill.c.roberts> to interface with a piece of hardware. bill.c.roberts> bill.c.roberts> I am trying to understand how to implement bill.c.roberts> rsa key ge