Re: SSL compression

2012-07-31 Thread Sebastian Raymond
SL_new()? > > > > *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

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 wrote: > Hello, > > I have tried following: > 1. > $openssl s_server -accept 443 -cert

Re: SSL compression

2012-07-31 Thread Sebastian Raymond
eflate compression and this time, *server selected null method.* On Tue, Jul 31, 2012 at 7:16 PM, Dr. Stephen Henson wrote: > On Tue, Jul 31, 2012, Sebastian Raymond wrote: > > > Hello, > > > > I have written a SSL client program to talk with SSL server. > > > > I

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 wrote: > >> Hello, >> >> I was investigating the SSL renegotiation in Openssl. >> >> When I emulate the server with s_server and the client with s_client

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 foll

Re: Openssl s_client connection closes within few seconds

2012-07-10 Thread Sebastian Raymond
o firewall restrictions. On Tue, Jul 10, 2012 at 2:38 AM, Dave Thompson wrote: > >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. >

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 the

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

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