Don't return 0 from ssl2_read when a packet with empty payload is received.
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 15cba95ce05947945f26ecd18821fc9f3253ad30..a1b397867e5d9a00b58a700747acc9bff9fc1de3 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,10 @@
 
  Changes between 0.9.2b and 0.9.3
 
+  *) Change behaviour of ssl2_read when facing length-0 packets: Don't return
+     0 (which usually indicates a closed connection), but continue reading.
+     [Bodo Moeller]
+
   *) Fix some race conditions.
      [Bodo Moeller]