Re: SSL compression

2012-07-31 Thread Sebastian Raymond
compression and this time, *server selected null method.* On Tue, Jul 31, 2012 at 7:16 PM, Dr. Stephen Henson st...@openssl.orgwrote: On Tue, Jul 31, 2012, Sebastian Raymond wrote: Hello, I have written a SSL client program to talk with SSL server. I have a linux machine and Openssl 1.0.0e

Re: SSL compression

2012-07-31 Thread Sebastian Raymond
Its not yet clear for me. What should be done to disable the compression? Since, the server is not going to be the openssl s_server. On Tue, Jul 31, 2012 at 7:35 PM, Sebastian Raymond ray.s...@gmail.comwrote: Hello, I have tried following: 1. $openssl s_server -accept 443 -cert server.crt

Re: SSL compression

2012-07-31 Thread Sebastian Raymond
()? *Erik Tkal** *Juniper OAC/UAC/Pulse Development ** ** *From:* owner-openssl-us...@openssl.org [mailto: owner-openssl-us...@openssl.org] *On Behalf Of *Sebastian Raymond *Sent:* Tuesday, July 31, 2012 4:18 PM *To:* openssl-users@openssl.org *Subject

Re: SSL renegotiation

2012-07-18 Thread Sebastian Raymond
/mod_ssl.html#sslinsecurerenegotiation documentation. On Mon, Jul 16, 2012 at 11:37 AM, Sebastian Raymond ray.s...@gmail.comwrote: Hello, I was investigating the SSL renegotiation in Openssl. When I emulate the server with s_server and the client with s_client, I can renegotiate by sending R

SSL renegotiation

2012-07-16 Thread Sebastian Raymond
Hello, I was investigating the SSL renegotiation in Openssl. When I emulate the server with s_server and the client with s_client, I can renegotiate by sending R. But when I try the same thing with the server s_server replacing with Apache 2.2.14 web server, the renegotiation fails with the

Re: Openssl s_client connection closes within few seconds

2012-07-10 Thread Sebastian Raymond
restrictions. On Tue, Jul 10, 2012 at 2:38 AM, Dave Thompson dthomp...@prinpay.comwrote: From: owner-openssl-us...@openssl.org On Behalf Of Sebastian Raymond Sent: Saturday, 07 July, 2012 05:31 I have set-up the apache2 on my linux machine. Everything worked fine previously. But now, when I try

Compression in SSL

2012-07-08 Thread Sebastian Raymond
Hello, There are two types of compression possible . 1. Stateful 2. Stateless Where it is decided in Openssl source code that compression will be stateful or stateless? The openssl source code is very confusing. I could find all the function. Most of them are in c_zlib.c But I could not find

Openssl s_client connection closes within few seconds

2012-07-07 Thread Sebastian Raymond
Hello, I have set-up the apache2 on my linux machine. Everything worked fine previously. But now, when I try to use openssl s_client command to connect to the machine, SSL handshake is completed successfully. But within few seconds the connection closes automatically. When I used -debug option,

Openssl s_client connection closes within few seconds

2012-07-07 Thread Sebastian Raymond
Hello, I have set-up the apache2 on my linux machine. Everything worked fine previously. But now, when I try to use openssl s_client command to connect to the machine, SSL handshake is completed successfully. But within few seconds the connection closes automatically. When I used -debug option,