projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1d6f64
)
Note that SSL_peek has been disabled.
author
Bodo Möller
<bodo@openssl.org>
Tue, 28 Nov 2000 11:13:06 +0000
(11:13 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Tue, 28 Nov 2000 11:13:06 +0000
(11:13 +0000)
CHANGES
patch
|
blob
|
history
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]