Note that SSL_peek has been disabled.
authorBodo Möller <bodo@openssl.org>
Tue, 28 Nov 2000 11:13:06 +0000 (11:13 +0000)
committerBodo Möller <bodo@openssl.org>
Tue, 28 Nov 2000 11:13:06 +0000 (11:13 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index cfd8946b87d924c9d3b5b02c28d60e66a26a105b..998ea1639cf9628384dd3166621572fe99067ee1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,12 @@
 
  Changes between 0.9.6 and 0.9.7  [xx XXX 2000]
 
+  *) Disable ssl2_peek and ssl3_peek (i.e., both implementations
+     of SSL_peek) because they both are completely broken.
+     They will be fixed RSN by adding an additional 'peek' parameter
+     to the internal read functions.
+     [Bodo Moeller]
+
   *) New function BN_kronecker.
      [Bodo Moeller]