Re: d2i_X509 segmentation violation

2008-01-28 Thread Michael S. Zick
On Wed January 23 2008 00:37, Md Lazreg wrote: > Hi, > > I have the following code: > > --- > unsigned char SERVER_certificate[1406]={ > 0x30,0x82,0x05,0x7A,0x30,0x82,0x03,0x62,0x02,0x

Re: d2i_X509 segmentation violation

2008-01-24 Thread Md Lazreg
Hi, I was able to fix the issue by adding the following flags to my openssl configure step: no-asm no-shared -fPIC -DPIC I do not know why this fixes the SEGSEGV but it does. On Jan 23, 2008 12:37 AM, Md Lazreg <[EMAIL PROTECTED]> wrote: > Hi, > > I have the following code: > > > ---

d2i_X509 segmentation violation

2008-01-22 Thread Md Lazreg
Hi, I have the following code: --- unsigned char SERVER_certificate[1406]={ 0x30,0x82,0x05,0x7A,0x30,0x82,0x03,0x62,0x02,0x01,0x01,0x30,0x0D,0x06,0x09,0x2A, : : 0xb4, 0x78, 0xc6, 0x5a,