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