error:1408F119:SSL routines:SSL3_GET_RECORD:decryption failed or bad record mac

2009-10-30 Thread Jo Tingley
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

(error:1408F06B:SSL routines:SSL3_GET_RECORD:bad decompression).

2009-07-17 Thread jo
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

Re: When I want to build the openssl 0.9.8k version on aix it fails in make test

2009-05-20 Thread jo
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:

2009-05-20 Thread jo
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 '

build fails for k version on SunOS (-xtarget=ultra -xarch=v8plus -xO5 -xstrconst -xdepend -Xa )

2009-05-12 Thread jo
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

RSA 1024 authentication benchmark

2001-07-17 Thread jorge . jo
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

Need to generate a OpenSSL secure web server

2001-05-03 Thread jorge . jo
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