Re: [openssl-dev] procedure for adding new engine registration

2015-12-09 Thread Richard Levitte
openssl.org] On Behalf Of Matt Caswell jyothi.v> Sent: Friday, November 13, 2015 5:14 PM jyothi.v> To: openssl-dev@openssl.org jyothi.v> Subject: Re: [openssl-dev] procedure for adding new engine registration jyothi.v> jyothi.v> jyothi.v> jyothi.v> On 13/11/15 11:16

Re: [openssl-dev] procedure for adding new engine registration

2015-12-08 Thread Vemulapalli Jyothi
Caswell Sent: Friday, November 13, 2015 5:14 PM To: openssl-dev@openssl.org Subject: Re: [openssl-dev] procedure for adding new engine registration On 13/11/15 11:16, Vemulapalli Jyothi wrote: > Hi Matt, > > Very useful information. > > I too agree with you that we need not ha

Re: [openssl-dev] procedure for adding new engine registration

2015-11-14 Thread Vemulapalli Jyothi
Thanks Matt. We will try. Best regards Jyothi -Original Message- From: openssl-dev [mailto:openssl-dev-boun...@openssl.org] On Behalf Of Matt Caswell Sent: Friday, November 13, 2015 5:14 PM To: openssl-dev@openssl.org Subject: Re: [openssl-dev] procedure for adding new engine

Re: [openssl-dev] procedure for adding new engine registration

2015-11-13 Thread Matt Caswell
On 13/11/15 11:16, Vemulapalli Jyothi wrote: > Hi Matt, > > Very useful information. > > I too agree with you that we need not have a new engine distribution. > > I see some options like dynamic engines and static engine support. > > If we have built a library with dynamic engine interface, h

Re: [openssl-dev] procedure for adding new engine registration

2015-11-13 Thread Vemulapalli Jyothi
Jyothi -Original Message- From: openssl-dev [mailto:openssl-dev-boun...@openssl.org] On Behalf Of Matt Caswell Sent: Friday, November 13, 2015 3:25 PM To: openssl-dev@openssl.org Subject: Re: [openssl-dev] procedure for adding new engine registration On 12/11/15 18:21, Vemulapalli

Re: [openssl-dev] procedure for adding new engine registration

2015-11-13 Thread Matt Caswell
On 12/11/15 18:21, Vemulapalli Jyothi wrote: > Hi all, > > > > We would like to add a new engine registration to openssl. > > > > Can you please explain a procedure? > > > > When we gone through the code, we could find an engines directory in > openssl , but those files are not getti

[openssl-dev] procedure for adding new engine registration

2015-11-12 Thread Vemulapalli Jyothi
Hi all, We would like to add a new engine registration to openssl. Can you please explain a procedure? When we gone through the code, we could find an engines directory in openssl , but those files are not getting compiled. Do we need to give some additional options. Can you please help. Than