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
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
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
erThread6Fpv_0_ (38a054, 3665f0, 13eb14, 36be64,
fec6c000, 0) + 9c
fec5b11c _thread_start (38a054, 0, 0, 0, 0, 0) + 40
*****
T
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
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'
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
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:
***
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