aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-11-28 11:14:39 +0000
committerBodo Möller <bodo@openssl.org>2000-11-28 11:14:39 +0000
commit666d43753884145f56b83651416156442a5a993e (patch)
treeab5cec5eae0d41a444687054a5c07814c50975e5 /CHANGES
parentddf72ed59ff166b385b0f026df38fa9b6d571bc7 (diff)
downloadopenssl-666d43753884145f56b83651416156442a5a993e.tar.gz
Disable SSL_peek.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4571e74343..b2cfdf7e51 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,12 @@
Changes between 0.9.6 and 0.9.6a [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]
+
*) Increase BN_CTX_NUM (the number of BIGNUMs in a BN_CTX) to 16.
The previous value, 12, was not always sufficient for BN_mod_exp().
[Bodo Moeller]