Note that SSL_peek has been disabled.

This commit is contained in:
Bodo Möller 2000-11-28 11:13:06 +00:00
parent f1d6f64c8e
commit 000e21779c

View File

@ -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]