Fw: Help Please....SSL3_GET_RECORD error

2009-08-04 Thread Biswatosh
Hi, Both the client and the server are written in C/C++ on solaris 10. I just wanted to get openssl team's view on this issue. Do they recognize this as a problem? If so, what is the solution? As mentioned, this problem is erratic and I am using 9.6i version. Thanks Biswatosh RE: Help P

Fw: Help Please....SSL3_GET_RECORD error

2009-08-03 Thread Biswatosh
because of incorrect key certificate pair. But, in my case, it can happen any time but not all time. Thanks Biswatosh --- On Mon, 8/3/09, Biswatosh wrote: > From: Biswatosh > Subject: Help PleaseSSL3_GET_RECORD error > To: openssl-users@openssl.org > Date: Monday, August 3, 2

Help Please....SSL3_GET_RECORD error

2009-08-03 Thread Biswatosh
I want to know why it comes and how can that be solved? Google was of no help. openssl FAQ does not contain anything on this. Many Thanks in advance Biswatosh __ OpenSSL Project

Our server using openssl crashes with this stack

2008-10-08 Thread biswatosh chakraborty
erThread6Fpv_0_ (38a054, 3665f0, 13eb14, 36be64, fec6c000, 0) + 9c fec5b11c _thread_start (38a054, 0, 0, 0, 0, 0) + 40 ***** T

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

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'

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/dss

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