Re: SSLv23_method and TLSv1 client hello

2007-01-13 Thread Marek Marcola
Hello, > I have a question about the creation of SSL contexts, > client hello and zlib compression. > > For example, executing > `openssl s_server -accept ... -key ... -cert ...` > uses SSLv23_server_method by default. > (note: I use openssl 0.9.8d) > > Connecting to this server using > `openssl

SSLv23_method and TLSv1 client hello

2007-01-12 Thread Philipp Hancke
Hi, I have a question about the creation of SSL contexts, client hello and zlib compression. For example, executing `openssl s_server -accept ... -key ... -cert ...` uses SSLv23_server_method by default. (note: I use openssl 0.9.8d) Connecting to this server using `openssl s_client -connect ...