From: Ulf Möller Date: Wed, 13 Sep 2000 01:48:05 +0000 (+0000) Subject: Not the DSA change. X-Git-Tag: OpenSSL-engine-0_9_6-beta2~11^2~9 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=5401c4c2bf60f6f31efad8acb6f43b3da6443a03 Not the DSA change. --- diff --git a/CHANGES b/CHANGES index 2231003dcd..5eaa553933 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,10 @@ Changes between 0.9.5a and 0.9.6 [xx XXX 2000] + *) Don't set the two most significant bits to one when generating a + random number < q in the DSA library. + [Ulf Möller] + *) New SSL API mode 'SSL_MODE_AUTO_RETRY'. This disables the default behaviour that SSL_read may result in SSL_ERROR_WANT_READ (even if the underlying transport is blocking) if a handshake took place.