aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-04-16 22:45:06 +0200
committerDaniel Stenberg <daniel@haxx.se>2010-04-16 22:45:06 +0200
commit0a4ccce054c8b47642e01055bf6c8531c9e2a07f (patch)
tree98c9f5d61eb29c6565e8c57b3c52f037e923a13d
parentc2888604d7ead19473b5621f8f2edab60fc418de (diff)
changelog: GnuTLS: SSL handshake phase is non-blocking
-rw-r--r--CHANGES2
-rw-r--r--RELEASE-NOTES3
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index be2bf0425..dda8a4cbc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,8 @@
Changelog
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
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
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 82a9e93fa..3117bf8b7 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -16,6 +16,7 @@ This release includes the following bugfixes:
o prevent needless reverse name lookups
o detect GSS on ancient Linux distros
o GnuTLS: EOF caused error when it wasn't
+ o GnuTLS: SSL handshake phase is non-blocking
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
advice from friends like these:
- Rainer Canavan, Paul Howarth
+ Rainer Canavan, Paul Howarth, Jerome Vouillon
Thanks! (and sorry if I forgot to mention someone)