summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-09-13 01:48:05 +0000
committerUlf Möller <ulf@openssl.org>2000-09-13 01:48:05 +0000
commit5401c4c2bf60f6f31efad8acb6f43b3da6443a03 (patch)
treebe20612ce5c98b584115670815acf0c5129f4e2e /CHANGES
parentc11dead17c0808e1a312ca02a849ed5cdd74c535 (diff)
Not the DSA change.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
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.