Commit 0a4ccce0 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

changelog: GnuTLS: SSL handshake phase is non-blocking

parent c2888604
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -7,6 +7,8 @@
                                  Changelog
                                  Changelog


Daniel Stenberg (16 Apr 2010)
Daniel Stenberg (16 Apr 2010)
- Jerome Vouillon made the GnuTLS SSL handshake phase non-blocking.

- The recent overhaul of the SSL recv function made the GnuTLS specific code
- The recent overhaul of the SSL recv function made the GnuTLS specific code
  treat a zero returned from gnutls_record_recv() as an error, and this caused
  treat a zero returned from gnutls_record_recv() as an error, and this caused
  our HTTPS test cases to fail. We leave it to upper layer code to detect if
  our HTTPS test cases to fail. We leave it to upper layer code to detect if
+2 −1
Original line number Original line Diff line number Diff line
@@ -16,6 +16,7 @@ This release includes the following bugfixes:
 o prevent needless reverse name lookups
 o prevent needless reverse name lookups
 o detect GSS on ancient Linux distros
 o detect GSS on ancient Linux distros
 o GnuTLS: EOF caused error when it wasn't
 o GnuTLS: EOF caused error when it wasn't
 o GnuTLS: SSL handshake phase is non-blocking


This release includes the following known bugs:
This release includes the following known bugs:


@@ -24,6 +25,6 @@ This release includes the following known bugs:
This release would not have looked like this without help, code, reports and
This release would not have looked like this without help, code, reports and
advice from friends like these:
advice from friends like these:


 Rainer Canavan, Paul Howarth
 Rainer Canavan, Paul Howarth, Jerome Vouillon


        Thanks! (and sorry if I forgot to mention someone)
        Thanks! (and sorry if I forgot to mention someone)