Re: [elinks-dev] GnuTLS improvements

2007-04-21 Thread Kalle Olavi Niemitalo
Simon Josefsson [EMAIL PROTECTED] writes: Because trying to do the same handshake another time will not make it work better. If I understand the OpenSSL code part correctly, it disables TLS (i.e., then only SSL 3.0 is supported). The GnuTLS code does not disable TLS. It used to disable

Re: [elinks-dev] GnuTLS improvements

2007-04-21 Thread Simon Josefsson
Kalle Olavi Niemitalo [EMAIL PROTECTED] writes: What you might want to do is to disable TLS and only use SSL 3.0 with GnuTLS too. However, unless there are documented examples of web servers that need this workaround, I'm not sure it should be added. Bug 712 says

Re: [elinks-dev] GnuTLS improvements

2007-04-20 Thread Kalle Olavi Niemitalo
Simon Josefsson [EMAIL PROTECTED] writes: The patch to socket.? removes some never needed code with GnuTLS, and removes the need for the no_tls variable and the ssl_set_no_tls() function altogether by replacing each occurrence of setting the no_tls variable, and calling the function if that

Re: [elinks-dev] GnuTLS improvements

2007-04-20 Thread Simon Josefsson
Kalle Olavi Niemitalo [EMAIL PROTECTED] writes: Simon Josefsson [EMAIL PROTECTED] writes: The patch to socket.? removes some never needed code with GnuTLS, and removes the need for the no_tls variable and the ssl_set_no_tls() function altogether by replacing each occurrence of setting the

[elinks-dev] GnuTLS improvements

2007-04-19 Thread Simon Josefsson
Hello elinks workers! I have been using elinks to test HTTPS with GnuTLS (I'm the GnuTLS maintainer) and I've noticed some, let's say, sub-optimal things in elinks related to the GnuTLS code, and I'd like to offer fixes for some of the problems. I hope to find time to add support for client