add TLS v1.1 options to s_server
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 76a379376401ca85d6728883d4bce16bee578bf2..bc985c517b710677d4c0f0dab4557226575a0bea 100644 (file)
--- a/CHANGES
+++ b/CHANGES
   
  Changes between 0.9.8o and 0.9.8p [xx XXX xxxx]
 
+  *) Fix for double free bug in ssl/s3_clnt.c CVE-2010-2939
+     [Steve Henson]
+
   *) Don't reencode certificate when calculating signature: cache and use
      the original encoding instead. This makes signature verification of
      some broken encodings work correctly.