summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-03-30 10:46:49 +0000
committerBodo Möller <bodo@openssl.org>2001-03-30 10:46:49 +0000
commitbf7b0d2d2bf05a98bf0b41da8df8ce62d1e10f3a (patch)
tree2129c3a18364344acd69fb0450d61da421c73843 /NEWS
parent83c4e75be945664bf9e47408a19087f66a5b2017 (diff)
News for 0.9.6a.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 794f903822..b9ea61239f 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,7 @@
o Security fix: prevent Bleichenbacher's DSA attack.
o Security fix: Zero the premaster secret after deriving the
master secret in DH ciphersuites.
+ o Reimplement SSL_peek(), which had various problems.
o Compatibility fix: the function des_encrypt() renamed to
des_encrypt1() to avoid clashes with some Unixen libc.
o Bug fixes for Win32, HP/UX and Irix.
@@ -26,7 +27,7 @@
o Add tighter checks of BIGNUM routines.
o Shared library support has been reworked for generality.
o More documentation.
- o New function BN_rand_range()
+ o New function BN_rand_range().
o Add "-rand" option to openssl s_client and s_server.
Major changes between OpenSSL 0.9.5a and OpenSSL 0.9.6: