VMS doesn't support more than on period in a file name
[oweals/openssl.git] / NEWS
diff --git a/NEWS b/NEWS
index 9e08814c7104f50cbb20240caea5afe312f809ce..b9ea61239f09c20ac0d866e1acefd43d62cf0011 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,9 @@
       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.
       o Bug fixes in BIGNUM, SSL, PKCS#7, PKCS#12, X.509, CONF and
         memory checking routines.
@@ -24,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: