Make 25-test_gen.t and 25-test_req.t into one
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 541efc390ce31bba5adade0a69c6327d8c35be2e..c64d677582e36c7e216a0d1825f5665d4fd52e5d 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
 
  Changes between 1.0.2h and 1.1.0  [xx XXX 2016]
 
+  *) Windows RAND implementation was simplified to only get entropy by
+     calling CryptGenRandom(). Various other RAND-related tickets
+     were also closed.
+     [Joseph Wylie Yandle, Rich Salz]
+
   *) The stack and lhash API's were renamed to start with OPENSSL_SK_
      and OPENSSL_LH_, respectively.  The old names are available
      with API compatibility.  They new names are now completely documented.