Re: TLS server crashes when Major version number is not 3

2007-08-23 Thread Marek Marcola
Hello, > It seems the OpenSSL TLS server, when forced to use TLSv1, > shuts down the connection immediately after receiving a > ClientHello with major version number not equal to 0x03. > Nothing was sent to the client to notify the error. > > >>> What could be sent

Re: TLS server crashes when Major version number is not 3

2007-08-23 Thread Lutz Jaenicke
Marek Marcola wrote: > Hello, > It seems the OpenSSL TLS server, when forced to use TLSv1, shuts down the connection immediately after receiving a ClientHello with major version number not equal to 0x03. Nothing was sent to the client to notify the error. >>> Wh

RE: TLS server crashes when Major version number is not 3

2007-08-22 Thread Marek Marcola
Hello, > > > It seems the OpenSSL TLS server, when forced to use TLSv1, > > > shuts down the connection immediately after receiving a > > > ClientHello with major version number not equal to 0x03. > > > Nothing was sent to the client to notify the error. > > > > What could be sent to the client to

RE: TLS server crashes when Major version number is not 3

2007-08-22 Thread Marek Marcola
Hello, > > It seems the OpenSSL TLS server, when forced to use TLSv1, > > shuts down the connection immediately after receiving a > > ClientHello with major version number not equal to 0x03. > > Nothing was sent to the client to notify the error. > > What could be sent to the client to notify it o

RE: TLS server crashes when Major version number is not 3

2007-08-22 Thread David Schwartz
> It seems the OpenSSL TLS server, when forced to use TLSv1, > shuts down the connection immediately after receiving a > ClientHello with major version number not equal to 0x03. > Nothing was sent to the client to notify the error. What could be sent to the client to notify it of the error? Sinc

Re: TLS server crashes when Major version number is not 3

2007-08-22 Thread Marek Marcola
Hello, > It seems the OpenSSL TLS server, when forced to use TLSv1, shuts down > the connection immediately after receiving a ClientHello with major > version number not equal to 0x03. Nothing was sent to the client to > notify the error. I am wondering if there is a reason why an alert > protocol

TLS server crashes when Major version number is not 3

2007-08-22 Thread Xiaoyu Ruan
It seems the OpenSSL TLS server, when forced to use TLSv1, shuts down the connection immediately after receiving a ClientHello with major version number not equal to 0x03. Nothing was sent to the client to notify the error. I am wondering if there is a reason why an alert protocol message was not s