aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-11-28 11:13:06 +0000
committerBodo Möller <bodo@openssl.org>2000-11-28 11:13:06 +0000
commit000e21779c8535673adbd93d9cdb9f658fa0f348 (patch)
treeb7f4af5a0d042c6fbfe0ba2ed2e164713fe691dd /CHANGES
parentf1d6f64c8e23a9f1f5476366577d184fb01ccc27 (diff)
downloadopenssl-000e21779c8535673adbd93d9cdb9f658fa0f348.zip
openssl-000e21779c8535673adbd93d9cdb9f658fa0f348.tar.gz
openssl-000e21779c8535673adbd93d9cdb9f658fa0f348.tar.bz2
Note that SSL_peek has been disabled.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cfd8946..998ea16 100644
--- 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]