Our server using openssl crashes with this stack

2008-10-08 Thread biswatosh chakraborty
Hi Gurus, I am not subscribed to this list so please reply to my personal email id( [EMAIL PROTECTED]). Our multi-threaded application is crashing and the pstack of the core points to openssl. We r using openssl version 0.9.6g and http://www.openssl.org/news/changelog.html points to a bug getting

Re: Reading certificate and public key from memory

2008-09-16 Thread biswatosh chakraborty
I dont think so. The actual content is wrapped within the headers and footers and how can your buffer contain them as well? U have to extract the main content out. For help, see the test programs in openssl. Phir bhi nehi hotaa hei, to mail ki-jiye!!! Dhanyavad Biswatosh On Mon, Sep 15, 2008 at

Re: missing OID's

2008-02-20 Thread biswatosh chakraborty
Not sure whether this mail reached earlier.. Hi Gurus, My application server crashes giving the following core dump. It goes for ssl negotiation ( using openssl) and dumps core on solaris8. Any clues please? Thanks Biswatosh PS: The stack trace below: core './scripts/core' of 28920:/op

My server crashes after calling ssl

2008-02-20 Thread biswatosh chakraborty
Hi Gurus, My application server crashes giving the following core dump. It goes for ssl negotiation ( using openssl) and dumps core on solaris8. Any clues please? Thanks Biswatosh PS: The stack trace below: core './scripts/core' of 28920:/opt/arcot/sbin/dsserver.real - l

Not able to do config

2005-08-10 Thread biswatosh chakraborty
Hi I am using Solaris 9 on AMD machine and not able to do config of openssl. It says platform not supported. But I went to a site called blatwave.org and installed openssl package successfully and am able to run openssl command from command prompt like: ***

a problem in BN_mod_exp

2002-04-04 Thread biswatosh chakraborty
Hi While dealing on RSAKeyGen I accidentally discovered a set of numbers for which BN_mod_exp is giving a wrong result. I want to know whether I am wrong or even if my code is right, is there some limitation to BN_mod_exp? I am interested to calculate (x^y)mod z by using BN_mod_exp(r,x,y,z) w