From: Bodo Möller Date: Tue, 28 Nov 2000 11:13:06 +0000 (+0000) Subject: Note that SSL_peek has been disabled. X-Git-Tag: OpenSSL_0_9_6a-beta1~107^2~133 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=000e21779c8535673adbd93d9cdb9f658fa0f348;p=oweals%2Fopenssl.git Note that SSL_peek has been disabled. --- diff --git a/CHANGES b/CHANGES index cfd8946b87..998ea1639c 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]