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

[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