Hello,
Im tring to run a client/server application. Server is on Linux, and client in
on z/OS. Application will run for a couple of seconds, and then will receive
the following errors on the server side.
[r...@esa26_37 sles11]# HERESSL_accept() handshake error, dirty.
SSL_ERRO
We get reports from our field that they get following error: (we have the 098k
version)
(error:1408F06B:SSL routines:SSL3_GET_RECORD:bad decompression).
This is with a php process on one node doing a webservice call to another node.
I believe the flow being :
php on node1 -> libcurl -> libssl
Message
From: Victor B. Wagner
To: openssl-users@openssl.org
Sent: Wednesday, May 20, 2009 11:58:14 AM
Subject: Re: When I want to build the openssl 0.9.8k version on aix it fails as
follows:
On 2009.05.20 at 02:13:39 -0700, jo wrote:
>
> When I want to build the openssl 0.9.8k version
When I want to build the openssl 0.9.8k version on aix it fails as follows:
/usr/local/bin/gcc -I../crypto -I.. -I../include -DZLIB -DOPENSSL_THREADS
-qthreaded -DDSO_DLFCN -DHAVE_DLFCN_H -q32 -O -DB_ENDIAN -qmaxmem=16384 -qro -
qroconst -c -o ssl_err.o ssl_err.c
gcc: unrecognized option '
When I try to upgrade my buildsystem on my sun box from openssl h to k I get
following complaints from gcc:
gcc -I.. -I../.. -I../../include -KPIC -DOPENSSL_PIC -DZLIB -DOPENSSL_THREADS
-D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H
-I/home/username//pbe/projname/third-party/SunOS-sun4u-5.10/inst
Hello,
Please correct me if I'm wrong, but I'm under the general impression that
when accessing a secure site, client-server authentication is done via RSA
using 1024 bits and once authentication is established, web page encryption
is done with some other method using 128 bit. I'm interested in ve
Hello everyone,
I'm attempting to update an existing SuSE Linux Apache web server into a
secure web server using OpenSSL so that I can simulate secure transaction
load. The simulation is necessary so I can measure improvements made in the
OpenSSL encryption/decryption algorithms and would prefer