Add CHANGES entry.
authorDr. Stephen Henson <steve@openssl.org>
Sun, 13 Sep 2009 11:23:37 +0000 (11:23 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 13 Sep 2009 11:23:37 +0000 (11:23 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 69705961b98edd2bdf5a4d1da016f2c0d7b8ff43..501682787023b43e806674965103d40fade16e17 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,13 @@
 
  Changes between 0.9.8k and 0.9.8l  [xx XXX xxxx]
 
+
+  *) The functions ENGINE_ctrl(), OPENSSL_isservice(),
+     CMS_get1_RecipientRequest() and RAND_bytes() can return <=0 on error
+     fixes for a few places where the return code is not checked
+     correctly.
+     [Julia Lawall <julia@diku.dk>]
+
   *) Add --strict-warnings option to Configure script to include devteam
      warnings in other configurations.
      [Steve Henson]