aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-12-14 17:34:42 +0000
committerBodo Möller <bodo@openssl.org>2000-12-14 17:34:42 +0000
commit2452e013aa1279862ccfdf555c16647e9529aa20 (patch)
tree915b0ad75f15e1d84de6235acbefda2f6e974001 /CHANGES
parenta29b1a3f0f0b41df2616423284f6a1adfc4ff301 (diff)
downloadopenssl-2452e013aa1279862ccfdf555c16647e9529aa20.tar.gz
The first step towards a SSL_peek fix.
The main thing to verify about these changes is that nothing at all has changed, as far as behaviour is concerned (except that some SSLerr() invocations now have a different function code): SSL_read (ssl2_read, ssl3_read) behaves exactly as before, and SSL_peek refuses to do any work exactly as before. But now the functions actually doing the work have a 'peek' flag, so it should be easy to change them to behave accordingly.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 242e68167c..888b6f4356 100644
--- a/CHANGES
+++ b/CHANGES
@@ -18,8 +18,9 @@
*) 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.
+ For fixing this, the internal read functions now have an additional
+ 'peek' parameter, but the actual peek functionality has not
+ yet been implemented.
[Bodo Moeller]
*) Increase BN_CTX_NUM (the number of BIGNUMs in a BN_CTX) to 16.