Re: [openssl-dev] [openssl.org #4123] Query regarding dummy variable inside crypto

2015-11-10 Thread tosif tamboli via RT
Thanks for your inputs On Mon, Nov 9, 2015 at 10:36 PM, Kaduk, Ben via RT <r...@openssl.org> wrote: > On 11/08/2015 05:37 AM, tosif tamboli via RT wrote: > > Hi , > > I am compiling crypto in openssl for vxWorks version 5.4 > > with 5.5.1 it compiles well >

[openssl-dev] [openssl.org #4122] Re: Query regarding dummy variable inside crypto

2015-11-08 Thread tosif tamboli via RT
Hi, Can you please provide your inputs Thanks, Tosif On Wed, Nov 4, 2015 at 1:59 PM, tosif tamboli wrote: > Hi , > I am compiling crypto in openssl for vxWorks version 5.4 > with 5.5.1 it compiles well > But with 5.4 it gives error for below files > bn_depr.c > ccppc:

[openssl-dev] Fwd: [openssl.org #4095] X509_STORE_get_by_subject crash

2015-10-19 Thread tosif tamboli via RT
Hi, Can you please help me in below query Thanks & regards, Tosif -- Forwarded message -- From: tosif tamboli Date: Fri, Oct 16, 2015 at 3:26 PM Subject: Re: [openssl.org #4095] X509_STORE_get_by_subject crash To: r...@openssl.org My application is written

Re: [openssl-dev] [openssl.org #4095] X509_STORE_get_by_subject crash

2015-10-16 Thread tosif tamboli via RT
My application is written for vxWorks OS and openssl and vxWorks are part of the binary that I need to verify On Fri, Oct 16, 2015 at 3:13 PM, tosif tamboli wrote: > Hi, > > below is my application code > sshX509CACertStore = X509_STORE_new(); > >

Re: [openssl-dev] [openssl.org #4095] X509_STORE_get_by_subject crash

2015-10-16 Thread tosif tamboli via RT
Hi, below is my application code sshX509CACertStore = X509_STORE_new(); X509_STORE_set_verify_cb_func(sshX509CACertStore, sshX509CertVerifyCallback); pLookup = X509_STORE_add_lookup(sshX509CACertStore,

[openssl-dev] [openssl.org #4095] X509_STORE_get_by_subject crash

2015-10-15 Thread tosif tamboli via RT
Hi, Recently we updated the openssl crypto from 0.9.7e 25 to 1.0.1e But it is always crashing while vertifying the certificates from image When debugged found that crash is happening when X509_STORE_get_by_subject called with issuer and issuer name is empty X509_STORE_get_by_subject (,