diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-04-16 22:45:06 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-04-16 22:45:06 +0200 |
commit | 0a4ccce054c8b47642e01055bf6c8531c9e2a07f (patch) | |
tree | 98c9f5d61eb29c6565e8c57b3c52f037e923a13d /CHANGES | |
parent | c2888604d7ead19473b5621f8f2edab60fc418de (diff) | |
download | curl-0a4ccce054c8b47642e01055bf6c8531c9e2a07f.tar.gz |
changelog: GnuTLS: SSL handshake phase is non-blocking
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |