This entry was in 0.9.8m changelog but missing from here, since it's
authorMark J. Cox <mark@openssl.org>
Fri, 12 Mar 2010 08:36:44 +0000 (08:36 +0000)
committerMark J. Cox <mark@openssl.org>
Fri, 12 Mar 2010 08:36:44 +0000 (08:36 +0000)
security relevent we'd better list it.

CHANGES

diff --git a/CHANGES b/CHANGES
index 3caa7c7296fd609235012fc38a5f59e06263df56..8f8e79401883ffd1d3ad23e795eb17236ddcd33a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
      could be crashed if the relevant tables were not present (e.g. chrooted).
      [Tomas Hoger <thoger@redhat.com>]
 
- Changes between 0.9.8l and 0.9.8m  [xx XXX xxxx]
+ Changes between 0.9.8l and 0.9.8m  [25 Feb 2010]
+
+  *) Always check bn_wexpend() return values for failure.  (CVE-2009-3245)
+     [Martin Olsson, Neel Mehta]
 
   *) Fix X509_STORE locking: Every 'objs' access requires a lock (to
      accommodate for stack sorting, always a write lock!).